Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baschin1103/players-database-hattrick
This repository contains all files and programs for creating a normalized and relational database consisting of players from hattrick.org. See readme for more information.
https://github.com/baschin1103/players-database-hattrick
csv database database-design python sql
Last synced: 5 days ago
JSON representation
This repository contains all files and programs for creating a normalized and relational database consisting of players from hattrick.org. See readme for more information.
- Host: GitHub
- URL: https://github.com/baschin1103/players-database-hattrick
- Owner: Baschin1103
- Created: 2024-11-21T12:00:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:36:13.000Z (2 months ago)
- Last Synced: 2024-12-04T17:38:35.206Z (2 months ago)
- Topics: csv, database, database-design, python, sql
- Language: Python
- Homepage: https://www.hattrick.org
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Players-Database-Hattrick
This repository contains all files and programs for creating a normalized and relational database consisting of players from hattrick.org.
First, the data set is created in the Python program “Preparing_Database_hattrick”. This is later used by a sql script “Datenbankerstellung” to create the database. An overview of the design of this is in the file “Diagramm_DB_Design”.