Simple tutorial for Neo4J and using it with django + python

只愿长相守 提交于 2019-12-20 19:47:19

问题


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


回答1:


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




回答2:


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




回答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




回答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/



来源:https://stackoverflow.com/questions/10534979/simple-tutorial-for-neo4j-and-using-it-with-django-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!