Adafruit IO · Arazzo Workflow
Adafruit IO Batch Ingest and Chart
Version 1.0.0
Bulk upload many data points to a feed, then fetch aggregated chart data for it.
View Spec
View on GitHub
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime SeriesArazzoWorkflows
Provider
Workflows
batch-ingest-and-chart
Batch upload data records to a feed and retrieve aggregated chart data.
Sends an array of data records to a feed in one batch call, then requests chart data aggregated over the requested number of hours.
1
batchUpload
batchCreateData
Upload the full array of data records to the feed in a single batch create call.
2
fetchChart
chartData
Retrieve aggregated chart data for the feed over the requested time window so the freshly ingested series can be rendered.