Collect and forward analytics events to your streaming pipelines on Amazon Kinesis.
Find it on GitHub: /edgee-cloud/amazon-kinesis-component
Amazon Kinesis Data Streams allow you to collect and process large streams of data records in real time. Kinesis is designed for rapid and continuous data intake and aggregation and it lets you ingest data into other services such as Amazon Redshift or implement real-time processing with AWS Lambda.
Here’s how Edgee events map to Kinesis records:
Edgee event | Kinesis record | Description |
---|---|---|
Page | full-event.json | Full JSON dump |
Track | full-event.json | Full JSON dump |
User | full-event.json | Full JSON dump |
To integrate Amazon Kinesis into your Edgee project:
edgee/amazon-kinesis
from the list of available components.When configuring the component in your Edgee Data Layer or within SDK calls, use edgee/amazon-kinesis
as the component name:
For more details on Amazon Kinesis implementation, refer to the official Kinesis PutRecord documentation.