Skip to content

Guild Wars 2 - System for Raid Study with applied big data techniques

License

Notifications You must be signed in to change notification settings

icharo-tb/GW2_SRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GW2-SRS

Guild Wars 2 - System for Raid Study

gw2

PoI (Points of Interest)

PoI (Points of Interest)

Project Contents

Objectives

  • Analyze data from raid logs generated by the ARC DPS tool.
  • Extracting data from GW2 Wingman webpage developed by Johannes Pfau.
  • Understanding of results by analyzing fails and kills on each boss.
  • Apply Big Data techniques and learn throughout the whole process.

Route

Extract of Data

  • Getting data from ARC Dps tool as .zevtc files (log files).
  • Parsing .zevtc files to csv/json using Elite Insights tool from GitHub user baaron4.
  • Web Scraping data of different bosses from GW2 Wingman website.

Transforming Data

  • Working with Microsoft Excel and CSVed to get usefull and clean .csv files for data management.
  • Use of Jupyter Notebooks, Python and Pandas for data analysis.
  • Use of pandas to read JSON files and sort boss information.
  • Use of python libraries to create KPIs: Matplotlib, Seaborn...

Loading Data

  • Main connection to MongoDB.
  • Secondary connections to SQLite, MySQL and PostgreSQL.

Data modelling

  • Construction of a data modelling system within SQLite.
  • Data analysis with both databases: MongoDB and SQLite.
  • Graphs and KPIs development.

Documentation

  • Gather all the information about the project.
  • Written in LaTeX as it deploys a clean PDF file.
  • You can find the complete documentation file here.

Tools used

  • EditorMD from Pandao
  • Python
    • Web Scraping: BeautifulSoup, Selenium, requests
    • Transformation and analysis: Pandas, Jupyter Notebooks
    • Load: sqlite3, PyMongo
  • VS Code
  • MongoDB, SQLite
  • LaTeX

About

Guild Wars 2 - System for Raid Study with applied big data techniques

Topics

Resources

License

Stars

Watchers

Forks