问题描述
我想将Neo4j用于我的Web应用程序.我在服务器端使用Node.js.据我了解,我将必须学习Cypher来查询数据库.
I want to use Neo4j for my web applications. I am using Node.js for the server side. As I understand, I will have to learn Cypher to query the database.
在网站上,我只能找到参考指南.我正在寻找一些完整的教程,至少是关于入门部分的教程,关于将其集成到网站开发过程中的信息.我不懂Java,也现在不想学习.
On the website I could find only a Reference guide. I'm looking for some complete tutorial, at least for the introductory part, regarding the integration of this into the website development process. I don't know Java and I don't want to learn it at the moment.
感谢分享!
推荐答案
具有一些SQL知识,此网络研讨会将带您从0到初学者逐步: http://watch.neo4j.org/video/60292144 之后,您必须参考自己的服务器端语言才能完成集成,但这应该是最轻松的部分.
Having some SQL knowledge, this webinar will take you step by step from 0 to beginner: http://watch.neo4j.org/video/60292144After this, you will have to refer to your own server-side language to complete the integration, but that should be the most effortless part.
以下是一些有用的初学者知识来源:
Here are some useful beginner knowledge sources:
观看有关Cypher的网络研讨会,网址为:
http://watch.neo4j.org/
Watch the webinars about Cypher on:
http://watch.neo4j.org/
在 http://console.neo4j.org 中玩耍
查看支持Cypher的各种node.js驱动程序-我相信Thingdom是最受欢迎的驱动程序:
https://github.com/thingdom/node-neo4j
Check out the various node.js drivers that support Cypher--I believe the Thingdom one is the most popular:
https://github.com/thingdom/node-neo4j
在Max的博客上查看使用Cypher的示例:
http://maxdemarzi.com/category/cypher/
Check out examples that use Cypher on Max's blog:
http://maxdemarzi.com/category/cypher/
Luanne在同一博客上发布了出色的查询优化指南(对于新手来说可能有些高级,但您仍然应该阅读它),以及同一博客上与Cypher相关的其他文章:
http://thought-bytes.blogspot.com/2013 /01/optimizing-neo4j-cypher-queries.html
Luanne posted an excellent guide to query optimization (which may be a bit advanced for newbies, but you should still read it), as well as other Cypher-related posts on the same blog:
http://thought-bytes.blogspot.com/2013/01/optimizing-neo4j-cypher-queries.html
此外,我最近发布了两篇有关Cypher的介绍性博客文章,并计划发布更多内容:
http://wes.skeweredrook.com/cypher/
Also, I've posted two introductory blog posts about Cypher just recently, and plan to post more:
http://wes.skeweredrook.com/cypher/
图数据库:
http://graphdatabases.com/
The Graph Databases book:
http://graphdatabases.com/
随时在这里发布您的新手Cypher问题-如果有人有更多资源要添加,我将其设置为社区Wiki.
Feel free to post your newbie Cypher questions here--I'll set this to a community wiki in case anyone has any more resources to add.
这篇关于网络开发人员的密码学习的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!