Replace caravel with superset (#3780)

This commit is contained in:
Dongkyu Hwangbo 2016-12-17 13:47:52 +09:00 committed by Fangjin Yang
parent dd63f54325
commit da007ca3c2
1 changed files with 1 additions and 1 deletions

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),
[Caravel](https://github.com/airbnb/caravel), or [Metabase](https://github.com/metabase/metabase) to start
[Superset](https://github.com/airbnb/superset), 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/).