.NET 图形数据库

发布于 2024-07-17 22:54:08 字数 1542 浏览 7 评论 0原文

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

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

发布评论

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

评论(16

雨后咖啡店 2024-07-24 22:54:09

他们将其命名为 CloudGraph,并将在 http://www.cloudgraph.com 上启动。

They have named it CloudGraph and it will be launched at http://www.cloudgraph.com.

迷离° 2024-07-24 22:54:09

请访问 www.sparsity-technologies.com 查看新的 .net 版本的 DEX。

Please, look at the new .net version of DEX in www.sparsity-technologies.com .

早乙女 2024-07-24 22:54:08

我很惊讶没有人提到 Fallen-8,它就像 . NET 平台(也是开源的)。

I'm surprised no one has mentioned Fallen-8, which is like the "Neo4J" for the .NET platform (open source too).

倒数 2024-07-24 22:54:08

自从 Neo4j 开始获得 REST 支持以来,事情已经发生了一些变化,现在有两种不同的 .Net REST 客户端正在进行中:

Since Neo4j started to get REST support things have evolved a bit, there's now two different .Net REST clients in the works:

2024-07-24 22:54:08

来自 Codeplex 的 BrightstarDB。 BrightstarDB 是一个开源、快速、可嵌入且可扩展的 NoSQL 数据库,适用于 .NET 平台,具有代码优先的数据模型生成功能。

BrightstarDB from Codeplex. BrightstarDB is an open source, fast, embeddable, and scalable NoSQL database for the .NET platform with code-first data model generation.

ゝ偶尔ゞ 2024-07-24 22:54:08

微软也在开发一个 - Trinity

编辑 1:
我最近刚刚遇到这个存储库。 我还没有查看代码或使用它,但它具有以下 .NET 接口:

  1. BluePrints
  2. Rexster
  3. Pipes

这些实用程序可用于连接多个图形数据库,包括 neo4j 和 OrientDB。 有关更多信息,请参阅 TinkerPop

Microsoft is also working on one - Trinity

Edit 1:
I just recently came across this repository. I haven't looked at the code or used it yet, but it has .NET interfaces for:

  1. BluePrints
  2. Rexster
  3. Pipes

These utilities can be used to connect with multiple Graph Databases including neo4j and OrientDB. For more information also look at TinkerPop.

笑脸一如从前 2024-07-24 22:54:08

DEX 高性能图形数据库有专用的 .Net API,因此将其与您的架构集成可能会有所帮助。 您可以在此处下载它

DEX high performance graph database has a dedicated .Net API so it may be of help to integrate it with your architecture. You can downlad it here

无可置疑 2024-07-24 22:54:08

现在您可以免费下载并测试 Sparsity Technologies 于 2011 年 7 月发布的带有 .NET API 的 DEX 图数据库,网址为:

http://www.sparsity-technologies.com/dex_downloads

以及如何使用 .NET 构建您的第一个图形数据库? Dzone 中的解释:

http://architects.dzone.com/articles /how-build-your-first-net-graph

Rgds

Now you can download and test for free the DEX graph database with .NET API released on July 2011 by Sparsity Technologies, at:

http://www.sparsity-technologies.com/dex_downloads

and How to build your 1st graph database with .NET ? Explained at Dzone:

http://architects.dzone.com/articles/how-build-your-first-net-graph

Rgds

梦亿 2024-07-24 22:54:08

我很惊讶没有人提到 QuickGraph,这是一个非常成熟且功能丰富的 NET 图形库。 它具有多种图形表示形式和大量算法。

http://quickgraph.codeplex.com/

I'm surprised no one has mentioned QuickGraph, a very mature and feature packed graph library for NET. It has multiple graph representations and plenty of algorithms.

http://quickgraph.codeplex.com/

望喜 2024-07-24 22:54:08

binpress 上的 Neo4Net 可能会有所帮助。

这与测试人员在 CodePlex 上建议的 Neo4Net 不同

Neo4Net on binpress may help.

this is not the same as Neo4Net on CodePlex suggested here by tester

想念有你 2024-07-24 22:54:08

目前唯一可用的是 Clojure、JR​​uby、Jython 和 Python 的绑定。 但是,可能是 Neo4j 的 JRuby REST API, http://github.com/ andreasronge/neo4j/tree/2840b4c3d58e0250fdc31b63b11ac941ea944ba6/test/rest,将是目前最好的选择。

The only thing available right now are bindings for Clojure, JRuby, Jython and Python. However, probably the JRuby REST API to Neo4j, http://github.com/andreasronge/neo4j/tree/2840b4c3d58e0250fdc31b63b11ac941ea944ba6/test/rest, would be the best bet for now.

魔法少女 2024-07-24 22:54:08

今天早上在 Neo4j 邮件列表上找到了这个链接(我想,我似乎再也找不到它了):

http://www.thewebsemantic.com/2010/06/03/neo4j-on-net-3-5/

它本质上是让你编译 java到.net,然后您就可以引用新创建的程序集。

还没有尝试过,但我很快就会尝试。

Found this link on the Neo4j mailing list this morning (I think, I can't seem to find it again):

http://www.thewebsemantic.com/2010/06/03/neo4j-on-net-3-5/

It essentially let's you compile java to .net and then you can just reference the newly created assembly.

Haven't tried it yet but I am planning on it soon.

执手闯天涯 2024-07-24 22:54:08

这是一个相当老的问题,但当我偶然发现它时,我想其他人也会这样做。

有一个适用于 .Net 和 Neo4j 的客户端
http://hg.readify.net/neo4jclient/wiki/Home

和 API暗号
http://mtranter.com/2013/09/ 21/cypher-net-a-neo4j-cypher-api/

This is a fairly old question, but as I stumbled upon it I suppose others will too.

There is a client for .Net and Neo4j
http://hg.readify.net/neo4jclient/wiki/Home

and an API for Cypher
http://mtranter.com/2013/09/21/cypher-net-a-neo4j-cypher-api/

青芜 2024-07-24 22:54:08

Neo4Net 也在开发中:
http://neo4net.codeplex.com/

Neo4Net is also under development:
http://neo4net.codeplex.com/

方圜几里 2024-07-24 22:54:08

http://www.webling.com 的人员也在开发原生 .NET 图形数据库来支持他们的网络应用程序。 我认为它还没有公开发布,但看起来它有动力。

The guys at http://www.webling.com are also working on a native .NET graph database to power their Web Apps. I don't think it's released publicly yet, but it looks like it's got momentum.

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