Skip to content

singer-io/tap-fullstory

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tap-fullstory

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.

Quick start

  1. Install

    > pip install tap-fullstory
  2. 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.

  3. 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"
    }
  4. Run the application

    tap-fullstory can be run with:

    tap-fullstory --config config.json [--state state.json]

Copyright © 2017 Stitch

About

A Singer tap for extracting data from the FullStory API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages