c# - Graph database for .NET -


I am designing an application based on the .NET / Mono Framework, which should be used heavily graph At least the path principles and I would like to use the original solution to cross the nodes of the graph, which instead of applying rental solutions, which would hardly be appropriate and affect large scale performance Will do

I have found an application that would be perfect for my scope: neo4j .

Unfortunately, this application is purely written in Java code and it is not portable to .NET due to large scale differences between the two architectures.

Does anyone know from there whether it is a similar solution for the port or net of neo4j?

Microsoft is also working on one -

Edit 1 :
I recently came to this on. I have not seen the code or have not used it yet, but for this it has a .NET interface:

  1. Blueprint
  2. Reixster
  3. Pipes

These utilities can be used to connect multiple graphs to the database, which includes neo4j and OrientDB for more information.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -