You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
This project provides a way to extract time series samples from Arduino cloud, publishing to a S3 destination bucket.
4
4
Data are extracted at the given resolution via a scheduled Lambda function. Then samples are stored in CSV files and saved to S3.
5
+
By default, data extraction is performed every hour, extracting samples aggregated at 5min resolution. Non numeric values like strings are sampled at the given resolution.
5
6
6
7
## Architecture
7
8
@@ -12,11 +13,11 @@ By default, all Arduino things present in the account are exported: it is possib
0 commit comments