Last Version

blazegraph-gremlin 1.0.0

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.

License

License

GroupId

GroupId

com.blazegraph
ArtifactId

ArtifactId

blazegraph-gremlin
Version

Version

1.0.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://www.blazegraph.com/
Project Organization

Project Organization

SYSTAP, LLC DBA Blazegraph
Source Code Management

Source Code Management

https://github.com/blazegraph/tinkerpop3.git

Download blazegraph-gremlin 1.0.0


<!-- https://jarcasting.com/artifacts/com.blazegraph/blazegraph-gremlin/ -->
<dependency>
    <groupId>com.blazegraph</groupId>
    <artifactId>blazegraph-gremlin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazegraph/blazegraph-gremlin/
implementation 'com.blazegraph:blazegraph-gremlin:1.0.0'
// https://jarcasting.com/artifacts/com.blazegraph/blazegraph-gremlin/
implementation ("com.blazegraph:blazegraph-gremlin:1.0.0")
'com.blazegraph:blazegraph-gremlin:jar:1.0.0'
<dependency org="com.blazegraph" name="blazegraph-gremlin" rev="1.0.0">
  <artifact name="blazegraph-gremlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazegraph', module='blazegraph-gremlin', version='1.0.0')
)
libraryDependencies += "com.blazegraph" % "blazegraph-gremlin" % "1.0.0"
[com.blazegraph/blazegraph-gremlin "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.tinkerpop : gremlin-core jar 3.1.0-incubating
org.apache.tinkerpop : gremlin-groovy jar 3.1.0-incubating
org.apache.tinkerpop : tinkergraph-gremlin jar 3.1.0-incubating
com.blazegraph : bigdata-core jar 2.0.0

test (5)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.apache.tinkerpop : gremlin-test jar 3.1.0-incubating
org.apache.tinkerpop : gremlin-groovy-test jar 3.1.0-incubating
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.