Neo4j - 架构、Java API 和坚持

发布于 2024-11-30 05:28:53 字数 422 浏览 0 评论 0原文

我只是喜欢基于图形的数据库的概念,特别是 Neo4j。我有一些疑问:

  1. 有 Neo4j 的架构文档吗?我特别想知道,假设如果我使用 Java API,图表将如何保留在内存中?我的意思是说我想创建一次图,然后多次搜索,但是当我们使用 NEo4j Java API 时,程序终止时所有内容都会丢失,因此如何将其保留在内存中。数据文件存储在磁盘的什么位置?

  2. 有没有办法从 Java API 创建数据库,但使用 http://localhost:7474/db/< /a> 界面以图形方式查看节点?

谢谢。急切地等待回复,因为我已经疯狂地使用 Neo4j 来解决我的问题之一。

谢谢, 亚瓦尔

I just loved the concept of Graph Based Databases, specifically Neo4j. I have some queries:

  1. 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?

  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风柔一江水 2024-12-07 05:28:53
  1. 当事务标记为成功并完成时,数据将持久保存到磁盘。您可以在此处阅读有关交易的更多信息:
  2. 是的,看看 使用带有嵌入式数据库的服务器
  1. Data is persisted to disk when the transaction is marked as successful and finished. You can read more about transactions here:
  2. Yes, have a look at Using the server with an embedded database!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文