Vertexium: Command Line Interface

Vertexium is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Vertexium method requires authorizations and visibilities. Vertexium also supports multivalued properties as well as property metadata. The Vertexium API was designed to be generic, allowing for multiple implementations. The only implementation provided currently is built on top of Apache Accumulo for data storage and Elastic Search for indexing.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.neolumin.vertexium
ArtifactId

ArtifactId

vertexium-cli
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

Vertexium: Command Line Interface
Vertexium is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Vertexium method requires authorizations and visibilities. Vertexium also supports multivalued properties as well as property metadata. The Vertexium API was designed to be generic, allowing for multiple implementations. The only implementation provided currently is built on top of Apache Accumulo for data storage and Elastic Search for indexing.

Download vertexium-cli

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.neolumin.vertexium : vertexium-core jar 0.9.0
org.neolumin.vertexium : vertexium-accumulo jar 0.9.0
org.neolumin.vertexium : vertexium-elasticsearch jar 0.9.0
org.neolumin.vertexium : vertexium-elasticsearch-parentchild jar 0.9.0
org.json : json jar 20140107
commons-codec : commons-codec jar 1.8
com.beust : jcommander jar 1.35
org.codehaus.groovy : groovy-groovysh jar 2.4.0
org.codehaus.groovy : groovy-all jar 2.4.0

test (2)

Group / Artifact Type Version
org.neolumin.vertexium : vertexium-inmemory jar 0.9.0
org.neolumin.vertexium : vertexium-test jar 0.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.0