Details
- Vendor
- Apache TinkerPop
- Type
- Property Graph
- Kind
- Embedded
- Category
- Established
- License
- Apache-2.0
- Language
- Java
- Query Languages
- Gremlin
The go-to resource for graph technology details
A lightweight, in-memory property graph engine serving as the reference implementation of the Apache TinkerPop Gremlin graph computing framework.
Released 2009
Confirms the current value. TinkerGraph originated within the Gremlin project before Blueprints (which packaged TinkerGraph) split off as its own project in early 2010; no source pins TinkerGraph's own first-shipped date independently of that lineage.
In late 2009, Gremlin was pieced apart into multiple self contained projects: Blueprints and Pipes.Applying Graph Analysis and Manipulation to Data Stores | ODBMS Industry Watch · reviewed 2026-08-02
Initial release providing the property graph model Code originally packaged with GremlinRelease Notes · tinkerpop/blueprints Wiki · GitHub · reviewed 2026-08-02
Language Java
Confirms the current value; TinkerGraph is implemented as a Java class within the TinkerPop codebase.
protected Map<Object, Vertex> vertices = new ConcurrentHashMap<>(); protected Map<Object, Edge> edges = new ConcurrentHashMap<>();TinkerGraph.java - apache/tinkerpop · reviewed 2026-08-02
License Apache-2.0
SPDX identifier as classified by GitHub from the repository licence file.
"spdx_id": "Apache-2.0"GitHub licence API — apache/tinkerpop · reviewed 2026-08-02