Has anyone used OrientDB with ASP.Net website

I want to get away from neo4j mainly because of the price, which is so steep and we assumed it was always open source. Compared to $ 30 thousand. USA per year we cannot afford a database, I think we should do our homework well.

In any case Neo4j has an active maintained neo4jClient for .Net which was the main criterion for us to select this database, only another option that comes close is OrientDB which also has a rest endpoint that we can consume. But I only have a few C # clients that I can find on the net. Also, none of them have been updated for almost 2-3 years.

So I was wondering if I was using any of the OrientDB in the real world project and saw a reliable C # client that can be used with this database.

Any example that shows some of the best practices with OrientDB and ASP.Net would also be helpful.

Kieran's relationship

+3


source to share


2 answers


I am on the OrientDB team. I must apologize, we have not done a good job of sharing the various language APIs on our website. This will be improved.

Currently, you can see: https://github.com/orientechnologies/orientdb/wiki/Programming-Language-Bindings .

I know I recently saw activity around the .NET connector. We are focused on all of these libraries and continue to support them. Again, as you mentioned, the REST API is always present.



Regards,

Greg McCarwell Oriental Technologies info@orientechnologies.com

+3


source


I can suggest a .NET driver:

https://github.com/workshare/OrientDB-NET.binary



Actively updated.

0


source







All Articles