Search code examples
c#.netembedorientdb

embed orientdb server in .net application


We have a .net 4.5 winforms application and we would like to create a panel in our application to show a graph database.

Is there a way to embed an orientDB server in a .net application?

Thanks


Solution

  • I remember somebody did it by using http://www.ikvm.net/ and it worked perfectly. Maybe you can try it.