Is it possible to work with OrientDB using C#?

前端 未结 5 2300
有刺的猬
有刺的猬 2021-02-14 09:02

Are there any implementations, api or examples of OrientDB and C#. The reason I am looking at OrientDB is becuase it\'s the only one that I found that is a combination of Graph

5条回答
  •  野的像风
    2021-02-14 09:28

    Currently OrientDB supports both a REST/JSON protocol and a native binary protocol. There are Python and Javascript wrappers for the REST protocol whyle there are C and PHP wrappers for the native protocol. I don't know if a C# wrapper is in the working however looking at the specifications ( http://code.google.com/p/orient/wiki/OrientDB_REST ) writing one for C# should be straightforward. I have met in person the architect of the project at a JUG meeting and I must say that OrientDB is a very promising project. Also Luca Garulli ( the architect ) is a very available person, so you may write him if you need more information.

提交回复
热议问题