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
pip install tap-fulfil
From source code for development
git clone git@github.com:fulfilio/tap-fulfil.git
cd tap-fulfil
pip install -e .
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.