Neo4j with C # in production

Anyone using Neo4j with REST API in production? I looked at various REST API implementations and noticed that this was loaded quite a few times.

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

+3


source to share


4 answers


Ryan,

I am one of the developers of the library. Our daily project has a dedicated team of 5 developers and uses Neo4j in production (on Azure, just for good measure). As we build our solution, we keep building the library along the way.

Our solution depends on the reliability of this library 100%.



NTN,

Tats

+7


source


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



0


source


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

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

NTN

0


source


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

0


source







All Articles