forked fromSensez/WS_GameSales
- Notifications
You must be signed in to change notification settings - Fork0
tiagohpf/WS_GameSales
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple Web Application that manages data of the sales of severall games. It uses data from a repository created on GraphDB.
You need to install the following dependencies:
Execute the application with the following sequence:
- Executecsv_parser.py, choosing one of vgSales files ondata folder. The CSV files are converted to triples, with the resultclean_sales.csv. All these files are inclean_data folder;
- Executerdf_parser.py, transforming triple to N-Triples and write togames.nt;
- Create a repository in GraphDB calledgames andOWL-2 QL (Optimized) as ruleset. After that, uploadgames.nt andgames_ont.nt;
- Execute the Django project;