Re: Calcite-Clojure integration - use Clojure to implement calcite back-ends

2022-01-12 Thread Eugen Stan
Thanks! On 12.01.2022 11:02, Stamatis Zampetakis wrote: I added your talk to the meetupĀ event. The meetupĀ is on January 19, apologies for the confusion. Best, Stamatis On Tue, Jan 11, 2022 at 10:18 PM Eugen Stan > wrote: Hello Stamatis, I sent my

Re: Calcite-Clojure integration - use Clojure to implement calcite back-ends

2022-01-12 Thread Stamatis Zampetakis
I added your talk to the meetup event. The meetup is on January 19, apologies for the confusion. Best, Stamatis On Tue, Jan 11, 2022 at 10:18 PM Eugen Stan wrote: > Hello Stamatis, > > I sent my proposal on the original meeting thread. > > Forgot to ask: What is the exact day of the event? >

Re: Calcite-Clojure integration - use Clojure to implement calcite back-ends

2022-01-10 Thread Stamatis Zampetakis
Hi Eugen, Thanks for sharing this project. It will be very helpful for those who want to use Calcite with Clojure. I guess many people will be interested to learn more about the project and see it in action. If you plan to give a talk to the Calcite meetup on January 17, please send me a title,

RE: Calcite-Clojure integration - use Clojure to implement calcite back-ends

2022-01-09 Thread Eugen Stan
Hello, You can now write Apache Calcite adapters in Clojure. There is a library to help you and an example code to guide you. I found some time to work on this and I published a library version of that class and also a Clojure example that showcases how you would use it in your app The

Calcite-Clojure integration - use Clojure to implement calcite back-ends

2021-12-27 Thread Eugen Stan
Hello, I would like to announce that I have ported the Calcite CSV example (scannable table only) from Java to Clojure. I did it mainly as an exercise: to learn how Calicte works and how it would look with Clojure. I learn a lot in the process and also discovered a Calcite bug