Simple proof of concept repo to test integration of grakn into a flask website.
Quickstart
- git clone repo
- cd flask-grakn
- pipenv install
- pipenv shell
- Start the Grakn Sever
- Via terminal while inside the Grakn distribution, run: ./grakn console -k phone_calls -f path-to-the-cloned-repo/schemas/phone-calls-schema.gql
- cd examples
- Via terminal while inside the virtual pipenv shell, run: python migrate_csv.py
- export FLASK_APP=graknapp
- export FLASK_ENV=development
- flask run