b

blazegraph-gremlin

Welcome to the Blazegraph/TinkerPop3 project. The TP3 implementation has some significant differences from the TP2 version. The data model has been changed to use RDF*, an RDF reification framework described here: https://wiki.blazegraph.com/wiki/index.php/Reification_Done_Right. The concept behind blazegraph-gremlin is that property graph (PG) data can be loaded and accessed via the TinkerPop3 API, but underneath the hood the data will be stored as RDF using the PG data model described in this document. Once PG data has been loaded you can interact with it just like you would interact with ordinary RDF - you can run SPARQL queries or interact with the data via the SAIL API. It just works. The PG data model is also customizable via a round-tripping interface called the BlazeValueFactory, also described in detail in this document.
https://www.blazegraph.com/
GNU General Public License Version 2 (GPLv2)
SYSTAP, LLC DBA Blazegraph
Mike Personick Bryan Thompson Brad Bebee
Files download
File Operation
blazegraph-gremlin-1.0.0.jar download
blazegraph-gremlin-1.0.0.pom download
blazegraph-gremlin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.blazegraph</groupId>
  <artifactId>blazegraph-gremlin</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.blazegraph:blazegraph-gremlin:1.0.0'
Gradle Kotlin
implementation("com.blazegraph:blazegraph-gremlin:1.0.0")
Scala SBT
libraryDependencies += "com.blazegraph" % "blazegraph-gremlin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.blazegraph', module='blazegraph-gremlin', version='1.0.0')
)
Apache Ivy
<dependency org="com.blazegraph" name="blazegraph-gremlin" rev="1.0.0" />
Leiningen
[com.blazegraph/blazegraph-gremlin "1.0.0"]
Apache Buildr
'com.blazegraph:blazegraph-gremlin:jar:1.0.0'