Calcite Avatica Server

JDBC server.

License

License

GroupId

GroupId

org.apache.calcite
ArtifactId

ArtifactId

calcite-avatica-server
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Calcite Avatica Server
JDBC server.
Project Organization

Project Organization

The Apache Software Foundation

Download calcite-avatica-server

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.calcite : calcite-avatica jar 1.6.0
javax.servlet : javax.servlet-api jar 3.0.1
com.google.guava : guava jar 14.0.1
commons-logging : commons-logging jar 1.1.3
org.eclipse.jetty : jetty-server jar 9.2.7.v20150116
org.eclipse.jetty : jetty-util jar 9.2.7.v20150116

test (7)

Group / Artifact Type Version
org.apache.calcite : calcite-avatica test-jar 1.6.0
junit : junit jar 4.12
net.hydromatic : scott-data-hsqldb jar 0.1
org.hamcrest : hamcrest-core jar 1.3
org.hsqldb : hsqldb jar 2.3.1
org.mockito : mockito-all jar 1.10.19
com.github.stephenc.jcip : jcip-annotations jar 1.0-1

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.6.0
1.5.0
1.4.0-incubating
1.3.0-incubating
1.2.0-incubating
1.1.0-incubating
1.0.0-incubating