GithubHelp home page GithubHelp logo

isabella232 / tap-chargebee Goto Github PK

View Code? Open in Web Editor NEW

This project forked from singer-io/tap-chargebee

0.0 0.0 0.0 113 KB

Singer.io tap for extracting data from the Chargebee API

Home Page: https://www.singer.io/

License: GNU Affero General Public License v3.0

Python 100.00%

tap-chargebee's Introduction

tap-chargebee

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

This tap:

Quick Start

  1. Install

    pip install tap-chargebee
  2. Create the config file

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

     {
         "start_date": "2010-01-01",
         "api_key": "<Chargebee API Key>",
         "site": "<Chargebee Site>"
     }

    The start_date specifies the date at which the tap will begin pulling data (for those resources that support this).

    The api_key is the API key for your Chargebee site.

    The site parameter represents the name of your specific Chargebee site (e.g. https://{site}.chargebee.com/api/v2/subscriptions)

  3. Run the Tap in Discovery Mode

    tap-chargebee --config config.json --discover > catalog.json

    See the Singer docs on discovery mode here.

  4. Run the Tap in Sync Mode

    tap-chargebee --config config.json --catalog catalog.json

Copyright © 2019 Stitch

tap-chargebee's People

Contributors

dwallace0723 avatar cb-svel avatar kallan357 avatar dmosorast avatar nick-mccoy avatar luandy64 avatar arvindenvoy avatar cb-aravindh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.