spring-data-gremlin
Graph Query Library
A library that extends Spring Data to support Graph databases and enables the use of Gremlin queries and operations on graph data
Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the Tinkerpop Blueprints 2.x API.
69 stars
17 watching
54 forks
Language: Java
last commit: about 6 years 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 |
krlawrence/graph | A tutorial and resource center for Gremlin and Apache TinkerPop graph databases | 836 |
clojurewerkz/ogre | A Clojure implementation of the Gremlin graph traversal language for querying TinkerPop-enabled graphs. | 128 |
go-gremlin/gremlin | A Go client library for interacting with TinkerPop3 Gremlin Server-based graph databases. | 115 |
twilmes/sql-gremlin | Translates SQL queries into Gremlin queries to query a graph database | 74 |
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 |
spring-projects/spring-data-neo4j | A library that enables Java developers to integrate Neo4j's graph database into their applications with a familiar Spring-based programming model | 833 |
steelbridgelabs/neo4j-gremlin-bolt | An implementation of the BOLT protocol between Neo4j and Apache Tinkerpop for graph processing | 0 |
wolfgang-schuetzelhofer/jcypher | Provides Java access to Neo4J graph databases at various levels of abstraction for complex domain modeling and querying. | 86 |
l15k4/scalajs-gremlin-client | A client library for interacting with Gremlin Server via reactive-websocket using Scala.js and uPickle serialization | 6 |
mpollmeier/gremlin-scala | A Scala wrapper for Apache TinkerPop 3 Graph DSL | 482 |
emehrkay/gremlinpy | Provides a Python abstraction layer for generating Gremlin Groovy scripts | 55 |
debug-ito/greskell | Haskell bindings and tools for building and executing Gremlin graph query language scripts | 27 |