From 58ab4e2415f03273ddb892fdc0395f5d8e234dd1 Mon Sep 17 00:00:00 2001 From: brchristian Date: Thu, 31 Mar 2016 11:47:33 -0700 Subject: [PATCH 1/2] remove duplicate Druid.io section in README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 692fc6066c359..e8c2c16f5b380 100644 --- a/README.md +++ b/README.md @@ -74,18 +74,6 @@ Installation & Configuration [See in the documentation](http://airbnb.io/caravel/installation.html) -What is 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.* - - More screenshots ---------------- From 9595dcff4dd7ee27dda7df5a8f15fcdb9ce37803 Mon Sep 17 00:00:00 2001 From: Greg Buckner Date: Thu, 31 Mar 2016 12:02:26 -0700 Subject: [PATCH 2/2] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692fc6066c359..d809661df4c25 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Caravel provides: Database Support ---------------- -Caravel was originally designed on to of Druid.io, but quickly broadened +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](http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html).