I was trying to save directed graphs into databases for further processing and query. And neo4j seems to fit my needs. However, I don't seem to find a good tutorial regarding the following:
我试图将有向的图形保存到数据库中,以便进行进一步的处理和查询。neo4j似乎满足了我的需求。然而,我似乎没有找到一个好的教程关于以下:
- Creating the database and put data in.
- 创建数据库并将数据放入。
- Making queries.
- 进行查询。
I want to be able to do them both manually and automatically (i.e. using a program). The official manual keeps talking about stuff like Maven, Index, REST API and so on, basically things I don't care about at all for now.
我希望能够手动和自动地完成它们(例如使用一个程序)。官方手册一直在讨论Maven、索引、REST API等内容,基本上我现在根本不关心这些内容。
So any good hands-on tutorial on neo4j? Or any other graph databases you think is good for total beginners with simple needs (i.e. store graph and query graph)?
关于neo4j有什么好的实践教程吗?或者其他你认为适合初学者的图形数据库(比如存储图形和查询图形)?
3 个解决方案
#1
28
For getting started just download the Neo4j Server and start it. Then go to http://localhost:7474 for the integrated web-admin UI which allows you to enter data visually and browser/visualize and query it.
要开始,只需下载Neo4j服务器并启动它。然后转到http://localhost:7474,获取集成的web-admin UI,该UI允许您直观地输入数据、浏览器/可视化并查询数据。
Please have a look at the Neo4j Koans by Jim Webber and Ian Robinson which are material that are used in real-world tutorials. Otherwise also have a look on http://video.neo4j.org for some screencasts and presentations and the collection of introduction links at the neo4j delicious site.
请查看Jim Webber和Ian Robinson的Neo4j Koans,这是在真实世界教程中使用的材料。另外,也可以在http://video.neo4j.org上查看一些视频和演示,以及neo4j delicious网站上的介绍链接。
#2
9
I started a blog for Neo4j beginners. The first four posts are up and they show you how to get neo4j, install it, create some sample data, find friends of friends, six degrees of separation (path finding), use gremlin scripts and cypher queries.
我为Neo4j初学者开了一个博客。前四篇文章已经发布,它们向您展示了如何获取neo4j、安装它、创建一些示例数据、找到朋友的朋友、六度分离(路径查找)、使用gremlin脚本和cypher查询。
#3
5
Try http://docs.neo4j.org/chunked/snapshot/tutorials-java-embedded.html or http://docs.neo4j.org/chunked/snapshot/ for more tutorials. Does that work?
尝试http://docs.neo4j.org/chunked/snapshot/tutorials-java-embedded.html或http://docs.neo4j.org/chunked/snapshot/获得更多教程。这工作吗?
#1
28
For getting started just download the Neo4j Server and start it. Then go to http://localhost:7474 for the integrated web-admin UI which allows you to enter data visually and browser/visualize and query it.
要开始,只需下载Neo4j服务器并启动它。然后转到http://localhost:7474,获取集成的web-admin UI,该UI允许您直观地输入数据、浏览器/可视化并查询数据。
Please have a look at the Neo4j Koans by Jim Webber and Ian Robinson which are material that are used in real-world tutorials. Otherwise also have a look on http://video.neo4j.org for some screencasts and presentations and the collection of introduction links at the neo4j delicious site.
请查看Jim Webber和Ian Robinson的Neo4j Koans,这是在真实世界教程中使用的材料。另外,也可以在http://video.neo4j.org上查看一些视频和演示,以及neo4j delicious网站上的介绍链接。
#2
9
I started a blog for Neo4j beginners. The first four posts are up and they show you how to get neo4j, install it, create some sample data, find friends of friends, six degrees of separation (path finding), use gremlin scripts and cypher queries.
我为Neo4j初学者开了一个博客。前四篇文章已经发布,它们向您展示了如何获取neo4j、安装它、创建一些示例数据、找到朋友的朋友、六度分离(路径查找)、使用gremlin脚本和cypher查询。
#3
5
Try http://docs.neo4j.org/chunked/snapshot/tutorials-java-embedded.html or http://docs.neo4j.org/chunked/snapshot/ for more tutorials. Does that work?
尝试http://docs.neo4j.org/chunked/snapshot/tutorials-java-embedded.html或http://docs.neo4j.org/chunked/snapshot/获得更多教程。这工作吗?