SecureGraph: Elasticsearch

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.

Лицензия

Лицензия

Категории

Категории

Search Прикладные библиотеки Elasticsearch
Группа

Группа

org.securegraph
Идентификатор

Идентификатор

securegraph-elasticsearch
Последняя версия

Последняя версия

0.9.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать securegraph-elasticsearch

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.securegraph : securegraph-elasticsearch-base jar 0.9.1

test (7)

Идентификатор библиотеки Тип Версия
org.securegraph : securegraph-elasticsearch-plugin jar 0.9.1
org.slf4j : slf4j-log4j12 jar 1.7.5
commons-io : commons-io jar 2.4
org.json : json jar 20140107
org.securegraph : securegraph-test jar 0.9.1
org.securegraph : securegraph-inmemory jar 0.9.1
org.codehaus.groovy : groovy jar 2.3.7

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0