Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinkerpop/blueprints
A Property Graph Model Interface (no longer active - see Apache TinkerPop)
https://github.com/tinkerpop/blueprints
Last synced: 3 days ago
JSON representation
A Property Graph Model Interface (no longer active - see Apache TinkerPop)
- Host: GitHub
- URL: https://github.com/tinkerpop/blueprints
- Owner: tinkerpop
- License: other
- Created: 2010-02-08T22:17:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T13:31:27.000Z (over 3 years ago)
- Last Synced: 2025-01-16T20:07:31.152Z (10 days ago)
- Language: Java
- Homepage: http://tinkerpop.apache.org
- Size: 8.48 MB
- Stars: 1,365
- Watchers: 126
- Forks: 274
- Open Issues: 19
-
Metadata Files:
- Readme: README.textile
- Changelog: CHANGELOG.textile
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-neo4j - blueprints - Blueprints is a collection of interfaces, implementations, ouplementations, and test suites for the property graph data model. Blueprints is analogous to the JDBC, but for graph databases. (REST API / Other)
README
!https://github.com/tinkerpop/blueprints/raw/master/doc/images/blueprints-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.
Blueprints is a "property graph model interface":http://github.com/tinkerpop/gremlin/wiki/Defining-a-Property-Graph. 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":http://wiki.github.com/tinkerpop/gremlin/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/ (available "here":http://thinkaurelius.github.com/titan/)
** "InfiniteGraph":http://www.objectivity.com/products/infinitegraph/ (available "here":http://wiki.infinitegraph.com/2.1/w/index.php?title=InfiniteGraph_Tinkerpop_Blueprints_Implementation)
** "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
* Ouplementations:
** "Java Universal/Graph":http://jung.sourceforge.net/ interface
** "Sesame 2.x":http://www.openrdf.org Sail interface
* Supporting utilities:
** "GML":http://www.fim.uni-passau.de/en/fim/faculty/chairs/theoretische-informatik/projects.html Reader/Writer utility
** "GraphML":http://graphml.graphdrawing.org/ Reader/Writer utility
** "GraphSON":https://github.com/tinkerpop/blueprints/wiki/GraphSON-Reader-and-Writer-Library Reader/Writer utility
** @BatchGraph@ wrapper
** @ReadOnlyGraph@ wrapper
** @EventGraph@ wrapper
** @PartitionGraph@ wrapper
** @IdGraph@ wrapper
** Various helper utilitiesThe documentation for Blueprints can be found at this "location":http://blueprints.tinkerpop.com. Finally, please visit "TinkerPop":http://tinkerpop.com for other software products.