Skip to content

Commit

Permalink
Refreshing the docs after adding support for SQLA
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 8, 2015
1 parent fac6dd1 commit 9e22749
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
Panoramix
=========

Panoramix is a web UI to slice and dice data out of Druid.io
Panoramix is a data exploration platform designed to be visual, intuitive
and interactive.

Buzz Phrases
------------

* Analytics at the speed of thought!
* Instantaneous learning curve
* Realtime analytics when querying [Druid.io](http://druid.io)
* Extentsible to infinity

![img](http://i.imgur.com/aOaH0ty.png)

Database Support
----------------

Panoramix was originally designed on to of Druid.io, but quickly broadened
to support other databases through the use of SqlAlchemy, a Python
ORM that is compatible with
[many external databases](http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html).
At the moment the SQL has been hard coded to use ``LIMIT``-type
dialect and needs to be extended to support other syntax
(``TOP``, ``ROWNUM``, ...)

What's Druid?
-------------
From their website at http://druid.io
Expand Down

0 comments on commit 9e22749

Please sign in to comment.