Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cderickson authored Nov 15, 2023
1 parent 57b7f85 commit c97999c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# MTGO-DB
**MTGO-DB** is a cloud-based data ingestion tool used to process raw data for **Magic: the Gathering Online**.

Players can upload and process raw data files created during online play. The processed data is then loaded and stored in a PostgreSQL database, after which users can clean and enhance their own records. Data is presented to the user in the form of tables and dashboards which help players track their results, evaluate their performance, and analyze their play patterns.

Head to the [**Getting Started**](https://mtgo-db.com/getting_started) page for step-by-step instructions showing you how to load, clean, and view your data.
# Goals
The first goal of the **MTGO-DB** project is to create a feature-rich replacement for the spreadsheets that many players use to track their match history by automating as much of the process as possible.

The second is to give players a whole new type of data to explore by generating a database of play-level records. Unlocking this method of examining player performance and playstyle will provide a new avenue for MTG statistical analysis, data-informed content, and decision-making.

# Match History
<p align="center">
<img src="https://github.com/cderickson/MTGO-DB/blob/main/website/static/images/match_history_big.png?raw=true" width="50%">
</p>

# Detailed Entries
<p align="center">
<img src="https://github.com/cderickson/MTGO-DB/blob/main/website/static/images/detailed_entries_big.png?raw=true" width="44%">
<img src="https://github.com/cderickson/MTGO-DB/blob/main/website/static/images/datacleaning_big.png?raw=true" width="47%">
</p>

# Performance and Card Statistics
<p align="center">
<img src="https://github.com/cderickson/MTGO-DB/blob/main/website/static/images/perf_stats_big.png?raw=true" width="62%">
<img src="https://github.com/cderickson/MTGO-DB/blob/main/website/static/images/card_stats_big.png?raw=true" width="34%">
</p>

# Play-By-Play Data
<p align="center">
<img src="https://github.com/cderickson/MTGO-DB/blob/main/website/static/images/pbp2_big.png?raw=true">
</p>

0 comments on commit c97999c

Please sign in to comment.