Provide a proof-of-concept for delivering raw match data from Valve's HLTV service by running "spectator injection" on matches in-progress. The service aims to read as many streams of match data as possible within reasonable rate limits to provide an ongoing repository of match event data for further work.
Ideal pipeline is to run a light rmq setup for stateful scraping and sanity.
The workflow as it stands as follows:
match-manager service maintains active list of potential/ongoing matches and processing state
match-spectator is a process that actively spectates a match to force the HLTV service to provide ongoing match events per CSOCitadelLobby.match_id
...
This issue will be updated with more details as we go.
Provide a proof-of-concept for delivering raw match data from Valve's HLTV service by running "spectator injection" on matches in-progress. The service aims to read as many streams of match data as possible within reasonable rate limits to provide an ongoing repository of match event data for further work.
Ideal pipeline is to run a light
rmq
setup for stateful scraping and sanity.The workflow as it stands as follows:
match-manager
service maintains active list of potential/ongoing matches and processing statematch-spectator
is a process that actively spectates a match to force the HLTV service to provide ongoing match events perCSOCitadelLobby.match_id
...
This issue will be updated with more details as we go.