mirror of https://github.com/apache/druid.git
add AirBnB Caravel to list of libraries (#2719)
This commit is contained in:
parent
37d2ab623e
commit
ed5377465a
|
@ -49,7 +49,7 @@ Other Druid Distributions
|
||||||
UIs
|
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/)
|
* [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
|
* [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
|
* [Metabase](https://github.com/metabase/metabase) - Simple dashboards, charts and query tool for your Druid DB
|
||||||
|
|
|
@ -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
|
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),
|
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.
|
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/).
|
If you installed Pivot for example, you should be able to view your data in your browser at [localhost:9090](http://localhost:9090/).
|
||||||
|
|
Loading…
Reference in New Issue