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.git
The following commit(s) were added to refs/heads/master by this push:
new c80b948 Site: Add "calcite-clj - Use Calcite with Clojure" in talks
section
c80b948 is described below
commit c80b948b5a60dbc4a4905b2104ba5b4bba41e006
Author: Eugen Stan <[email protected]>
AuthorDate: Fri Jan 28 12:02:09 2022 +0200
Site: Add "calcite-clj - Use Calcite with Clojure" in talks section
Close apache/calcite#2704
---
site/community/index.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/site/community/index.md b/site/community/index.md
index eb31c55..e35bd4f 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -87,6 +87,13 @@ Want to learn more about Calcite?
Watch some presentations and read through some slide decks about
Calcite, or attend one of the [upcoming talks](#upcoming-talks).
+## calcite-clj - Use Calcite with Clojure
+
+At [Apache Calcite Online Meetup January
2022](https://www.meetup.com/Apache-Calcite/events/282836907/)
+[[slides]](https://ieugen.github.io/calcite-clj/)
+[[video]](https://www.youtube.com/watch?v=9CUWX8JHA90)
+[[code]](https://github.com/ieugen/calcite-clj)
+
## Morel, a functional query language (Julian Hyde)
At [Strange Loop
2021](https://thestrangeloop.com/2021/morel-a-functional-query-language.html),