Re: Can I use JanusGraph with C#.net and if so how?
Misha Brukman <mbru...@...>
Since JanusGraph is a TinkerPop-compliant graph database, you can use any language drivers on this page: http://tinkerpop.apache.org/ In your case, it sounds like Gremlin.NET (C#) library is the one you want to use — there is a code sample and more API docs on that project's GitHub page. On Sat, Sep 23, 2017 at 7:11 AM, <biniam...@...> wrote:
|
|