Last Version

SecureGraph: Command Line Interface 0.9.1

Secure Graph is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Secure graph method requires authorizations and visibilities. Secure graph also supports multivalued properties as well as property metadata. The Secure Graph 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.securegraph
ArtifactId

ArtifactId

securegraph-cli
Version

Version

0.9.1
Type

Type

jar
Description

Description

SecureGraph: Command Line Interface
Secure Graph is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Secure graph method requires authorizations and visibilities. Secure graph also supports multivalued properties as well as property metadata. The Secure Graph 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 securegraph-cli 0.9.1


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

Dependencies

compile (9)

Group / Artifact Type Version
org.securegraph : securegraph-core jar 0.9.1
org.securegraph : securegraph-accumulo jar 0.9.1
org.securegraph : securegraph-elasticsearch jar 0.9.1
org.securegraph : securegraph-elasticsearch-parentchild jar 0.9.1
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.securegraph : securegraph-inmemory jar 0.9.1
org.securegraph : securegraph-test jar 0.9.1

Project Modules

There are no modules declared in this project.