Skip to content
Surf Wiki
Save to docs
technology/databases

From Surf Wiki (app.surf) — the open knowledge base

Apache Drill

Open-source software framework


Open-source software framework

FieldValue
nameApache Drill
logoApache Drill logo.svg
developerApache Software Foundation
released
latest release version1.22.0
latest release date
repo
programming languageJava
operating systemCross-platform
licenseApache License 2.0
website

Apache Drill is an open-source software framework that supports data-intensive distributed applications for interactive analysis of large-scale datasets. Built chiefly by contributions from developers from MapR, Drill is inspired by Google's Dremel system. Drill is an Apache top-level project.

Drill supports a variety of NoSQL databases and file systems, including Alluxio, HBase, MongoDB, MapR-DB, HDFS, MapR-FS, Amazon S3, Azure Blob Storage, Google Cloud Storage, Swift, NAS and local files. A single query can join data from multiple datastores.

Drill's datastore-aware optimizer automatically restructures a query plan to leverage the datastore's internal processing capabilities. In addition, Drill supports data locality, if Drill and the datastore are on the same nodes.

Tom Shiran is the founder of the Apache Drill Project. It was designated an Apache Software Foundation top-level project in December 2016.

Features

One explicitly stated design goal is that Drill is able to scale to 10,000 servers or more and to be able to process petabytes of data and trillions of records in seconds.

  • Schema-free JSON document model similar to MongoDB and Elasticsearch, without requiring a formal schema to be declared
  • Industry-standard APIs: ANSI SQL, ODBC/JDBC, RESTful APIs
  • Extremely user and developer friendly
  • Pluggable architecture enables connectivity to multiple datastores
  • Version 1.9 added dynamic user-defined functions
  • Version 1.11 added cryptographic-related functions and PCAP file format support

Back-end Support

Drill is primarily focused on non-relational datastores, including Apache Hadoop text files, NoSQL, and cloud storage. A notable feature also includes in situ querying of local JSON and Apache Parquet files. Some additional datastores that it supports include:

  • All Hadoop distributions (HDFS API 2.3+), including Apache Hadoop, MapR, CDH and Amazon EMR
  • NoSQL: MongoDB, Apache HBase, Apache Cassandra
  • Online Analytical Processing: Apache Kudu, Apache Druid, OpenTSDB
  • Cloud storage: Amazon S3, Google Cloud Storage, Azure Blob Storage, Swift, IBM Cloud Object Storage
  • Diverse data formats, including Apache Avro, Apache Parquet and JSON
  • RDBMs storage plugins (Using JDBC to connect to MySQL, PostgreSQL, and others)

A new datastore can be added by developing a storage plugin. Drill's "schema-free" JSON data model enables it to query non-relational datastores in-situ .

Front-end Support

Drill itself can be queried via JDBC, ODBC, or REST through a variety of methods and languages including Python and Java. The default install includes a web interface allowing end-users to execute ANSI SQL directly and export data tables as CSV files without any programming.

The dashboard library, Apache Superset, is particularly well suited for visualization of data queried with Drill.

References

Papers

Some papers influenced the birth and design. Here is a partial list:

References

  1. Friedman, Ellen. (21 Sep 2015). "Apache Drill: Tracking its history as an open source community".
  2. "Brief About The Differences between Apache Drill Vs Presto".
  3. "Spark SQL vs. Apache Drill-War of the SQL-on-Hadoop Tools".
  4. (2 December 2014). "The Apache Software Foundation Announces Apache Drill as a Top-Level Project".
  5. "Apache Drill - Schema-free SQL for Hadoop, NoSQL and Cloud Storage".
  6. Vizard, Michael. (2021-09-01). "Apache Software Foundation updates Drill for broader SQL queries".
  7. (2016-04-11). "Apache Drill Eliminates ETL, Data Transformation for MapR Database".
  8. "DrillProposal - INCUBATOR - Apache Software Foundation".
  9. "Frequently Asked Questions - Apache Drill".
  10. Wayner, James R. Borck, Martin Heller, Steven Nuñez, Andrew C. Oliver, Ian Pointer and Peter. (2020-10-05). "The best open source software of 2020".
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Apache Drill — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report