mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
70524b6e3a
* Initial work on sandbox data pipeline * Update python code to have preliminary code * Added in final code for sandbox-data. Huge delay because I needed to double check licensing |
||
---|---|---|
.. | ||
lambda | ||
.gitignore | ||
main.tf | ||
README.md | ||
variables.tf |
The data pipeline
The data pipeline takes data from S3 using S3 notifications, filters for only the successful requests, then enriches the data with geoip data, then pipes it to kinesis. From kinesis, we stream the data to an Elasticsearch cluster for now, but this design allows for expansion into Salesforce and Mixpanel later on.