druid/docs/content/development/libraries.md

75 lines
2.7 KiB
Markdown
Raw Normal View History

---
layout: doc_page
---
2016-01-06 00:27:52 -05:00
Query Libraries
---------------
2015-10-01 13:42:09 -04:00
#### Python
* [druid-io/pydruid](https://github.com/druid-io/pydruid) - A python client for Druid
#### R
* [druid-io/RDruid](https://github.com/druid-io/RDruid) - An R connector for Druid
Community Query Libraries
-------------------------
Some great folks have written their own libraries to interact with Druid
#### JavaScript
2016-01-06 00:27:52 -05:00
* [implydata/plywood](https://github.com/implydata/plywood) - A higher level API for Druid. An extension of the work that was started in facet.js.
#### Node.js
* [7eggs/node-druid-query](https://github.com/7eggs/node-druid-query) - A Node.js client for Druid
#### Clojure
* [y42/clj-druid](https://github.com/y42/clj-druid) - A Clojure client for Druid
#### Ruby
2015-10-28 05:31:30 -04:00
* [ruby-druid/ruby-druid](https://github.com/ruby-druid/ruby-druid) - A ruby client for Druid
2015-10-28 04:08:26 -04:00
* [redBorder/druid_config](https://github.com/redBorder/druid_config) - A ruby client to configure and check the status of a Druid Cluster
#### SQL
2016-01-06 00:27:52 -05:00
* [implydata/plyql](https://github.com/implydata/plyql) - A command line interface for issuing SQL queries to Druid via [plywood](https://github.com/implydata/plywood)
2016-01-06 00:27:52 -05:00
Other Druid Distributions
-------------------------
* [Imply Analytics Platform](http://imply.io/download) - The Imply Analytics platform repackages Druid, all its dependencies, and an UI and SQL layer.
UIs
---
* [mistercrunch/panoramix](https://github.com/mistercrunch/panoramix) - A web application to slice, dice and visualize data out of Druid
2015-08-21 16:54:00 -04:00
* [grafana](https://github.com/Quantiply/grafana-plugins/tree/master/features/druid) - A plugin for [Grafana](http://grafana.org/)
2015-09-15 17:58:32 -04:00
* [Pivot](https://github.com/implydata/pivot) - An exploratory analytics UI for Druid
2016-02-01 14:47:50 -05:00
* [Metabase](https://github.com/metabase/metabase) - Simple dashboards, charts and query tool for your Druid DB
Tools
2016-02-04 14:53:09 -05:00
-----
* [Insert Segments](../../operations/insert-segment-to-db.html) - A tool that can insert segments' metadata into Druid metadata storage.
2016-02-04 14:53:09 -05:00
Community Helper Libraries
2016-01-06 00:27:52 -05:00
--------------------------
2016-02-04 14:53:09 -05: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
* [mingfang/docker-druid](https://github.com/mingfang/docker-druid) - A Dockerfile to run the entire Druid cluster
Community Extensions
--------------------
These are extensions from the community. (If you would like yours listed please speak up!)
* [acesinc/druid-cors-filter-extension](https://github.com/acesinc/druid-cors-filter-extension) - An extension to enable CORS headers in http requests.