Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinsaephanh/stock-market-etl-consumer


https://github.com/kevinsaephanh/stock-market-etl-consumer

aws cassandra kafka python

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Stock Market ETL Consumer

This project does the following:
- Consume messages from a Kafka topic containing stock data (producer app [here](https://github.com/KevinSaephanh/stock-market-etl-producer))
- Transform the data format with Pandas
- Export the modified data to a CSV file
- Upload the CSV file to AWS S3

Tech:
- Python
- Kafka
- AWS