Simple tutorial for Neo4J and using it with django + python

12,870

Solution 1

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

Solution 2

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

Solution 3

There is a nice integration for Neo4j+Django: https://github.com/scholrly/neo4django and I notice a tutorial on github: https://github.com/johanlundberg/neo4j-django-tutorial

There are a few books in the works, covering general concepts about working with a graph database and Neo4j specifics. But they haven't yet hit the shelves.

For now, the Neo4j manual is the best material available for learning.

-Andreas

Solution 4

neo4django is super outdated. Check the updated options at:

https://neo4j.com/developer/python/

About the tutorial you can find many free resources at the website. You can also start with Cypher, the query language:

https://neo4j.com/developer/cypher/

Share:
12,870
fear_matrix
Author by

fear_matrix

I have around 7 years of experience and currently working for crondeals.com which is a deals and coupons site. I main expertise is in Python but lately I have developed interested in UI and SEO.

Updated on June 19, 2022

Comments

  • fear_matrix
    fear_matrix about 2 years

    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

  • fear_matrix
    fear_matrix about 12 years
    thanks for the info on bulbflow. I never knew there is something like that.
  • vijay shanker
    vijay shanker almost 8 years
    not supports latest version of django, installing it installs django 1.4 version as of now :(
  • Sanjay Pant
    Sanjay Pant almost 3 years
    Please check this out - github.com/neo4j-contrib/django-neomodel.