Skip to content

ubyndr/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cypher based solution for exercise 2 with Travis CI

HOW-TO

Clone the repository

git clone https://github.com/ubyndr/playground.git

Install requirements

pip install -r requirements.txt

Make sure docker has access to the location where you've checked out this repo.

Launch a local copy of the DB and load the ontology

docker run -d -p:7474:7474 -p 7687:7687 --volume=`pwd`:/import/  --env-file ./src/resources/env.list matentzn/vfb-prod

Import wine ontology into Neo4j

python3 src/load_db.py file:///src/resources/wine.owl

Run the app

python3 src/app.py

For API documentation you can access swagger page via http://localhost:5001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages