Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psygo/baduk_club_db
Baduk Club DB
https://github.com/psygo/baduk_club_db
baduk go-board-game weiqi
Last synced: about 11 hours ago
JSON representation
Baduk Club DB
- Host: GitHub
- URL: https://github.com/psygo/baduk_club_db
- Owner: psygo
- Created: 2024-07-08T12:42:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T11:12:43.000Z (4 months ago)
- Last Synced: 2024-07-11T12:44:01.409Z (4 months ago)
- Topics: baduk, go-board-game, weiqi
- Language: TypeScript
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baduk Club DB
Baduk Club's ratings DB.
## Dev
### Deployment
Besides pushing things to Vercel and setting up the environment variables, you will need to manually do:
```sh
pnpm run db:push
```You can use `pnpm run db:studio` to have a nice UI to the DB locally.
### Env
Locally, you can set things up with:
```env
#-----------------------------------------------------------
# 1. DBNODE_ENV=
DATABASE_URL=#-----------------------------------------------------------
```## References
- [Baduk Club](https://baduk.club)
- [AGAGD on Github](https://github.com/usgo/agagd/tree/main)
- [AGA Ratings Program](https://github.com/Fraze/AGA-Ratings-Program/)
- [Paul Matthews - *Inside the AGA Ratings System*](https://www.usgo-archive.org/sites/default/files/pdf/AGARatings-Simple.pdf)
- [Philip Waldron - **](https://www.usgo-archive.org/sites/default/files/pdf/AGARatings-Math.pdf)
- [Jonathan Bresler is appointed as AGA Ratings VP](https://www.usgo-archive.org/news/2010/08/bresler-appointed-aga-ratings-vp/)
- [EGF's EGD References](https://www.europeangodatabase.eu/EGD/EGF_rating_system.php#ReferencejGs)
- Others
- [dreamingsuntide - Are Elo Systems Overrated? Everything you wanted to know about Rating Systems](https://youtu.be/BT1mmikRils)
- [GDC - Ranking Systems: Elo, TrueSkill and Your Own](https://youtu.be/VnOVLBbYlU0)
- [GDC - Skill, Matchmaking, and Ranking Systems Design](https://youtu.be/-pglxege-gU)