rising3월 14일· 2 sources

Market Data Integrator: Consuming Real-Time Data with Python, MongoDB, and Kafka

Market Data Integrator: Python, MongoDB, Kafka를 활용한 실시간 시장 데이터 수집

Why it matters

A Python 3.12 microservice ingests real-time Brazilian stock market data from the Brapi API for a watchlist of 50 assets, persists historical payloads in MongoDB, and publishes price updates to a Kafka topic. The asset ticker is used as the Kafka message key to guarantee per-asset ordering within partitions, preventing race conditions in downstream consumers.

2
Sources
+0
24h
Growth
182d
Active
b3brapi apidistributed systemsdockerkafkamicroservicemongodbmongodb compassoffset explorerpython

Sources

Related Issues