d

dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph: This is an updated version that works with a later version of JanusGraph Distributed Graph Database allows JanusGraph graphs to use DynamoDB as a storage backend.
https://github.com/pontusvision/pontus-dynamodb-janusgraph-storage-backend
The Apache Software License, Version 2.0
Alexander Patrikalakis Matthew Sowders Michael Rodaitis
Files download
File Operation
dynamodb-janusgraph-storage-backend-100-3.0.jar download
dynamodb-janusgraph-storage-backend-100-3.0.pom download
dynamodb-janusgraph-storage-backend-100-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pontusvision</groupId>
  <artifactId>dynamodb-janusgraph-storage-backend</artifactId>
  <version>100-3.0</version>
</dependency>
Gradle Groovy
implementation 'com.pontusvision:dynamodb-janusgraph-storage-backend:100-3.0'
Gradle Kotlin
implementation("com.pontusvision:dynamodb-janusgraph-storage-backend:100-3.0")
Scala SBT
libraryDependencies += "com.pontusvision" % "dynamodb-janusgraph-storage-backend" % "100-3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.pontusvision', module='dynamodb-janusgraph-storage-backend', version='100-3.0')
)
Apache Ivy
<dependency org="com.pontusvision" name="dynamodb-janusgraph-storage-backend" rev="100-3.0" />
Leiningen
[com.pontusvision/dynamodb-janusgraph-storage-backend "100-3.0"]
Apache Buildr
'com.pontusvision:dynamodb-janusgraph-storage-backend:jar:100-3.0'