- Notifications
You must be signed in to change notification settings - Fork273
A Property Graph Model Interface (no longer active - see Apache TinkerPop)
License
tinkerpop/blueprints
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
IMPORTANT – TinkerPop is now a part of the Apache Software Foundation andTinkerPop 3.x is the latest incarnation of The TinkerPop. This project is TinkerPop 2.x and is no longer active.
Blueprints is aproperty graph model interface. It provides implementations, test suites, and supporting extensions. Graph databases and frameworks that implement the Blueprints interfaces automatically support Blueprints-enabled applications. Likewise, Blueprints-enabled applications can plug-and-play different Blueprints-enabled graph backends.
- Implementations:
- TinkerGraph in-memory graph
- Neo4j graph database
- OrientDB graph database
- Sparksee graph database
- Titan (availablehere)
- InfiniteGraph (availablehere)
- Rexster graph server
- Sesame 2.x compliantRDF stores
- Manythird-party Blueprints implementations
- Ouplementations:
- Java Universal/Graph interface
- Sesame 2.x Sail interface
- Supporting utilities:
The documentation for Blueprints can be found at thislocation. Finally, please visitTinkerPop for other software products.
About
A Property Graph Model Interface (no longer active - see Apache TinkerPop)