Collect and forward analytics events to your data lake on Amazon S3.
Find it on GitHub: /edgee-cloud/amazon-s3-component
Amazon Simple Storage Service (Amazon S3) is an object storage service offered by Amazon Web Services. It supports storing any amount of data for virtually any use case, such as data lakes, cloud-native applications, and mobile apps.
Here’s how Edgee events map to S3 objects:
Edgee event | S3 object | Description |
---|---|---|
Page | {bucket}/{prefix}{random-key}.json | Full JSON dump |
Track | {bucket}/{prefix}{random-key}.json | Full JSON dump |
User | {bucket}/{prefix}{random-key}.json | Full JSON dump |
To integrate Amazon S3 into your Edgee project:
edgee/amazon-s3
from the list of available components.When configuring the component in your Edgee Data Layer or within SDK calls, use edgee/amazon-s3
as the component name:
For more details on Amazon S3 implementation, refer to the official S3 PutObject documentation.