Skip to content

A strong-typed gremlin query generator class, compatible with Azure CosmosDB capabilities.

License

Notifications You must be signed in to change notification settings

tibihatvani/GremlinQuery.net

 
 

Repository files navigation

GremlinQuery.net

A strong-typed gremlin query generator class, compatible with Azure CosmosDB capabilities. It is a DSL (Domain Specific Language) for supporting Gremlin Queries embedded in your C# code.

It allows you to generate a Gremlin Query like this:

g.V().has("name","marko").outE("created").inV().ToString()

About

A strong-typed gremlin query generator class, compatible with Azure CosmosDB capabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%