diff --git a/_data/default_variants.yml b/_data/default_variants.yml index 680a793d9..9ab51834a 100644 --- a/_data/default_variants.yml +++ b/_data/default_variants.yml @@ -177,6 +177,7 @@ extractors: tap-fastbill: airbyte tap-fastly: splitio tap-fauna: airbyte + tap-fedidb: edgarrmondragon tap-feed: jawats tap-file: airbyte tap-firebolt: airbyte diff --git a/_data/meltano/extractors/tap-fedidb/edgarrmondragon.yml b/_data/meltano/extractors/tap-fedidb/edgarrmondragon.yml new file mode 100644 index 000000000..a187ac7e9 --- /dev/null +++ b/_data/meltano/extractors/tap-fedidb/edgarrmondragon.yml @@ -0,0 +1,82 @@ +capabilities: +- about +- batch +- catalog +- discover +- schema-flattening +- state +- stream-maps +description: Fediverse Network Statistics +domain_url: https://fedidb.org/ +executable: tap-fedidb +keywords: +- meltano_sdk +- fediverse +- mastodon +label: FediDB.org +logo_url: /assets/logos/extractors/fedidb.svg +maintenance_status: active +name: tap-fedidb +namespace: tap_fedidb +next_steps: '' +pip_url: git+https://github.com/edgarrmondragon/tap-fedidb.git +quality: gold +repo: https://github.com/edgarrmondragon/tap-fedidb +settings: +- description: Compression format to use for batch files. + kind: options + label: Batch Config Encoding Compression + name: batch_config.encoding.compression + options: + - label: Gzip + value: gzip + - label: None + value: none +- description: Format to use for batch files. + kind: options + label: Batch Config Encoding Format + name: batch_config.encoding.format + options: + - label: Jsonl + value: jsonl + - label: Parquet + value: parquet +- description: Prefix to use when writing batch files. + kind: string + label: Batch Config Storage Prefix + name: batch_config.storage.prefix +- description: Root path to use when writing batch files. + kind: string + label: Batch Config Storage Root + name: batch_config.storage.root +- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' + kind: array + label: Faker Config Locale + name: faker_config.locale +- description: 'Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator' + kind: string + label: Faker Config Seed + name: faker_config.seed +- description: "'True' to enable schema flattening and automatically expand nested + properties." + kind: boolean + label: Flattening Enabled + name: flattening_enabled +- description: The max depth to flatten schemas. + kind: integer + label: Flattening Max Depth + name: flattening_max_depth +- description: User-defined config values to be used within map expressions. + kind: object + label: Stream Map Config + name: stream_map_config +- description: Config object for stream maps capability. For more information check + out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). + kind: object + label: Stream Maps + name: stream_maps +settings_group_validation: +- [] +settings_preamble: '' +usage: '' +variant: edgarrmondragon diff --git a/static/assets/logos/extractors/fedidb.svg b/static/assets/logos/extractors/fedidb.svg new file mode 100644 index 000000000..5f04313a2 --- /dev/null +++ b/static/assets/logos/extractors/fedidb.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file