https://github.com/relrin/fame-events
[Experimental] A rough draft of the service for large scale game events
https://github.com/relrin/fame-events
Last synced: 3 months ago
JSON representation
[Experimental] A rough draft of the service for large scale game events
- Host: GitHub
- URL: https://github.com/relrin/fame-events
- Owner: Relrin
- License: other
- Created: 2024-09-06T09:45:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-17T09:11:20.000Z (about 1 year ago)
- Last Synced: 2025-01-17T10:21:11.625Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fame-events
To update dependencies:
```
bazelisk run //:gazelle-update-repos && bazelisk run //:gazelle
```
Test all packages:
```
bazelisk run //pkg/event:event_test
```
Dapr deploy:
```
dapr run --app-id goapp --app-port 50001 --app-protocol grpc go run main.go
```
TODOs:
- Add tests for missing structs (such as play off optimizer)
- Implement an event scheduler
- A GRPc service:
- Endpoint for consuming list of players/teams and seeding a group stage
- Monitoring endpoint