giocoal / competitive-pokemon-graph-database

Data Acquisition and Modeling: Graph database containing information related to competitive Pokémon videogames, scraped from various sources

Home Page:https://www.kaggle.com/datasets/giorgiocarbone/complete-competitive-pokmon-datasets-may-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Pokémon Graph Database

Contributors Forks Stargazers Issues MIT License LinkedIn

The idea behind the project is to create a database containing all information related to competitive Pokémon videogame, with particular reference to the Video Game Championship Series 12 rules, the official format in effect for official tournaments and events during the period February - August 2022 and valid for the Pokémon World Championship in London in August 2022. The goal is to obtain a useful tool as a support for competitive play, both for novice and experienced players. The different Pokémon are placed in relation to the teammates, moves, tools, skills the basic statistics with which they are most frequently matched within teams in competitive matches. For this reason, the choice on the type of database to be implemented fell on a graph database, implemented through Neo4J. The choice of the graph database allowed us to take advantage of its characteristic of being schema less, which allows us to create nodes, to model the different entities, and arcs, to model the various relationships, without following a predefined schema. The database was populated through data obtained through API and Web Scraping, appropriately integrated and processed.

PokemonCopertina

About

Data Acquisition and Modeling: Graph database containing information related to competitive Pokémon videogames, scraped from various sources

https://www.kaggle.com/datasets/giorgiocarbone/complete-competitive-pokmon-datasets-may-2022

License:MIT License


Languages

Language:Python 100.0%