Skip to content

Latest commit

 

History

History
30 lines (12 loc) · 898 Bytes

README.md

File metadata and controls

30 lines (12 loc) · 898 Bytes

wca-db

This project includes a number of scripts to download and optimise the WCA results export.

It mainly consists of Python and SQL scripts but it also makes good use of Docker.

MariaDB

MariaDB is being used as an alternative to MySQL because it generally performs better for this project.

The MariaDB server is managed through Docker.

Python

Jupyter Notebook is used to develop and test the Python code.

The Jupyter Notebook server is managed through Docker.

Docker

Docker is used to manage the MariaDB and Jupter Notebook servers with a common data folder.

I have produced detailed documented relating to the use of Docker in a separate README.