superset/README.md

40 lines
1.5 KiB
Markdown
Raw Normal View History

2015-07-02 18:16:59 -04:00
Panoramix
=========
2015-07-15 21:01:25 -04:00
Panoramix is a web UI to slice and dice data out of Druid.io
2015-07-02 18:16:59 -04:00
2015-07-21 15:36:06 -04:00
![img](http://i.imgur.com/aOaH0ty.png)
2015-07-15 21:01:25 -04:00
What's Druid?
-------------
From their website at http://druid.io
*Druid is an open-source analytics data store designed for
business intelligence (OLAP) queries on event data. Druid provides low
latency (real-time) data ingestion, flexible data exploration,
and fast data aggregation. Existing Druid deployments have scaled to
trillions of events and petabytes of data. Druid is best used to
power analytic dashboards and applications.*
Panoramix
---------
2015-07-21 16:19:38 -04:00
Panoramix's main goal is to make it easy to slice, dice and visualize data
out of Druid. It empowers its user to perform **analytics
at the speed of thought**.
Panoramix started as a hackathon project at Airbnb in while running a POC
(proof of concept) on using Druid.
2015-07-15 21:01:25 -04:00
Panoramix provides:
* A way to query intuitively a Druid dataset, allowing for grouping, filtering
limiting and defining a time granularity
* Many charts and visualization to analyze your data, as well as a flexible
way to extend the visualization capabilities
* An extensible, high granularity security model allowing intricate rules
on who can access which features, and integration with major
authentication providers (through Flask AppBuiler)
2015-07-21 16:19:38 -04:00
* A simple semantic layer, allowing to control how Druid datasources are
displayed in the UI,
by defining which fields should show up in which dropdown and which
2015-07-15 21:01:25 -04:00
aggregation and function (metrics) are made available to the user