- Notifications
You must be signed in to change notification settings - Fork1
mlouward/Lyon-Velov-RDF
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Not possible with stains/jena-fuseki docker image (needs authentication with random password else can't update dataset)
- Launch a Fuseki server with a dataset calledds
Default port should be 3030:.\fuseki-server.bat --update --mem /ds
- Install python libraries
pip install -r requirements.txt
- Load static data into the triplestore
Runpython jsontordf.py
in folder ./load_graph
- Launch the Python server in folder ./server_flask
python server.py
- Go tolocalhost:5000
You can see the list of bike stations and their information, as well as the current weatherClicking on a station on the map will show:
- Station location on the map
- Station Name
- Station Address
- Number of available bikes
- Number of parking spots
- Time of last update
The information is updated when refreshing the page
About
Live data about Lyon bicycle-sharing system using RDF and web semantic