This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls data export packs from FullStory's Data Export REST API. Note: The Data Export is a paid add-on to FullStory's normal service. Contact their support team for pricing details.
- Extracts Events from the data export packs.
- Outputs the schema.
- Incrementally pulls data based on the input state.
-
Install
> pip install tap-fullstory
-
Get your FullStory API Key
Login to your FullStory account, navigate to your account settings and "Integrations & API Keys". Copy your API key, you'll need it for the next step.
-
Create the config file
Create a JSON file called
config.json
containing the api key you just generated, and the timestamp of the date that you want the tap to start replicating from.{ "api_key": "your-api-token", "start_date": "2017-01-01T00:00:00Z" }
-
Run the application
tap-fullstory
can be run with:tap-fullstory --config config.json [--state state.json]
Copyright © 2017 Stitch