Skip to content

ankushbisht01/120-years-olympics

Repository files navigation

Data Visualisation of 120 Years of Olympics Record

A Django and symentics web based open source webapp to visualise Data of Olympics .

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

Python Libraries

Semantic Web

Data Source

Environment Variables

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 = ""

Running blazegraph Server

  • Note - Before running blazeraph you system must have java installed in it .

  • Download blazegraph

  • 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 .

Run Locally

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

Lessons Learned

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published