Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 3.07 KB

README.md

File metadata and controls

68 lines (49 loc) · 3.07 KB

tap-uservoice

Author: Connor McArthur ([email protected])

This is a Singer tap that produces JSON-formatted data following the Singer spec.

It:

Quick Start

  1. Install
git clone [email protected]:fishtown-analytics/tap-uservoice.git
cd tap-uservoice
pip install .
  1. Get credentials from Uservoice. You'll need your:
  1. Create the config file.

There is a template you can use at config.json.example, just copy it to config.json in the repo root and insert your client ID and secret.

  1. Run the application to generate a catalog.
tap-uservoice -c config.json --discover > catalog.json
  1. Select the tables you'd like to replicate

Step 4 created a file called catalog.json that specifies all the available endpoints and fields. You'll need to open the file and select the ones you'd like to replicate. See the Singer guide on Catalog Format for more information on how tables are selected.

  1. Run it!
tap-uservoice -c config.json --properties catalog.json

Copyright © 2018 Fishtown Analytics