java-util


License

License

Categories

Categories

Java Languages druid Data Databases
GroupId

GroupId

io.druid
ArtifactId

ArtifactId

java-util
Last Version

Last Version

0.12.3
Release Date

Release Date

Type

Type

jar
Description

Description

java-util
java-util

Download java-util

How to add to project

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

Dependencies

compile (17)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.4
org.skife.config : config-magic jar 0.9
com.google.guava : guava jar 16.0.1
com.fasterxml.jackson.core : jackson-annotations jar 2.4.6
com.fasterxml.jackson.core : jackson-core jar 2.4.6
com.fasterxml.jackson.core : jackson-databind jar 2.4.6
net.sf.opencsv : opencsv jar 2.3
joda-time : joda-time jar 2.9.9
org.mozilla : rhino jar 1.7R5
com.jayway.jsonpath : json-path jar 2.1.0
net.thisptr : jackson-jq jar 0.0.7
com.google.code.findbugs : jsr305 jar 2.0.1
javax.validation : validation-api jar 1.1.0.Final
org.asynchttpclient : async-http-client jar 2.0.37
org.hyperic » sigar Optional jar 1.6.5.132
org.gridkit.lab : jvm-attach-api jar 1.2
io.netty : netty jar 3.10.6.Final

provided (1)

Group / Artifact Type Version
org.hyperic » sigar-dist zip 1.6.5.132

test (11)

Group / Artifact Type Version
junit : junit jar 4.11
org.easymock : easymock jar 3.4
org.slf4j : slf4j-simple Optional jar 1.7.12
org.apache.logging.log4j : log4j-api jar 2.5
org.apache.logging.log4j : log4j-core jar 2.5
org.apache.logging.log4j : log4j-slf4j-impl jar 2.5
org.apache.logging.log4j : log4j-1.2-api jar 2.5
org.apache.logging.log4j : log4j-jul jar 2.5
org.eclipse.jetty : jetty-server jar 9.3.19.v20170502
org.eclipse.jetty : jetty-servlet jar 9.3.19.v20170502
it.unimi.dsi : fastutil jar 8.1.0

Project Modules

There are no modules declared in this project.

Slack Build Status Language grade: Java Coverage Status Docker Helm


Website | Documentation | Developer Mailing List | User Mailing List | Slack | Twitter | Download


Apache Druid

Druid is a high performance real-time analytics database. Druid's main value add is to reduce time to insight and action.

Druid is designed for workflows where fast queries and ingest really matter. Druid excels at powering UIs, running operational (ad-hoc) queries, or handling high concurrency. Consider Druid as an open source alternative to data warehouses for a variety of use cases.

Getting started

You can get started with Druid with our local or Docker quickstart.

Druid provides a rich set of APIs (via HTTP and JDBC) for loading, managing, and querying your data. You can also interact with Druid via the built-in console (shown below).

Load data

data loader Kafka

Load streaming and batch data using a point-and-click wizard to guide you through ingestion setup. Monitor one off tasks and ingestion supervisors.

Manage the cluster

management

Manage your cluster with ease. Get a view of your datasources, segments, ingestion tasks, and services from one convenient location. All powered by SQL systems tables, allowing you to see the underlying query for each view.

Issue queries

query view combo

Use the built-in query workbench to prototype DruidSQL and native queries or connect one of the many tools that help you make the most out of Druid.

Documentation

You can find the documentation for the latest Druid release on the project website.

If you would like to contribute documentation, please do so under /docs in this repository and submit a pull request.

Community

Community support is available on the druid-user mailing list, which is hosted at Google Groups.

Development discussions occur on [email protected], which you can subscribe to by emailing [email protected].

Chat with Druid committers and users in real-time on the #druid channel in the Apache Slack team. Please use this invitation link to join the ASF Slack, and once joined, go into the #druid channel.

Building from source

Please note that JDK 8 is required to build Druid.

For instructions on building Druid from source, see docs/development/build.md

Contributing

Please follow the community guidelines for contributing.

For instructions on setting up IntelliJ dev/intellij-setup.md

License

Apache License, Version 2.0

io.druid

Druid

Versions

Version
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0