Trading Algorithms — Binance Sync & Market Data UI
Binance market data sync, React trading frontends, and observability stack.
Trading Algorithms — Binance Sync & Market Data UI
Algorithmic trading tooling spanning Binance market data sync, React trading frontends, and observability — built as standalone OSS-style repos and in support of the Markets Platform contract.
Key components
| Component | Focus |
|---|---|
binance/sync-v3 | ~154 commits — primary sync service (2025–2026) |
trading-algorithms/front | React trading UI |
polymarket | Prediction-market experiments |
Architecture
- Go sync services ingest exchange klines and trades
- React/TypeScript frontends for charting and strategy monitoring
- Grafana + Loki + Promtail for pipeline observability
Docker Compose
sync-v3/compose.yml runs binance-api, loki, promtail, grafana — a minimal ops stack for sync health and latency dashboards.
Related libraries
Tech stack
Go · TypeScript/React · Exchange APIs · Grafana · Loki
This post is licensed under CC BY 4.0 by the author.