2013-09-16 17:49:36 -04:00
---
2013-09-26 19:22:28 -04:00
layout: doc_page
2013-09-16 17:49:36 -04:00
---
2013-09-13 18:20:39 -04:00
2015-03-09 19:14:52 -04:00
Community Query Libraries
-------------------------
2013-09-13 18:20:39 -04:00
Some great folks have written their own libraries to interact with Druid
2015-03-09 19:14:52 -04:00
#### Node.js
2013-09-27 20:08:34 -04:00
2015-03-09 19:14:52 -04:00
* [7eggs/node-druid-query ](https://github.com/7eggs/node-druid-query ) - A Node.js client for Druid
2013-09-13 18:20:39 -04:00
2013-09-16 19:19:49 -04:00
#### Python
2013-09-27 20:08:34 -04:00
* [metamx/pydruid ](https://github.com/metamx/pydruid ) - A python client for Druid
2013-09-13 18:20:39 -04:00
2013-09-27 20:08:34 -04:00
#### R
2015-03-09 19:14:52 -04:00
* [metamx/RDruid ](https://github.com/metamx/RDruid ) - Druid connector for R
2013-09-27 20:08:34 -04:00
2015-03-09 19:14:52 -04:00
#### Ruby
* [madvertise/ruby-druid ](https://github.com/madvertise/ruby-druid ) - A ruby client for Druid
#### SQL
* [srikalyc/Sql4D ](https://github.com/srikalyc/Sql4D ) - A SQL client for Druid. Used in production at Yahoo.
2014-12-06 19:51:35 -05:00
2015-03-09 19:14:52 -04:00
Community Helper Libraries
--------------------------
2013-09-13 18:20:39 -04:00
2013-09-27 20:08:34 -04:00
* [madvertise/druid-dumbo ](https://github.com/madvertise/druid-dumbo ) - Scripts to help generate batch configs for the ingestion of data into Druid
* [housejester/druid-test-harness ](https://github.com/housejester/druid-test-harness ) - A set of scripts to simplify standing up some servers and seeing how things work
2013-10-07 17:47:04 -04:00
* [mingfang/docker-druid ](https://github.com/mingfang/docker-druid ) - A Dockerfile to run the entire Druid cluster