有没有简约的图形数据库?

发布于 2025-01-07 10:12:04 字数 208 浏览 4 评论 0原文

我正在寻找一个非常基本的图形数据库引擎。到目前为止我只知道Neo4j。

对于我的应用程序,节点仅由其字符串名称表示。他们没有更多的属性。连接具有起始节点和结束节点以及权重。他们没有与他们相关的名字。

我想要存储的图类型的科学名称是有向单关系图

是否有一个图形数据库引擎可以在我的情况下提供高性能? REST 或 .NET 接口会很棒。

I am looking for a very basic graph database engine. I only know of Neo4j so far.

For my application, nodes are only represented by their string names. They have no further attributes. Connections have start and end nodes and weights. They have no names associated with them.

The scientific name for the type of graph I want to store is directed single-relation graph.

Is there a graph database engine that provide high performance in my case? A REST or .NET interface would be great.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

︶葆Ⅱㄣ 2025-01-14 10:12:04

http://neo4j.org/ 的默认配置应该非常简约?对于 REST 简约设置,您可以使用服务器并通过 http://hg.readify.net 运行/neo4jclient/wiki/Home

http://neo4j.org/ should be quite minimalistic in its default config? For the REST minimalistic setup, you could use the server and run via http://hg.readify.net/neo4jclient/wiki/Home

甜尕妞 2025-01-14 10:12:04

我尝试了 Neo4j,但即使使用批量导入器,导入 30GB 的数据也太慢了。

因为我不需要部分访问数据,所以我决定使用简单的 XML 文件进行存储,并在内存中手动实现所有计算。

I gave Neo4j a try, but it was too slow for importing my 30GB of data, even using the batch importer.

Because I don't need to access the data partly, I decided to use simple XML files for storage and implement all computations manually and in memory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文