MVN

com.blazegraph : blazegraph-gremlin

Maven & Gradle

Jan 27, 2016
57 stars

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.

<dependency>
    <groupId>com.blazegraph</groupId>
    <artifactId>blazegraph-gremlin</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blazegraph : blazegraph-gremlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.blazegraph : blazegraph-gremlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
blazegraph-gremlin-1.0.0

How to add a dependency to Maven

Add the following com.blazegraph : blazegraph-gremlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blazegraph</groupId>
    <artifactId>blazegraph-gremlin</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blazegraph : blazegraph-gremlin gradle dependency to your build.gradle file:

implementation 'com.blazegraph:blazegraph-gremlin:1.0.0'

Gradle Kotlin DSL: Add the following com.blazegraph : blazegraph-gremlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blazegraph:blazegraph-gremlin:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blazegraph : blazegraph-gremlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blazegraph" % "blazegraph-gremlin" % "1.0.0"

Advertisement

Dependencies from Group

Aug 30, 2016
26 usages
646 stars
Aug 30, 2016
12 usages
Aug 30, 2016
12 usages
646 stars
Aug 30, 2016
10 usages
Aug 30, 2016
9 usages

Discover Dependencies

Aug 30, 2016
646 stars
Aug 30, 2016
5 usages
646 stars
Aug 30, 2016
3 usages
646 stars
Aug 30, 2016
3 usages
646 stars
Jun 27, 2017
2 stars
Jan 28, 2016
1 usages
2 stars
May 17, 2016
Mar 14, 2019
22 stars