Repository: calcite Updated Branches: refs/heads/master 9dc61aea2 -> a8cb62b55
Site: Add HerdDB and Apache Beam to "powered by" page (Enrico Olivelli) Add them to logo graphic (Julian Hyde) Close apache/calcite#657 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/a8cb62b5 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/a8cb62b5 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/a8cb62b5 Branch: refs/heads/master Commit: a8cb62b55087a775a0fe20d597bd935f411701c6 Parents: 9dc61ae Author: Enrico Olivelli <[email protected]> Authored: Wed Apr 4 09:46:50 2018 +0200 Committer: Julian Hyde <[email protected]> Committed: Sun Apr 15 21:31:32 2018 -0700 ---------------------------------------------------------------------- site/_docs/powered_by.md | 14 +++++++++++++- site/community/index.md | 4 ++-- site/img/powered-by.png | Bin 114615 -> 109350 bytes 3 files changed, 15 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/a8cb62b5/site/_docs/powered_by.md ---------------------------------------------------------------------- diff --git a/site/_docs/powered_by.md b/site/_docs/powered_by.md index 5df95e2..326cc09 100644 --- a/site/_docs/powered_by.md +++ b/site/_docs/powered_by.md @@ -44,6 +44,11 @@ on your site. <a href="https://apex.apache.org">Apache Apex</a> uses Calcite for parsing streaming SQL and query optimization. +### Apache Beam + +<a href="https://beam.apache.org">Apache Beam</a> +uses Calcite for parsing and optimizing SQL. + ### Apache Drill <a href="https://drill.apache.org">Apache Drill</a> @@ -53,7 +58,7 @@ uses Calcite for SQL parsing and query optimization. <a href="https://flink.apache.org">Apache Flink</a> uses Calcite for parsing both regular and streaming SQL, -and for query optimization (under development). +and for query optimization. ### Apache Hive @@ -100,6 +105,13 @@ component provides a SQL interface to <a href="https://www.dremio.com">Dremio</a> uses Calcite for SQL parsing and cost-based query optimization. +### HerdDB + +<a href="https://herddb.org">HerdDB</a> +is a distributed JVM-Embeddable Database built on top of +<a href="https://bookkeeper.apache.org/">Apache BookKeeper</a>. +It uses Calcite as its SQL Planner. + ### MapD <a href="https://www.mapd.com">MapD</a> http://git-wip-us.apache.org/repos/asf/calcite/blob/a8cb62b5/site/community/index.md ---------------------------------------------------------------------- diff --git a/site/community/index.md b/site/community/index.md index 66e19fe..cfe7eb6 100644 --- a/site/community/index.md +++ b/site/community/index.md @@ -26,8 +26,8 @@ limitations under the License. # Upcoming talks -* 2018/04/17-18 [DataEngConf SF](http://www.dataengconf.com/) (San Francisco, CA) - * [Don't optimize my queries, optimize my data!](http://www.dataengconf.com/dont-optimize-my-queries-optimize-my-data) (Julian Hyde) +* 2018/04/17 [DataEngConf SF](https://www.dataengconf.com/) (San Francisco, CA) + * [Lazy beats Smart and Fast](https://www.dataengconf.com/features-provided-by-apache-calcite-to-design-maintain-and-use-materializations) (Julian Hyde) # Project Members http://git-wip-us.apache.org/repos/asf/calcite/blob/a8cb62b5/site/img/powered-by.png ---------------------------------------------------------------------- diff --git a/site/img/powered-by.png b/site/img/powered-by.png index cc89a38..03c1a44 100644 Binary files a/site/img/powered-by.png and b/site/img/powered-by.png differ
