Ryan
Ryan

Reputation: 4414

Neo4j with C# in production

Is anybody using Neo4j with the REST API in production? I've been looking at different implementations of the REST API out there and noticed this one has been downloaded quite a few times

http://hg.readify.net/neo4jclient/overview

Upvotes: 3

Views: 2396

Answers (4)

Richard Banks
Richard Banks

Reputation: 12546

Just to update this question with a more current option consider using the Neo4jClient from NuGet. The package and links to the project site are at http://nuget.org/packages/Neo4jClient

Upvotes: 0

Romiko
Romiko

Reputation: 21

You can see a sample application that uses this library and is open source here:

hg clone https://bitbucket.org/romiko/frictionfree

HTH

Upvotes: 0

Tatham Oddie
Tatham Oddie

Reputation: 4290

Ryan,

I'm one of the devs on the library. Our day-to-day project has a dedicated team of 5 developers, and uses Neo4j in production (on Azure, just for good measure). As we build out our solution, we have kept building the library along the way.

Our solution depends 100% on this library being reliable.

HTH,

Tatham

Upvotes: 7

Peter Neubauer
Peter Neubauer

Reputation: 6331

There are lots of production instances out there, basically anybody using one of the REST bindings, see http://docs.neo4j.org/chunked/snapshot/tutorials-rest.html, is running against it. Maybe ask on the mailing list, http://groups.google.com/group/neo4j/about

Upvotes: 0

Related Questions