Go to file
YuCheng Hu d6d4f5b4de 排版布局测试 2021-07-12 16:53:31 -04:00
.idea 提交格式化文档 2021-07-12 15:29:46 -04:00
Configuration configuration part 1 2021-06-30 18:10:26 +08:00
DataIngestion 重命名文档结构 2021-07-12 16:42:58 -04:00
Design fix error format 2021-01-13 11:51:04 +08:00
Development druid sql part-4 2020-06-04 14:12:04 +08:00
GettingStarted 重命名文档结构 2021-07-12 16:42:58 -04:00
Misc add query dimensionspec 2021-01-19 18:21:46 +08:00
Operations druid query multitenant 2020-07-16 15:39:39 +08:00
Querying add spatial filter part 2021-03-13 16:36:09 +08:00
book add book 2021-02-24 15:24:31 +08:00
img modify 2021-02-02 13:40:55 +08:00
scripts modify 2021-02-02 12:24:27 +08:00
styles modify css 2021-01-14 13:12:52 +08:00
tutorials 重命名文档结构 2021-07-12 16:42:58 -04:00
.gitignore 提交格式化文档 2021-07-12 15:29:46 -04:00
.nojekyll 提交格式化文档 2021-07-12 15:29:46 -04:00
ApacheDruid中文技术文档(持续更新中).pdf add qrcode 2021-01-20 11:10:52 +08:00
CNAME Create CNAME 2021-07-12 15:25:13 -04:00
CONTACT.md 提交格式化文档 2021-07-12 15:29:46 -04:00
LICENSE Update LICENSE 2020-07-14 12:44:48 +08:00
README.md 排版布局测试 2021-07-12 16:53:31 -04:00
SUMMARY.md 重命名文档结构 2021-07-12 16:42:58 -04:00
_sidebar.md 重命名文档结构 2021-07-12 16:42:58 -04:00
book.json delete github button 2021-01-13 12:04:05 +08:00
index.html 提交格式化文档 2021-07-12 15:29:46 -04:00

README.md

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