Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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”.