# Apache TinkerPop **Repository Path**: mirrors/gremlin ## Basic Information - **Project Name**: Apache TinkerPop - **Description**: A Graph Traversal Language (no longer active - see Apache TinkerPop) - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-10-22 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README !https://github.com/tinkerpop/gremlin/raw/master/doc/images/gremlin-logo.png! *IMPORTANT* - TinkerPop is now a part of the Apache Software Foundation and "TinkerPop 3.x":http://tinkerpop.apache.org/ is the latest incarnation of The TinkerPop. This project is TinkerPop 2.x and is no longer active. Gremlin is a domain specific language for traversing property "graphs":http://en.wikipedia.org/wiki/Graph_%28mathematics%29. Gremlin makes use of "Pipes":http://pipes.tinkerpop.com to perform complex graph traversals. This language has application in the areas of graph query, analysis, and manipulation. Connectors, provided by "Blueprints":http://blueprints.tinkerpop.com, exist for the following graph management systems: * Graph database connectivity: ** "TinkerGraph":https://github.com/tinkerpop/blueprints/wiki/TinkerGraph in-memory graph ** "Neo4j":http://neo4j.org/ graph database ** "OrientDB":http://www.orientechnologies.com/ graph database ** "Sparksee":http://www.sparsity-technologies.com/#sparksee graph database ** "Titan":http://thinkaurelius.github.com/titan/ graph database ** "Faunus":http://thinkaurelius.github.com/faunus/ graph analytics engine ** "InfiniteGraph":http://www.objectivity.com/products/infinitegraph/ graph database ** "Rexster":http://rexster.tinkerpop.com graph server ** "Sesame 2.x":http://www.openrdf.org compliant RDF stores ** Many "third-party":https://github.com/tinkerpop/blueprints/wiki Blueprints implementations * JVM language connectivity: ** "Java":http://java.com/: Gremlin in the Java Language ** "Groovy":http://groovy.codehaus.org/: Gremlin in the Groovy Language ** Easy to connect to other "JVM languages":http://en.wikipedia.org/wiki/List_of_JVM_languages The documentation for Gremlin can be found at this "location":http://gremlin.tinkerpop.com. Finally, please visit "TinkerPop":http://tinkerpop.com for other software products.