Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple tutorial for Neo4J and using it with django + python

Is there any simple tutorial for learning Neo4J. I went through its official manual and found very confusing for me since i am from mysql background. I just wanted to learn Neo4J but i am really finding a hard time. Also there is not much books available for Neo4J

Please help me with this

like image 887
fear_matrix Avatar asked May 10 '12 13:05

fear_matrix


People also ask

How connect Django to Neo4j?

First step, set up your local environment. Next, you'll need to point your app to a sandbox instance of the Neo4j database. In Neo4j Sandbox, create an account and select Paradise Papers by ICIJ. Check out the graph in the browser by clicking the “Open” button.

Which of the following is the driver for Neo4j in Python?

Neo4j Python Driver 4.4 — Neo4j Python Driver 4.4.


2 Answers

I just updated neo4django's documentation, and like to think it reads like a tutorial. I'd appreciate feedback!

like image 87
Matt Luongo Avatar answered Oct 12 '22 01:10

Matt Luongo


Look at the Bulbs Quickstart tutorial (http://bulbflow.com/quickstart/). Bulbs works with any Python Web framework, including Django, Flask, and Pyramid.

like image 33
espeed Avatar answered Oct 12 '22 01:10

espeed