mirror of https://github.com/apache/druid.git
2.7 KiB
2.7 KiB
layout |
---|
doc_page |
Query Libraries
Python
- druid-io/pydruid - A python client for Druid
R
- druid-io/RDruid - An R connector for Druid
Community Query Libraries
Some great folks have written their own libraries to interact with Druid
JavaScript
- 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 - A Node.js client for Druid
Clojure
- y42/clj-druid - A Clojure client for Druid
Ruby
- ruby-druid/ruby-druid - A ruby client for Druid
- redBorder/druid_config - A ruby client to configure and check the status of a Druid Cluster
SQL
- implydata/plyql - A command line interface for issuing SQL queries to Druid via plywood
Other Druid Distributions
- Imply Analytics Platform - The Imply Analytics platform repackages Druid, all its dependencies, and an UI and SQL layer.
- eBay/embedded-druid - Leveraging Druid capabilities in stand alone application
UIs
- airbnb/caravel - A web application to slice, dice and visualize data out of Druid. Formerly Panoramix
- grafana - A plugin for Grafana
- Pivot - An exploratory analytics UI for Druid
- Metabase - Simple dashboards, charts and query tool for your Druid DB
Tools
- Insert Segments - A tool that can insert segments' metadata into Druid metadata storage.
Community Helper Libraries
- liquidm/druid-dumbo - Scripts to help generate batch configs for the ingestion of data into Druid
- housejester/druid-test-harness - A set of scripts to simplify standing up some servers and seeing how things work
Community Extensions
These are extensions from the community. (If you would like yours listed please speak up!)
- acesinc/druid-cors-filter-extension - An extension to enable CORS headers in http requests.