Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.59 KB

README.textile

File metadata and controls

24 lines (19 loc) · 1.59 KB

Gremlin is a domain specific language for traversing property graphs. Gremlin makes use of Pipes to perform complex graph traversals. This language has application in the areas of graph query, analysis, and manipulation. Connectors, provided by Blueprints, exist for the following graph management systems:

  • JVM language connectivity:
    • Java: Gremlin in the Java Language
    • Groovy: Gremlin in the Groovy Language
    • Scala: Gremlin in the Scala Language
    • More JVM languages to come.

The documentation for Gremlin can be found at this location. Finally, please visit TinkerPop for other software products.