Drill Sergeant

Ruby client for Apache Drill

Installation

First, download Apache Drill. Start it with:

bin/drill-embedded

Then add this line to your application’s Gemfile:

gem 'drill-sergeant'

How to Use

Create a client

drill = Drill.new(url: "http://localhost:8047")

And query away

drill.query("SELECT * FROM dfs.`/path/to/some/file.csvh`")

History

View the changelog

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help: