Neo4j - 架构、Java API 和坚持
我只是喜欢基于图形的数据库的概念,特别是 Neo4j。我有一些疑问:
有 Neo4j 的架构文档吗?我特别想知道,假设如果我使用 Java API,图表将如何保留在内存中?我的意思是说我想创建一次图,然后多次搜索,但是当我们使用 NEo4j Java API 时,程序终止时所有内容都会丢失,因此如何将其保留在内存中。数据文件存储在磁盘的什么位置?
有没有办法从 Java API 创建数据库,但使用 http://localhost:7474/db/< /a> 界面以图形方式查看节点?
谢谢。急切地等待回复,因为我已经疯狂地使用 Neo4j 来解决我的问题之一。
谢谢, 亚瓦尔
I just loved the concept of Graph Based Databases, specifically Neo4j. I have some queries:
Is there any Architecture document on Neo4j? I specifically want to know, suppose if I use Java API how the graph would persist in memory? I mean to say I want to create the graph once and then search multiple times however when we work on NEo4j Java API when the program terminates everything is lost, so how to persist it in memory. Where are the data files stored on disk?
Is there any way to create database from the Java API but use the http://localhost:7474/db/ interface to see the nodes graphically?
Thanks. Eagerly waiting for replies as I have gone crazy over Neo4j to solve one of my problem.
Thanks,
Yavar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)