Collect and forward analytics events to your streaming pipelines on Amazon Data Firehose.
Find it on GitHub: /edgee-cloud/amazon-data-firehose-component
Amazon Data Firehose allows you to reliably ingest, transform, and stream data into data lakes, warehouses, and analytics services on Amazon Web Services.
Here’s how Edgee events map to Firehose records:
Edgee event | Firehose 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 Data Firehose into your Edgee project:
edgee/amazon-firehose
from the list of available components.When configuring the component in your Edgee Data Layer or within SDK calls, use edgee/amazon-data-firehose
as the component name:
For more details on Amazon Data Firehose implementation, refer to the official Firehose PutRecord documentation.