Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 971 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 971 Bytes

tap-frontapp

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
  • Outputs the schema for each resource

Configuration

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