Refreshing the docs after adding support for SQLA

This commit is contained in:
Maxime 2015-08-08 15:02:56 +00:00
parent fac6dd102d
commit 9e227494ca
1 changed files with 21 additions and 1 deletions

View File

@ -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