20

Is there a .NET version/binding for Neo4j?

It looks like exactly what I want, but I'm working in C# on .NET.

Thanks

Marc Climent
  • 9,434
  • 2
  • 50
  • 55
Greg
  • 34,042
  • 79
  • 253
  • 454

2 Answers2

14

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:

nawroth
  • 4,321
  • 1
  • 24
  • 21
  • oh, I was hoping for something with a C# client library/bindings. I don't suppose you know of something similar to Neo4j in the C# world? – Greg Apr 27 '10 at 10:46
  • 1
    not sure about similarity to Neo4j, but have a look over here for a list of graph databases: http://graph-database.org/ – nawroth Apr 27 '10 at 11:36
  • Here's a getting started: http://blog.noop.se/archive/2010/04/16/neo4j-net-client-over-http-using-rest-and-json.aspx – Stefan Steiger Aug 31 '10 at 07:07
13

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

Richard Banks
  • 12,456
  • 3
  • 46
  • 62