Projects I built during Super30(A thread)
Starting from Xness
A real time trading platform that ingests Binance WebSocket trades and pushes them through a Redis + Kafka pipeline.
Redis Pub/Sub handles ultra-low latency price updates while Kafka streams raw trades into TimescaleDB, where I generate OHLC candles using continuous aggregates instead of exchange klines.
https://t.co/AhQkxgwJDe
@Super30@kirat_tw@100xDevs All the raw trade data gets queued in Kafka and later processed in batches to store in TimescaleDB, where I create materialized views to generate historical OHLC candlestick data( didnt use klines) across various time intervals