Apache Druid: a high performance real-time analytics database.
Go to file
Kashif Faraz caedeb66cd
Add API to update compaction engine (#16803)
Changes:
- Add API `/druid/coordinator/v1/config/compaction/global` to update cluster level compaction config
- Add class `CompactionConfigUpdateRequest`
- Fix bug in `CoordinatorCompactionConfig` which caused compaction engine to not be persisted.
Use json field name `engine` instead of `compactionEngine` because JSON field names must align
with the getter name.
- Update MSQ validation error messages
- Complete overhaul of `CoordinatorCompactionConfigResourceTest` to remove unnecessary mocking
and add more meaningful tests.
- Add `TuningConfigBuilder` to easily build tuning configs for tests.
- Add `DatasourceCompactionConfigBuilder`
2024-07-27 09:14:51 +05:30
.github ignore dependencies for github stale action (#16797) 2024-07-25 10:32:43 -07:00
.idea
benchmarks Add API to update compaction engine (#16803) 2024-07-27 09:14:51 +05:30
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 Update intellij-setup.md (#16655) 2024-06-26 17:38:37 +05:30
distribution Remove index_realtime and index_realtime_appenderator tasks (#16602) 2024-06-24 20:13:33 -07:00
docs [docs] Updating Rollup tutorial (#16762) 2024-07-26 15:43:31 -07:00
examples Update examples/bin/dsql scripts to accept Python 3 (#16677) 2024-07-03 15:52:57 +08:00
extensions-contrib Attempt to coerce COMPLEX to number in numeric aggregators. (#16564) 2024-07-25 08:45:29 -07:00
extensions-core Add API to update compaction engine (#16803) 2024-07-27 09:14:51 +05:30
hooks
indexing-hadoop remove Firehose and FirehoseFactory (#16758) 2024-07-19 14:37:21 -07:00
indexing-service Add API to update compaction engine (#16803) 2024-07-27 09:14:51 +05:30
integration-tests remove Firehose and FirehoseFactory (#16758) 2024-07-19 14:37:21 -07:00
integration-tests-ex remove Firehose and FirehoseFactory (#16758) 2024-07-19 14:37:21 -07:00
licenses Web console: change to use @fontsource/open-sans (#16786) 2024-07-23 21:28:59 -07:00
processing CircularList round-robin iterator for the KillUnusedSegments duty (#16719) 2024-07-26 12:20:49 -07:00
publications
server Add API to update compaction engine (#16803) 2024-07-27 09:14:51 +05:30
services remove Firehose and FirehoseFactory (#16758) 2024-07-19 14:37:21 -07:00
sql Check for Aggregation inside a window clause when syntax used as - WINDOW W AS DEF (#16801) 2024-07-26 11:18:35 +02:00
web-console Prune date-fns locales, bump sass TODO (#16792) 2024-07-24 10:50:53 -07:00
website [Docs] batch 03 - trig functions (#16795) 2024-07-26 13:11:17 -07:00
.asf.yaml
.backportrc.json
.codecov.yml
.dockerignore
.gitignore add ignore path (#16429) 2024-05-11 17:54:52 +08:00
.lgtm.yml
CONTRIBUTING.md
LABELS
LICENSE
NOTICE
README.md
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 Fix the maven warning during build (#16746) 2024-07-18 14:56:15 +08:00
rewrite.yml
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