add AirBnB Caravel to list of libraries (#2719)

This commit is contained in:
Charles Allen 2016-04-12 12:53:50 -07:00 committed by Fangjin Yang
parent 37d2ab623e
commit ed5377465a
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Other Druid Distributions
UIs
---
* [mistercrunch/panoramix](https://github.com/mistercrunch/panoramix) - A web application to slice, dice and visualize data out of Druid
* [airbnb/caravel](https://github.com/airbnb/caravel) - A web application to slice, dice and visualize data out of Druid. Formerly Panoramix
* [grafana](https://github.com/Quantiply/grafana-plugins/tree/master/features/druid) - A plugin for [Grafana](http://grafana.org/)
* [Pivot](https://github.com/implydata/pivot) - An exploratory analytics UI for Druid
* [Metabase](https://github.com/metabase/metabase) - Simple dashboards, charts and query tool for your Druid DB

View File

@ -226,7 +226,7 @@ curl -L -H'Content-Type: application/json' -XPOST --data-binary @quickstart/wiki
Druid is ideal for power user-facing analytic applications. There are a number of different open source applications to
visualize and explore data in Druid. We recommend trying [Pivot](https://github.com/implydata/pivot),
[Panoramix](https://github.com/mistercrunch/panoramix), or [Metabase](https://github.com/metabase/metabase) to start
[Caravel](https://github.com/airbnb/caravel), or [Metabase](https://github.com/metabase/metabase) to start
visualizing the data you just ingested.
If you installed Pivot for example, you should be able to view your data in your browser at [localhost:9090](http://localhost:9090/).