Skip to content
Apache Druid: a high performance real-time analytics database.
Java TypeScript TeX CSS JavaScript Shell Other
Branch: master
Clone or download
clintropolis string -> expression -> string -> expression (#9367)
* add Expr.stringify which produces parseable expression strings, parser support for null values in arrays, and parser support for empty numeric arrays

* oops, macros are expressions too

* style

* spotbugs

* qualified type arrays

* review stuffs

* simplify grammar

* more permissive array parsing

* reuse expr joiner

* fix it
Latest commit 6d8dd5e Feb 21, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
.idea Run IntelliJ inspections on Travis (#9179) Feb 19, 2020
benchmarks sql support for dynamic parameters (#6974) Feb 19, 2020
cloud
codestyle Forbid easily misused HashSet and HashMap constructors (#9165) Feb 7, 2020
core string -> expression -> string -> expression (#9367) Feb 21, 2020
dev De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
distribution add docker tutorial, friendlier docker-compose.yml, experimental java… Feb 14, 2020
docs string -> expression -> string -> expression (#9367) Feb 21, 2020
examples Make java version check work on all shells (#9376) Feb 19, 2020
extendedset intelliJ inspections cleanup (#9260) Jan 29, 2020
extensions-contrib Add Azure config options for segment prefix and max listing length (#… Feb 21, 2020
extensions-core string -> expression -> string -> expression (#9367) Feb 21, 2020
hll Set version to 0.18.0-SNAPSHOT (#9109) Jan 2, 2020
indexing-hadoop Logging large segment list handling (#9312) Feb 8, 2020
indexing-service Inject things instead of subclassing everything for parallel task tes… Feb 16, 2020
integration-tests Remove references to Docker Machine (#9366) Feb 15, 2020
licenses De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
processing string -> expression -> string -> expression (#9367) Feb 21, 2020
publications De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
server string -> expression -> string -> expression (#9367) Feb 21, 2020
services Enable druid.coordinator.kill.pendingSegments.on by default (#9385) Feb 21, 2020
sql string -> expression -> string -> expression (#9367) Feb 21, 2020
web-console Update web-console dependencies (#9361) Feb 14, 2020
website Add config option for namespacePrefix (#9372) Feb 20, 2020
.asf.yaml Add .asf.yaml. (#9083) Dec 21, 2019
.backportrc.json Graduation update for ASF release process guide and download links (#… Jan 6, 2020
.codecov.yml Use Codecov (#8388) Aug 28, 2019
.dockerignore Add docker container for druid (#6896) Feb 8, 2019
.gitignore autogenerate NOTICE.BINARY from NOTICE and licenses.yaml (#8306) Aug 21, 2019
.lgtm.yml Add license header for LGTM yaml config file (#8902) Nov 19, 2019
.travis.yml Run IntelliJ inspections on Travis (#9179) Feb 19, 2020
CONTRIBUTING.md De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
LABELS Add plain text README.txt, use relative link from README.md to build.… May 10, 2019
LICENSE De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
NOTICE De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
README.md Update README.md Dec 21, 2019
README.template De-incubation cleanup in code, docs, packaging (#9108) Jan 3, 2020
licenses.yaml implement Azure InputSource reader and deprecate Azure FireHose (#9306) Feb 12, 2020
owasp-dependency-check-suppressions.xml Suppress CVE-2020-8840 for htrace-core-4.0.1 (#9379) Feb 21, 2020
pom.xml Change security vulnerability scan to cron job (#9340) Feb 11, 2020
upload.sh Adding licenses and enable apache-rat-plugin. (#6215) Sep 18, 2018

README.md

Slack Build Status Language grade: Java Coverage Status Docker


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 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 dev@druid.apache.org, which you can subscribe to by emailing dev-subscribe@druid.apache.org.

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

You can’t perform that action at this time.