Calcite Elasticsearch

Elasticsearch adapter for Calcite

Лицензия

Лицензия

Категории

Категории

H2 Данные Базы данных Search Прикладные библиотеки Elasticsearch
Группа

Группа

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

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

calcite-elasticsearch2
Последняя версия

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

1.16.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Calcite Elasticsearch
Elasticsearch adapter for Calcite
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать calcite-elasticsearch2

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

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 19.0
org.apache.calcite : calcite-core jar 1.16.0
com.fasterxml.jackson.core : jackson-core jar 2.9.4
com.fasterxml.jackson.core : jackson-databind jar 2.9.4
org.apache.calcite : calcite-linq4j jar 1.16.0
org.elasticsearch : elasticsearch jar 2.3.2
com.carrotsearch : hppc jar 0.7.1
com.google.code.findbugs : jsr305 jar 3.0.1
org.slf4j : slf4j-api jar 1.7.13

test (2)

Идентификатор библиотеки Тип Версия
org.apache.calcite : calcite-core test-jar 1.16.0
junit : junit jar 4.12

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

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

Maven Central Travis Build Status CI Status AppVeyor Build Status

Apache Calcite

Apache Calcite is a dynamic data management framework.

It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.

For more details, see the home page.

org.apache.calcite

The Apache Software Foundation

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

Версия
1.16.0
1.15.0
1.14.0