2👍
✅
Try the Bulbs Quickstart: http://bulbflow.com/quickstart/
It’s a normal Python library that uses Neo4j Server (which is free) instead of Neo4j Embedded, so you don’t have to mess with Java. Neo4j Server works better with Web frameworks like Django and Flask.
And once you have your app built, you can run it for free on Heroku with the Neo4j Add On.
2👍
This project uses both neo4j and sqlite3. As you can see in models.py und views.py in apps/neo4japp nodes are also stored in sqlite3 but some queries are sent to neo4j through new4jclient.py.
For using neo4j as a database backand this should help: Developing a web application in python with neo4j
- [Django]-Difference between uwsgi_param and proxy_set_header
- [Django]-New line in django templates
- [Django]-Django admin filters on remote field via get_list_filter
Source:stackexchange.com