-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57b7f85
commit c97999c
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |