https://github.com/sweatpotato13/atcoder-user-db-parser
typescript based nodejs for AtCoder UserInfo parser
https://github.com/sweatpotato13/atcoder-user-db-parser
atcoder docker postgresql typescript
Last synced: 5 months ago
JSON representation
typescript based nodejs for AtCoder UserInfo parser
- Host: GitHub
- URL: https://github.com/sweatpotato13/atcoder-user-db-parser
- Owner: sweatpotato13
- Created: 2021-02-19T08:39:43.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-05T21:22:51.000Z (almost 3 years ago)
- Last Synced: 2025-07-18T08:38:34.771Z (7 months ago)
- Topics: atcoder, docker, postgresql, typescript
- Language: TypeScript
- Homepage:
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AtCoderUserInfoDB
Parse Atcoder UserInfo Database
## Environment
* Docker
## Usage
```
yarn build
docker-compose up -d
```
## Table
| Name | Type | Description |
|- |- |- |
| rank | integer | |
| user | text | |
| birth | integer | |
| rating | integer | |
| highest | integer | |
| match | integer | |
| win | integer | |