airbnb / caravel
- суббота, 2 апреля 2016 г. в 03:13:32
Python
Caravel is a data exploration platform designed to be visual, intuitive, and interactive
Caravel is a data exploration platform designed to be visual, intuitive and interactive.
[this project used to be named Panoramix]
Caravel's main goal is to make it easy to slice, dice and visualize data. It empowers users to perform analytics at the speed of thought.
Caravel provides:
Caravel was originally designed on top of Druid.io, but quickly broadened its scope to support other databases through the use of SqlAlchemy, a Python ORM that is compatible with most common databases.
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.
Caravel would not be possible without these great frameworks / libs
install_requires
section in the setup.py file!Interested in contributing? Casual hacking? Check out Contributing.MD