Last Version

SecureGraph: Elasticsearch Base 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

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.securegraph
ArtifactId

ArtifactId

securegraph-elasticsearch-base
Version

Version

0.9.1
Type

Type

jar
Description

Description

SecureGraph: Elasticsearch Base
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-elasticsearch-base 0.9.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.securegraph : securegraph-core jar 0.9.1
org.elasticsearch : elasticsearch jar 1.4.0
org.slf4j : slf4j-api jar 1.7.5

Project Modules

There are no modules declared in this project.