Apache Druid

Druid is a column-oriented, open-source, distributed data store written in Java. Druid is designed to quickly ingest massive quantities of event data, and provide low-latency queries on top of the data.[1] The name Druid comes from the shapeshifting Druid class in many role-playing games, to reflect the fact that the architecture of the system can shift to solve different types of data problems. It is one of the time series databases.

Druid
Original author(s)Eric Tschetter, Fangjin Yang
Developer(s)Apache Druid
Stable release
0.18.1 / 13 May 2020 (2020-05-13)
RepositoryDruid Repository
Written inJava
Operating systemCross-platform
Typedistributed, real-time, column-oriented data store
LicenseApache License 2.0
Websitedruid.apache.org

Druid is commonly used in business intelligence/OLAP applications to analyze high volumes of real-time and historical data.[2] Druid is used in production by technology companies such as Alibaba,[2] Airbnb,[2] Cisco,[3] , Deep.BI[2][4], eBay,[5] Lyft,[6] Netflix,[7] PayPal,[2] Pinterest,[8] Twitter,[9] Walmart,[10]Wikimedia Foundation [11] and Yahoo.[12]

History

Druid was started in 2011 to power the analytics product of Metamarkets. The project was open-sourced under the GPL license in October 2012,[13][14] and moved to an Apache License in February 2015.[15][16]

Over time, a number of organizations and companies have integrated Druid into their backend technology,[2] and committers have been added from numerous different organizations.[17]

Architecture

Fully deployed, Druid runs as a cluster of specialized processes (called nodes in Druid) to support a fault-tolerant architecture[18] where data is stored redundantly, and there is no single point of failure.[19] The cluster includes external dependencies for coordination (Apache ZooKeeper), metadata storage (e.g. MySQL, PostgreSQL, or Derby), and a deep storage facility (e.g. HDFS, or Amazon S3) for permanent data backup.

Query management

Client queries first hit broker nodes, which forward them to the appropriate data nodes (either historical or real-time). Since Druid segments may be partitioned, an incoming query can require data from multiple segments and partitions (or shards) stored on different nodes in the cluster. Brokers are able to learn which nodes have the required data, and also merge partial results before returning the aggregated result.

Cluster management

Operations relating to data management in historical nodes are overseen by coordinator nodes. Apache ZooKeeper is used to register all nodes, manage certain aspects of internode communications, and provide for leader elections.

Features

  • Low latency (streaming) data ingestion
  • Arbitrary slice and dice data exploration
  • Sub-second analytic queries
  • Approximate and exact computations

References

  1. Hemsoth, Nicole. "Druid Summons Strength in Real-Time" Archived 2013-02-27 at the Wayback Machine, Datanami, 08 November 2012
  2. druid. "Druid | Powered by Druid". druid.apache.org. Retrieved 2016-06-29.
  3. Butler, Brandon. "Under the hood of Cisco's Tetration Analytics platform". Retrieved 2016-06-23.
  4. "Real-time Stream Analytics and User Scoring Using Apache Druid, Flink & Cassandra at Deep.BI".
  5. "Druid at Pulsar - ebay的专栏 - 博客频道 - CSDN.NET". blog.csdn.net. Retrieved 2016-06-23.
  6. Streaming SQL and Druid by Arup Malakar, retrieved 2020-01-29
  7. "The Netflix Tech Blog: Announcing Suro: Backbone of Netflix's Data Pipeline". techblog.netflix.com. Retrieved 2016-06-23.
  8. Pinterest: Powering Ad Analytics with Apache Druid, retrieved 2020-01-29
  9. "Interactive Analytics at MoPub: Querying Terabytes of Data in Seconds". blog.twitter.com. Retrieved 2020-01-29.
  10. Nayak, Amaresh (2018-02-23). "Event Stream Analytics at Walmart with Druid". Medium. Retrieved 2020-01-29.
  11. https://conferences.oreilly.com/strata/strata-ny/public/schedule/detail/60986
  12. "Complementing Hadoop at Yahoo: Interactive Analytics with Druid". Retrieved 2016-06-23.
  13. Tschetter, Eric. "Introducing Druid", druid.apache.org, 24 October 2012
  14. Higginbotham, Stacey. "Metamarkets open sources Druid, its in-memory database", GigaOM, 24 October 2012
  15. Harris, Derrick (2015-02-20). "The Druid real-time database moves to an Apache license". Retrieved 2015-08-04.
  16. "Druid Gets Open Source-ier Under the Apache License". Retrieved 2015-08-04.
  17. druid. "Druid | Druid Community". druid.apache.org. Retrieved 2016-06-23.
  18. Druid Project Documentation
  19. Yang, Fangjin; Tschetter, Eric; Léauté, Xavier; Ray, Nelson; Merlino, Gian; Ganguli, Deep. "Druid: A Real-time Analytical Data Store", Metamarkets, retrieved 6 February 2014
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.