https://github.com/groundsgg/service-player
player-service is a core component of the grounds-api infrastructure, providing multiple gRPC endpoints for player identity, profile, and player-related data management.
https://github.com/groundsgg/service-player
api grpc minecraft player quarkus
Last synced: about 2 months ago
JSON representation
player-service is a core component of the grounds-api infrastructure, providing multiple gRPC endpoints for player identity, profile, and player-related data management.
- Host: GitHub
- URL: https://github.com/groundsgg/service-player
- Owner: groundsgg
- License: agpl-3.0
- Created: 2025-12-21T20:21:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-25T22:24:37.000Z (5 months ago)
- Last Synced: 2026-01-26T09:10:13.627Z (5 months ago)
- Topics: api, grpc, minecraft, player, quarkus
- Language: Kotlin
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# service-player
Quarkus-based gRPC service for player related operations.
## Development
Run in dev mode with live reload:
```bash
./gradlew --console=plain quarkusDev
```
Run in dev mode with live reload using DevSpace in a Kubernetes cluster (Initial build may take some time):
```bash
devspace use namespace api
devspace dev
```
## License
Licensed under the GNU Affero General Public License v3.0