This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from TrustPilot
- Extracts the following resources:
- Outputs the schema for each resource
This tap does not support incremental replication!
Create a config.json
file that looks like this:
{
"access_key": "...",
"client_secret": "...",
"username": "user@email.com",
"password": "hunter2",
"business_unit_id": "123abc"
}
Copyright © 2018 Fishtown Analytics