SecureGraph

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

GroupId

GroupId

org.securegraph
ArtifactId

ArtifactId

securegraph-root
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

pom
Description

Description

SecureGraph
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-root

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • securegraph-core
  • securegraph-test
  • securegraph-blueprints
  • securegraph-accumulo
  • securegraph-accumulo-blueprints
  • securegraph-blueprints-test
  • securegraph-elasticsearch-base
  • securegraph-elasticsearch
  • securegraph-inmemory
  • securegraph-tools
  • securegraph-accumulo-iterators
  • securegraph-kryo-serializer
  • securegraph-elasticsearch-parentchild
  • securegraph-elasticsearch-plugin
  • securegraph-examples
  • securegraph-accumulo-migrations
  • securegraph-cli

Versions

Version
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0