Skip to content

notonthehighstreet/tap-bronto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-bronto

Author: Connor McArthur (connor@fishtownanalytics.com)

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

It:

Quick Start

  1. Install
git clone git@github.com:fishtown-analytics/tap-bronto.git
cd tap-bronto
pip install .
  1. Get an API from Bronto.
  2. 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 token.

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

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

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

Copyright © 2018 Stitch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%