Shoham Ben-Har
Shoham Ben-Har

Reputation: 327

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

Upvotes: 0

Views: 238

Answers (2)

Lvca
Lvca

Reputation: 9060

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

Upvotes: 2

Michela Bonizzi
Michela Bonizzi

Reputation: 2632

OrientDB is written in Java, so it easily embeddable in any jvm-based language.

So, no, it's impossible to embed in .NET.

Hope it helps.

Regards

Upvotes: -1

Related Questions