

As such, anyone familiar with Gremlin-Java will immediately be able to work with Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct.

Gremlin.Net is designed to connect to a "server" that is hosting a TinkerPop-enabled graph system. Or a remote graph provider that exposes protocols by which Gremlin.Net can connect. Please see the Reference Documentation of Apache TinkerPop for more information on usage: Īnd use our Google Group gremlin-users if there are any questions: The Gremlin language allows users to write highly expressive graph traversals and has a broad list of functions that cover a wide body of features. The Reference Documentation describes these functions and other aspects of the TinkerPop ecosystem including some specifics on Gremlin in. For the most part, these examples should generally translate to C# with some logical modification: Most of the examples found in the documentation use Groovy language syntax in the Gremlin Console. Given the strong correspondence between canonical Gremlin in Java and its variants like C#, there is a limited amount of C#-specific documentation and examples. This strong correspondence among variants ensures that the general Gremlin reference documentation is applicable to all variants and that users moving between development languages can easily adopt the Gremlin variant for that language.
