Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.49 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.49 KB

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;