singer-io / tap-fullstory

A Singer tap for extracting data from the FullStory API
GNU Affero General Public License v3.0
7 stars 9 forks source link

tap-fullstory

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:

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