tree: 3e25a24d7cda25d8cb458c93ef66a71632a6ff17 [path history] [tgz]
  1. build/
  2. glv/
  3. src/
  4. test/
  5. Gremlin.Net.sln
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
gremlin-dotnet/README.md

Gremlin.Net

Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the graph traversal language of TinkerPop. It can be described as a functional, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's property graph.

Gremlin.Net implements Gremlin within the C# language. It targets .NET Standard and can therefore be used on different operating systems and with different .NET frameworks, such as .NET Framework and .NET Core.

nuget install Gremlin.Net

Please see the reference documentation at Apache TinkerPop for more information.