Skip to content

lambtron/tap-chargify

 
 

Repository files navigation

tap-chargify

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

This tap:

  • Pulls raw data from Chargify
  • Outputs the schema for each resource
  • Incrementally pulls data based on the input state

Quick Start

  1. Install
$ pip install tap-chargify
  1. Create the config file

    Create a JSON file called config.json. Its contents should look like:

{
  "api_key": "xx",
  "start_date": "2018-02-22T02:06:58.147Z",
  "subdomain": "test"
}
  1. Run the Tap in Discovery Mode

    tap-chargify -c config.json -d

    See the Singer docs on discovery mode here.

  2. Run the Tap in Sync Mode

    tap-chargify -c config.json --catalog catalog-file.json

Development

First, clone this repo. Then, in the directory:

$ python -m venv tap-chargify
$ make dev

Copyright © 2019 Stitch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • Makefile 1.9%