Re: jdbc server

2020-03-02 Thread brian guarraci
you may want to check out: ChinookAvaticaServer https://github.com/apache/calcite/blob/master/plus/src/main/java/org/apache/calcite/chinook/ChinookAvaticaServer.java Brian On Mon, Mar 2, 2020 at 10:05 AM Rui Wang wrote: > Could you follow this Calcite tutorial and it might solve your problem:

Re: jdbc server

2020-03-02 Thread Rui Wang
Could you follow this Calcite tutorial and it might solve your problem: https://calcite.apache.org/docs/tutorial.html -Rui On Mon, Mar 2, 2020, 2:23 AM Mohsen KHaxar wrote: > Hi, > I want to run an SQL engine that receives SQL commands. Then, SQL commands > are processed and some results of in

jdbc server

2020-03-02 Thread Mohsen KHaxar
Hi, I want to run an SQL engine that receives SQL commands. Then, SQL commands are processed and some results of interest are returned.How can I employ Calcite to run a standalone customised SQL engine? //Mohsen.

Re: Jdbc server

2015-12-11 Thread Sarnath
We wrote a tech blog on our work. Interested can check here: http://www.hcltech.com/blogs/engineering-and-rd-services/olap-cubing-big-data We may rephrase few things in the blog next week. But this will give you the general direction if our approach.

Re: Jdbc server

2015-11-27 Thread Sarnath
ich we used as a template. > > On Friday 27 November 2015, Sarnath wrote: > >> Hi Rajat, >> Good to connect with you. Good to know about your work. >> I did not quite understand when you said you have jdbc access through >> avatica but no jdbc server and a fat jar >

Re: Jdbc server

2015-11-27 Thread Rajat Venkatesh
said you have jdbc access through > avatica but no jdbc server and a fat jar > Also, we will publish a blog soon on an experiment we did. I will keep you > posted on that. > Good luck! > Best, > Sarnath > On Nov 27, 2015 5:51 PM, "Rajat Venkatesh" > wrote: &g

Re: Jdbc server

2015-11-27 Thread Sarnath
Hi Rajat, Good to connect with you. Good to know about your work. I did not quite understand when you said you have jdbc access through avatica but no jdbc server and a fat jar Also, we will publish a blog soon on an experiment we did. I will keep you posted on that. Good luck! Best, Sarnath

Re: Jdbc server

2015-11-27 Thread Dhruv Gohil
ilt on top of the calcite optimizer and we also have JDBC access using Avatica. We don't have a JDBC server yet but a fat jar. Seems like you working on something similar. I'll gladly exchange notes. We are planning to open source it as well. So if you wish to use it as a platform for you

Re: Jdbc server

2015-11-27 Thread Rajat Venkatesh
queries are routed to the right data store. All this is built on top of the calcite optimizer and we also have JDBC access using Avatica. We don't have a JDBC server yet but a fat jar. Seems like you working on something similar. I'll gladly exchange notes. We are planning to open source it a

Re: Jdbc server

2015-11-25 Thread Sarnath
Hi Julian, Thanks for the details and thanks a lot for your time. It looks pretty simple. We will explore more and get back here if we cannot resolve it through the docs. Again, thanks a lot for your time and your help. Best, Sarnath

Re: Jdbc server

2015-11-25 Thread Julian Hyde
We already developed a model.json for ES and able to run SQL on Elastic > search from sqlline that accompanies calcite. But what we would like to do > is deploy a JDBC server and automatically serve queries either from elastic > search or through hiveserver. We are not clear how to roll out

Jdbc server

2015-11-25 Thread Sarnath
is deploy a JDBC server and automatically serve queries either from elastic search or through hiveserver. We are not clear how to roll out our own jdbc client and server... Can some1 explain this please? Also in the calcite presentation, I found references to lattice and tiles. I am yet to find out