BPRateiro / MTGA-s-standard-meta-analysis

Magic: The Gathering Arena's standard format analysis from individual card information.
MIT License
1 stars 0 forks source link

Magic the Gathering's standard format analysis

Magic: The Gathering is a trading card game released in 1993 that to this day remains the most famous of the genre. Playing Magic became much more accessible after the release of its free-to-play digital adaptation Magic: The Gathering Arena, resulting in an abrupt increase in the number of games played since its launch in 2018.

Players interested in seeing their progress in the game choose to opt for third-party deck trackers. The most used deck tracker is provided by Untapped. Having collected information from millions of games, this service provides a player with valuable information:

Summary

Data from the Untapped website was scrapped daily, normalized and persisted on a MySQL database. The data is then used to build a Metabase dashboard intended to address questions listed in the following section. The scrapper scripts, dashboard and database are running on the AWS cloud, using a combination of the EC2 and RDS services.

Dashboard

![Dashboard](<images/MTGA - Dashboard.png>)

You can find the dashboard at mtga.brunorateiro.com

Questions Answered

The questions regarding card competitiveness and popularity are listed below. Clicking on each question will direct you to the corresponding modified SQL query.

Entity relationship diagram

The following diagram was created using Lucidchart.

![Alt text](<images/Untapped's ER diagram.png>)

Technologies and tools

Progress

The project is deemed as completed. If you have any suggestions or feedback, please don't hesitate to contact me at bruno.rateiro@gmail.com.

Acknowledgment

Special thanks to my mentor and friend Elias Soares. Check out his work.