A Django and symentics web based open source webapp to visualise Data of Olympics .
To run this project, you will need to add the following environment variables to your .env file
- SECRET_KEY= Secret key of your django project
- DEBUG = "False"
- ALLOWED_HOSTS = ""
-
Go to the directory where blazegraph jar file is stored
java -server -Xmx4g -jar blazegraph.jar
- Blazegraph will now be running on port 9999 . Run the port in your browser and load the olympic turtle rdf file .
Clone the project
git clone https://github.com/ankushbisht01/120-years-olympics
Go to the project directory
cd 120-years-olympics
Install dependencies
pip install -r requirements.txt
Start the server
python manage.py runserver
By making the following Project I explored the new way of storing and quering data and learned the importance of semantic web over traditional data storage techniques . Know more About Symentic Web and Linked Data - https://www.youtube.com/playlist?list=PLea0WJq13cnDDe8V7eVLReIaOnFztOEAq