mirror of https://github.com/apache/druid.git
Merge pull request #1794 from metamx/update-libraries
update R / Python clients
This commit is contained in:
commit
261465fac2
|
@ -2,6 +2,15 @@
|
||||||
layout: doc_page
|
layout: doc_page
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### 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
|
Community Query Libraries
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
@ -19,14 +28,6 @@ Some great folks have written their own libraries to interact with Druid
|
||||||
|
|
||||||
* [y42/clj-druid](https://github.com/y42/clj-druid) - A Clojure client for Druid
|
* [y42/clj-druid](https://github.com/y42/clj-druid) - A Clojure client for Druid
|
||||||
|
|
||||||
#### Python
|
|
||||||
|
|
||||||
* [metamx/pydruid](https://github.com/metamx/pydruid) - A python client for Druid
|
|
||||||
|
|
||||||
#### R
|
|
||||||
|
|
||||||
* [metamx/RDruid](https://github.com/metamx/RDruid) - Druid connector for R
|
|
||||||
|
|
||||||
#### Ruby
|
#### Ruby
|
||||||
|
|
||||||
* [madvertise/ruby-druid](https://github.com/madvertise/ruby-druid) - A ruby client for Druid
|
* [madvertise/ruby-druid](https://github.com/madvertise/ruby-druid) - A ruby client for Druid
|
||||||
|
|
Loading…
Reference in New Issue