bchewy / bolabola

Bola Bola: A sleek match-booking platform using microservices and Stripe payments. Features real-time match streaming and highlights. Perfect for sports enthusiasts.
2 stars 3 forks source link

6 - Live Match Service is not implemented #25

Closed bchewy closed 4 months ago

bchewy commented 5 months ago

The Live Match Stats Service is a real-time data processing microservice designed to provide users with live statistics during match playbacks.

It listens for incoming websocket connections from the Match Streaming UI.

Upon receiving a match ID and timestamp, it fetches relevant live data from the Match Stats Database, which is structured to efficiently serve time-series data for sporting events.

Match Stats Database (InfluxDB): This time-series database stores the statistics for matches, which are queried by the Live Match Stats Service.

yijiyap commented 4 months ago

gg