A project exploring python and Neo4j
I'm just hacking stuff together at the moment. This project probably won't be interesting for some time.
These are mostly just notes to myself, at the moment.
- Prerequisites:
- Create a python 3 virtual environment:
pyvenv-34 python - Install the requirements:
pip install -r requirements.txt - Download the Neo4j Community Edition (2.1.2)
- Create a python 3 virtual environment:
- Launch Neo4j (e.g.
./neo4j-community-2.1.2/bin/neo4j start). This will also give you acess to Neo4j at http://localhost:7474/. - Activate your venv (python 2 is still my default so I have to
unset PYTHONPATH && source python/bin/activate) - Fire up ipython and play.