Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/z3z1ma/tap-showpad

A Singer extractor for Showpad data built with the Meltano SDK for taps
https://github.com/z3z1ma/tap-showpad

Last synced: about 1 month ago
JSON representation

A Singer extractor for Showpad data built with the Meltano SDK for taps

Awesome Lists containing this project

README

        

# tap-showpad

`tap-showpad` is a Singer tap for [Showpad](https://www.showpad.com/).

Built with the [Meltano Singer SDK](https://sdk.meltano.com).

## Capabilities

* `catalog`
* `state`
* `discover`
* `about`
* `stream-maps`
* `schema-flattening`

## Settings

| Setting | Required | Default | Description |
|:--------------------|:--------:|:-------:|:------------|
| api_key | True | None | The token to authenticate against the API service |
| subdomain | True | None | The subdomain of your Showpad instance |
| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |
| stream_map_config | False | None | User-defined config values to be used within map expressions. |
| flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |
| flattening_max_depth| False | None | The max depth to flatten schemas. |

A full list of supported settings and capabilities is available by running: `tap-showpad --about`