An open API service indexing awesome lists of open source software.

https://github.com/splitio/tap-fastly

ETL to get data from Fastly
https://github.com/splitio/tap-fastly

analytics singer tap

Last synced: 3 months ago
JSON representation

ETL to get data from Fastly

Awesome Lists containing this project

README

          

# tap-fastly

This is a [Singer](https://singer.io) tap that produces JSON-formatted data
following the [Singer
spec](https://github.com/singer-io/getting-started/blob/master/SPEC.md).

This tap:

- Pulls raw data from [Fastly](http://fastly.com)
- Extracts the following resources:
- [Billing](https://docs.fastly.com/api/account#billing)
- [Stats](https://docs.fastly.com/api/stats)
- Outputs the schema for each resource
- Incrementally pulls data based on the input state

## Config

*config.json*
```json
{
"api_token": "THISISATOKEN",
"start_date": "2000-01-01T00:00:00Z"
}
```