The google sheet module uses google sheets as a data management interface. To get started, you can clone this sample google sheet to use as your own management interface.
Get a valid google api key and create the following env variable:
GOOGLE_API_KEY=<your key here>
Configure the data object in streameth config file like so:
"data": {
"type": "gsheet",
"config": {
"sheetId": "google sheet id here"
}
},