Apache Druid: a high performance real-time analytics database.
Go to file
Zoltan Haindrich 090f937d58 Merge branch 'quidem-record' into quidem-msq 2024-08-05 09:03:53 +00:00
.github ignore dependencies for github stale action (#16797) 2024-07-25 10:32:43 -07:00
.idea
benchmarks Merge remote-tracking branch 'apache/master' into quidem-record 2024-08-05 07:04:02 +00:00
cloud Prepare master branch for 31.0.0 release (#16333) 2024-04-26 09:22:43 +05:30
codestyle Support sorting on complex columns in MSQ (#16322) 2024-05-13 15:07:05 +05:30
dev rename module 2024-07-30 14:04:07 +00:00
distribution Remove index_realtime and index_realtime_appenderator tasks (#16602) 2024-06-24 20:13:33 -07:00
docs Track and emit segment loading rate for HttpLoadQueuePeon on Coordinator (#16691) 2024-08-03 13:14:21 +05:30
examples Update examples/bin/dsql scripts to accept Python 3 (#16677) 2024-07-03 15:52:57 +08:00
extensions-contrib Merge remote-tracking branch 'apache/master' into quidem-record 2024-07-30 14:24:37 +00:00
extensions-core Merge branch 'quidem-record' into quidem-msq 2024-08-05 09:03:53 +00:00
hooks
indexing-hadoop remove Firehose and FirehoseFactory (#16758) 2024-07-19 14:37:21 -07:00
indexing-service Add API to fetch conflicting task locks (#16799) 2024-07-30 11:40:48 +05:30
integration-tests Refactor: Clean up compaction config classes (#16810) 2024-07-30 12:17:25 +05:30
integration-tests-ex Add API to fetch conflicting task locks (#16799) 2024-07-30 11:40:48 +05:30
licenses Web console: change to use @fontsource/open-sans (#16786) 2024-07-23 21:28:59 -07:00
processing Add `druid.indexing.formats.stringMultiValueHandlingMode` system config (#16822) 2024-08-03 10:23:44 -07:00
publications
quidem-ut builtintypes instead nesteddata 2024-08-05 08:59:48 +00:00
server Merge remote-tracking branch 'apache/master' into quidem-record 2024-08-05 07:04:02 +00:00
services Add `druid.indexing.formats.stringMultiValueHandlingMode` system config (#16822) 2024-08-03 10:23:44 -07:00
sql Merge branch 'quidem-record' into quidem-msq 2024-08-05 09:03:53 +00:00
web-console Web console: use stages, counters, and warnings from the new detailed status API (#16809) 2024-08-01 02:30:30 -07:00
website Track and emit segment loading rate for HttpLoadQueuePeon on Coordinator (#16691) 2024-08-03 13:14:21 +05:30
.asf.yaml
.backportrc.json
.codecov.yml
.dockerignore
.gitignore updates 2024-06-18 13:07:48 +00:00
.lgtm.yml
CONTRIBUTING.md
LABELS
LICENSE
NOTICE
README.md Fix workflow labeler parameter to match the correct status img (#16142) 2024-03-20 11:05:17 +05:30
README.template
check_test_suite.py
check_test_suite_test.py
doap_Druid.rdf
it.sh
licenses.yaml Web console: change to use @fontsource/open-sans (#16786) 2024-07-23 21:28:59 -07:00
owasp-dependency-check-suppressions.xml Fix CVE errors (#16147) 2024-04-05 17:53:09 +05:30
pom.xml Merge remote-tracking branch 'apache/master' into quidem-record 2024-07-30 14:24:37 +00:00
rewrite.yml Update Calcite*Test to use junit5 (#16106) 2024-03-19 04:05:12 -07:00
upload.sh

README.md

Coverage Status Docker Helm

Workflow Status
⚙️ CodeQL Config codeql-config
🔍 CodeQL codeql
🕒 Cron Job ITS cron-job-its
🏷️ Labeler labeler
♻️ Reusable Revised ITS reusable-revised-its
♻️ Reusable Standard ITS reusable-standard-its
♻️ Reusable Unit Tests reusable-unit-tests
🔄 Revised ITS revised-its
🔧 Standard ITS standard-its
🛠️ Static Checks static-checks
🧪 Unit and Integration Tests Unified unit-and-integration-tests-unified
🔬 Unit Tests unit-tests

Website Twitter Download Get Started Documentation Community Build Contribute License


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. The design documentation explains the key concepts.

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 web 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

See the latest documentation for the documentation for the current official release. If you need information on a previous release, you can browse previous releases documentation.

Make documentation and tutorials updates in /docs using Markdown or extended Markdown (MDX). Then, open a pull request.

To build the site locally, you need Node 16.14 or higher and to install Docusaurus 2 with npm|yarn install in the website directory. Then you can run npm|yarn start to launch a local build of the docs.

If you're looking to update non-doc pages like Use Cases, those files are in the druid-website-src repo.

Community

Visit the official project community page to read about getting involved in contributing to Apache Druid, and how we help one another use and operate Druid.

  • Druid users can find help in the druid-user mailing list on Google Groups, and have more technical conversations in #troubleshooting on Slack.
  • Druid development discussions take place in the druid-dev mailing list (dev@druid.apache.org). Subscribe by emailing dev-subscribe@druid.apache.org. For live conversations, join the #dev channel on Slack.

Check out the official community page for details of how to join the community Slack channels.

Find articles written by community members and a calendar of upcoming events on the project site - contribute your own events and articles by submitting a PR in the apache/druid-website-src repository.

Building from source

Please note that JDK 8 or JDK 11 is required to build Druid.

See the latest build guide for instructions on building Apache Druid from source.

Contributing

Please follow the community guidelines for contributing.

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

License

Apache License, Version 2.0