Re: Can I use JanusGraph with C#.net and if so how?
Florian Hockmann <f...@...>
I'm one of the developers of Gremlin.Net and I would suggest that you use one of the Gremlin.Net versions that are now part of TinkerPop although they are only release candidates right now. For JanusGraph, this would be version 3.2.6-rc1. These newer versions allow to write Gremlin queries directly as C# code whereas older versions can just send gremlin-groovy requests as strings to the server. A simple example looks like this:
The full documentation can be found here: Am Samstag, 23. September 2017 16:06:47 UTC+2 schrieb Misha Brukman:
|
|