Fastly

tap-fastly pulls raw data from Fastly and produces JSON-formatted data per the Singer spec.

Info

Install

  1. Navigate to your Meltano project in the terminal
  2. Run the following command:
meltano add extractor tap-fastly

If you are successful, you should see Added and installed extractors 'tap-fastly' in your terminal.

Configuration

  1. Open your project's .env file in a text editor
  2. Add the following variables to your file:
export TAP_FASTLY_API_TOKEN="yourFastlyApiToken"
# The date uses ISO-8601 and supports time if desired
export TAP_FASTLY_START_DATE="YYYY-MM-DD"
Last Updated: 11/6/2019, 4:55:18 PM