This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-site.git
commit 34278e0ac2cc3c1ca5bb41189c845f51567ee244 Author: Stamatis Zampetakis <[email protected]> AuthorDate: Fri Sep 24 16:41:01 2021 +0200 Site: Add upcoming talk about Morel and update past talks section --- community/index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/community/index.html b/community/index.html index 36d71fd..9a0cd94 100644 --- a/community/index.html +++ b/community/index.html @@ -61,13 +61,14 @@ <ul id="markdown-toc"> <li><a href="#upcoming-talks" id="markdown-toc-upcoming-talks">Upcoming talks</a> <ul> - <li><a href="#building-modern-sql-query-optimizers-with-apache-calcite-vladimir-ozerov" id="markdown-toc-building-modern-sql-query-optimizers-with-apache-calcite-vladimir-ozerov">Building modern SQL query optimizers with Apache Calcite (Vladimir Ozerov)</a></li> + <li><a href="#morel-a-functional-query-language-julian-hyde" id="markdown-toc-morel-a-functional-query-language-julian-hyde">Morel, a functional query language (Julian Hyde)</a></li> </ul> </li> <li><a href="#project-members" id="markdown-toc-project-members">Project Members</a></li> <li><a href="#mailing-lists" id="markdown-toc-mailing-lists">Mailing Lists</a></li> <li><a href="#help" id="markdown-toc-help">Help</a></li> <li><a href="#talks" id="markdown-toc-talks">Talks</a> <ul> + <li><a href="#building-modern-sql-query-optimizers-with-apache-calcite" id="markdown-toc-building-modern-sql-query-optimizers-with-apache-calcite">Building modern SQL query optimizers with Apache Calcite</a></li> <li><a href="#apache-calcite-tutorial" id="markdown-toc-apache-calcite-tutorial">Apache Calcite Tutorial</a></li> <li><a href="#an-introduction-to-query-processing--apache-calcite" id="markdown-toc-an-introduction-to-query-processing--apache-calcite">An introduction to query processing & Apache Calcite</a></li> <li><a href="#calcite-streaming-for-event-time-semantics" id="markdown-toc-calcite-streaming-for-event-time-semantics">Calcite streaming for event-time semantics</a></li> @@ -88,9 +89,9 @@ <h1 id="upcoming-talks">Upcoming talks</h1> -<h2 id="building-modern-sql-query-optimizers-with-apache-calcite-vladimir-ozerov">Building modern SQL query optimizers with Apache Calcite (Vladimir Ozerov)</h2> +<h2 id="morel-a-functional-query-language-julian-hyde">Morel, a functional query language (Julian Hyde)</h2> -<p>At <a href="https://www.apachecon.com/acah2021/tracks/bigdatasql.html">ApacheCon 2021</a>, September 22, 2021.</p> +<p>At <a href="https://thestrangeloop.com/2021/morel-a-functional-query-language.html">Strange Loop 2021</a>, St. Louis, Missouri, September 30, 2021.</p> <h1 id="project-members">Project Members</h1> @@ -489,6 +490,10 @@ The code is available on <a href="https://github.com/apache/calcite/tree/master" <p>Watch some presentations and read through some slide decks about Calcite, or attend one of the <a href="#upcoming-talks">upcoming talks</a>.</p> +<h2 id="building-modern-sql-query-optimizers-with-apache-calcite">Building modern SQL query optimizers with Apache Calcite</h2> + +<p>At <a href="https://www.apachecon.com/acah2021/tracks/bigdatasql.html">ApacheCon 2021</a>, September 22, 2021.</p> + <h2 id="apache-calcite-tutorial">Apache Calcite Tutorial</h2> <p>At <a href="https://boss-workshop.github.io/boss-2021/">BOSS 2021</a>, Copenhagen, Denmark, August 16, 2021;
