Neo4J 是否有任何 .NET 绑定?
Neo4j 有 .NET 版本/绑定吗?
它看起来正是我想要的,但我正在 .NET 上使用 C# 工作。
谢谢
Is there a .NET version/binding for Neo4j?
It looks like exactly what I want, but I'm working in C# on .NET.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为目前最好的选择是使用 REST 服务器。有一篇博客文章对 .NET 客户端进行了概念验证:使用 REST 和 json 通过 HTTP 的 Neo4j .NET 客户端。
更新: 现在实际上有两个不同的 .Net Neo4j REST 客户端:
I think you best bet at the moment is to use the REST server. There's a blog post with a proof of concept .NET client: Neo4j .NET Client over HTTP using REST and json.
Update: Now there's actually two different .Net Neo4j REST clients:
只需使用更新的选项更新此问题 - NuGet 上提供的 Neo4jClient。包和项目站点的链接位于 http://nuget.org/packages/Neo4jClient
Just updating this question with a more current option - the Neo4jClient available on NuGet. The package and links to the project site are at http://nuget.org/packages/Neo4jClient