TODO: Update overview..
- Spin up a clean Neo4j instance.
- Run the following cypher to add constraints on Neo4j (to help py2neo)
- Install py2neo from pip
- Run
python import-skills.py
- Run
python import-quests.py
After performing the above steps, we can view the schema with CALL db.schema()
. This will returns the following schema.
Feel free to use, extend, and tailor one for needs.
If you have pointers, new ideas, branch out and create a PR.
If you have any questions, message me or throw something in the issues.