Apache Drill is an open source SQL query engine for analyzing data in non-relational data stores like HDFS, HBase, MongoDB, and others. It allows users to query data across these systems using SQL without requiring schemas or transformation of the data. Drill uses a JSON data model and columnar storage to provide fast performance on large datasets. It is optimized to work across distributed systems and enables analysis of complex nested and hierarchical data.