Represents gRPC schema for Oddin.gg data feed and historical statistics.
Currently, only data feed stream is available to our customers. This stream provides live data of currently played matches. To check data stream definition check proto/bragi_service.proto and proto/stream/data_feed.proto files.
Ensure you have Docker installed
-
For x86 architecture
- run command
make generate
- run command
-
For Apple silicon
- go to the java/build.gradle file and uncomment line where "!!! Important:" is written and comment line above.
- run command
make generate