Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somespecialone/cs2-items-schema
๐ Schema of CS2 (ex. CSGO) items
https://github.com/somespecialone/cs2-items-schema
cs2 csgo items python schema sql steam
Last synced: about 1 month ago
JSON representation
๐ Schema of CS2 (ex. CSGO) items
- Host: GitHub
- URL: https://github.com/somespecialone/cs2-items-schema
- Owner: somespecialone
- License: mit
- Created: 2022-01-31T10:07:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T23:29:16.000Z (about 2 months ago)
- Last Synced: 2024-10-30T01:52:09.130Z (about 2 months ago)
- Topics: cs2, csgo, items, python, schema, sql, steam
- Language: Python
- Homepage:
- Size: 3.29 MB
- Stars: 22
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS2 Items Schema
[![license](https://img.shields.io/github/license/somespecialone/cs2-items-schema)](https://github.com/somespecialone/cs2-items-schema/blob/master/LICENSE)
[![Schema](https://github.com/somespecialone/cs2-items-schema/actions/workflows/schema.yml/badge.svg)](https://github.com/somespecialone/cs2-items-schema/actions/workflows/schema.yml)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![steam](https://shields.io/badge/steam-1b2838?logo=steam)](https://store.steampowered.com/)This is storage repo of `CS2` (ex. `CSGO`) items schema with attempt to create more understandable format
of `CS2` items and their relations.> Feel free to use it if you need ๐
> [!IMPORTANT]
> ๐ฆ Contains data extracted from game files only.
> **Does not include all items**> [!TIP]
> If you are looking for an `itemnameid` of items for [Steam Market](https://steamcommunity.com/market/),
> check out this repo [somespecialone/steam-item-name-ids](https://github.com/somespecialone/steam-item-name-ids)> [!NOTE]
> This repo is configured to auto-update itself using the GitHub Actions `Schema` workflow.
> You can take a closer look [there](.github/workflows/schema.yml)## Integrity schema ๐งพ
Reflects `json` schemas and relationships between entities
![integrity](integrity.png)
## Diagram ๐
Diagram for SQL database
![diagram](diagram.png)
## TODO
- [x] Sticker capsules
- [x] Souvenir packages
- [x] Item sets
- [x] ~~Graffiti with tints~~
- [x] SQL scripts and schema## Credits
* [csfloat/cs-files](https://github.com/csfloat/cs-files)
* [draw.io](https://draw.io)
* [dbdiagram.io](https://dbdiagram.io/)