Blueprints is a property 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
- DEX graph database
- Rexster RESTful graph shell
- Sesame 2.0 compliant RDF stores
- Ouplementations:
- Java Universal/Graph interface
- Sesame 2.0 Sail interface
- Supporting utilities:
- GraphML Reader/Writer library
- Blueprints helper utilities
- ReadOnlyGraph wrapper
The documentation for Blueprints can be found at this location. Finally, please visit TinkerPop for other software products.