Skip to content

Commit 3832a35

Browse files
committed
Initial commit - AWS S3 content placeholder build
1 parent 805015b commit 3832a35

File tree

1 file changed

+21
-0
lines changed
  • content/arduino-cloud/09.business/02.aws-s3-exporter

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 'Getting Started with Arduino AWS S3 CSV Exporter'
3+
description: 'Learn how to set up the Arduino AWS S3 CSV Exporter to extract and store time series data from the Arduino Cloud into an AWS S3 bucket.'
4+
difficulty: intermediate
5+
tags:
6+
- Arduino Cloud
7+
- AWS
8+
- CSV Export
9+
- Data Aggregation
10+
author: 'Taddy Ho Chung'
11+
software:
12+
- iot-cloud
13+
- aws-lambda
14+
---
15+
16+
## Overview
17+
18+
This project provides a method to extract time series data from the Arduino Cloud and publish it to an S3 destination bucket. Data is extracted at a specified resolution through a scheduled Lambda function. The samples are stored in CSV files and uploaded to S3.
19+
20+
By default, data extraction occurs every hour (this interval is configurable), with samples aggregated at a 5-minute resolution (also configurable). Aggregation is performed as an average over the aggregation period. Non-numeric values, such as strings, are sampled based on the defined resolution.
21+

0 commit comments

Comments
 (0)