Merge pull request #1307 from vogievetsky/master

Added facetjs to the library list in the docs
This commit is contained in:
Fangjin Yang 2015-04-22 19:50:52 -07:00
commit f5943ed494
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Community Query Libraries
Some great folks have written their own libraries to interact with Druid
#### JavaScript
* [facetjs/facetjs](https://github.com/facetjs/facetjs) - A general query planner for Druid written in JavaScript
#### Node.js
* [7eggs/node-druid-query](https://github.com/7eggs/node-druid-query) - A Node.js client for Druid
@ -26,6 +30,11 @@ Some great folks have written their own libraries to interact with Druid
#### SQL
* [srikalyc/Sql4D](https://github.com/srikalyc/Sql4D) - A SQL client for Druid. Used in production at Yahoo.
* [facetjs/facet-cli](https://github.com/facetjs/facet-cli) - A command line interface for issuing SQL queries to Druid via [facetjs](https://github.com/facetjs/facetjs)
#### TypeScript
* [facetjs/typescript-druid](https://github.com/facetjs/typescript-druid) - TypeScript declarations for the Druid API
Community Helper Libraries