sql-gremlin
Query translator
Translates SQL queries into Gremlin queries to query a graph database
Provides a SQL interface to your TinkerPop enabled graph db
74 stars
11 watching
21 forks
Language: Java
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tinkerpop/gremlin | A graph traversal language and set of connectors for querying, analyzing, and manipulating complex graphs in various graph databases. | 1,950 |
litmus-benchmark-suite/sparql-to-gremlin | Converts SPARQL queries into Gremlin graph traversal code | 88 |
go-gremlin/gremlin | A Go client library for interacting with TinkerPop3 Gremlin Server-based graph databases. | 115 |
opencypher/cypher-for-gremlin | Enables querying Gremlin graph databases using Cypher | 359 |
krlawrence/graph | A tutorial and resource center for Gremlin and Apache TinkerPop graph databases | 836 |
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 |
rmagen/elastic-gremlin | TinkerPop 3 implementation on top of Elasticsearch for graph database operations | 70 |
northwesternmutual/grammes | An API/Wrapper for Gremlin and Janusgraph allowing easy use of graph traversal without direct terminal interaction. | 125 |
jbmusso/gremlin-javascript | Tools and APIs for processing and traversing graph structures using Gremlin protocol in JavaScript | 214 |
clojurewerkz/ogre | A Clojure implementation of the Gremlin graph traversal language for querying TinkerPop-enabled graphs. | 128 |
costezki/rdf2gremlin | Transforms RDF data into a property graph using TinkerPop-Gremlin | 24 |
orientechnologies/orientdb-gremlin | TinkerPop3 Graph Structure Implementation for OrientDB | 93 |
dkuppitz/sparql-gremlin | A compiler tool that transforms SPARQL queries into Gremlin traversals | 71 |
debug-ito/greskell | Haskell bindings and tools for building and executing Gremlin graph query language scripts | 27 |
emehrkay/gremlinpy | Provides a Python abstraction layer for generating Gremlin Groovy scripts | 55 |