Skip to content

Manager and creator of semantic information about games sales

Notifications You must be signed in to change notification settings

tiagohpf/WS_GameSales

 
 

Repository files navigation

Games Sales

Simple Web Application that manages data of the sales of severall games. It uses data from a repository created on GraphDB.

How To Run

You need to install the following dependencies:

Execute the application with the following sequence:

  • Execute csv_parser.py, choosing one of vgSales files on data folder. The CSV files are converted to triples, with the result clean_sales.csv. All these files are in clean_data folder;
  • Execute rdf_parser.py, transforming triple to N-Triples and write to games.nt;
  • Create a repository in GraphDB called games and OWL-2 QL (Optimized) as ruleset. After that, upload games.nt and games_ont.nt;
  • Execute the Django project;

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.7%
  • Python 13.3%
  • HTML 8.9%
  • CSS 6.1%