prakashpp / tap-fulfil

Singer tap for Fulfil.IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tap-fulfil

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

This tap:

  • Pulls raw data from Fulfil
  • Extracts the following resources:
    • Contacts
    • Sales Orders
  • Outputs the schema for each resource
  • Incrementally pulls data based on the input state

Installation

pip install tap-fulfil

From source code for development

git clone git@github.com:fulfilio/tap-fulfil.git
cd tap-fulfil
pip install -e .

Adding more models (resources) to Tap

To add more resources, create a schema JSON file in the schemas folder. This should be automatically discovered by the script.

With every addition, remember to bump the version of the tap.


Copyright © 2018 Stitch

Copyright © 2018 Fulfil.IO Inc.

About

Singer tap for Fulfil.IO

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%