This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from FrontApp's API
- Extracts the following resources from FrontApp
- Analytics
- Hourly/Daily analytics of metrics
- team_table
- Hourly/Daily analytics of metrics
- Analytics
- Outputs the schema for each resource
This tap requires a config.json
which specifies details regarding API authentication, a cutoff date for syncing historical data, and a time period range [daily,hourly] to control what incremental extract date ranges are. See config.sample.json for an example.
To run tap-frontapp
with the configuration file, use this command:
› tap-frontapp -c my-config.json
Copyright © 2018 Stitch