Utility functions for BETS ENGINE.
- server.js : Has the server code that holds API.
- Run it with this command:
node server
- Run it with this command:
- goalServeScoreCollection.js : Has the code that collects scores from goal server and puts in redis.
- Run it with this command:
node goalServeScoreCollection
- Run it with this command:
- finalScores.js : Contains code to collect final scores once match finishes.
- Run it with this command:
node finalScores
- Run it with this command:
- periodic-cleanup.py : Contains code to clean database records older than a month.
- Run it with this command:
python3 periodic-cleanup.py
- Run it with this command:
- collect-squads.go : Contains code to collect squads information.
- Run it with this command:
go run collect-squads.go
- Run it with this command: