gremlin
Graph query language
A graph traversal language and set of connectors for querying, analyzing, and manipulating complex graphs in various graph databases.
A Graph Traversal Language (no longer active - see Apache TinkerPop)
2k stars
165 watching
239 forks
Language: Java
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
apache/tinkerpop | Provides a framework for graph computing and processing | 1,975 |
go-gremlin/gremlin | A Go client library for interacting with TinkerPop3 Gremlin Server-based graph databases. | 115 |
krlawrence/graph | A tutorial and resource center for Gremlin and Apache TinkerPop graph databases | 836 |
twilmes/sql-gremlin | Translates SQL queries into Gremlin queries to query a graph database | 74 |
opencypher/cypher-for-gremlin | Enables querying Gremlin graph databases using Cypher | 359 |
clojurewerkz/ogre | A Clojure implementation of the Gremlin graph traversal language for querying TinkerPop-enabled graphs. | 128 |
northwesternmutual/grammes | An API/Wrapper for Gremlin and Janusgraph allowing easy use of graph traversal without direct terminal interaction. | 125 |
gjrwebber/spring-data-gremlin | A library that extends Spring Data to support Graph databases and enables the use of Gremlin queries and operations on graph data | 69 |
jbmusso/gremlin-javascript | Tools and APIs for processing and traversing graph structures using Gremlin protocol in JavaScript | 214 |
qasaur/gremgo | A fast and efficient client for the Apache TinkerPop graph database stack using Go | 98 |
rmagen/elastic-gremlin | TinkerPop 3 implementation on top of Elasticsearch for graph database operations | 70 |
orientechnologies/orientdb-gremlin | TinkerPop3 Graph Structure Implementation for OrientDB | 93 |
debug-ito/greskell | Haskell bindings and tools for building and executing Gremlin graph query language scripts | 27 |
tinkerpop/rexster | A graph server and framework for exposing graph data through HTTP/REST and a binary protocol. | 433 |
costezki/rdf2gremlin | Transforms RDF data into a property graph using TinkerPop-Gremlin | 24 |