Re: Calcite CSV Adapter => SQL Client

2022-02-23 Thread Stamatis Zampetakis
Hi Oualid, It's not completely clear what your request is but keep in mind that Sqlline [1] (which you probably used in the tutorial) is an SQL client like Dbeaver/Squirrel etc. The tutorial also provides some examples with the jdbcurl, username, password. Keep in mind that whatever SQL client

Re: Calcite CSV Adapter => SQL Client

2022-02-22 Thread Gavin Ray
Just an FYI -- an ElasticSearch adapter exists: https://calcite.apache.org/docs/elasticsearch_adapter.html https://github.com/apache/calcite/tree/master/elasticsearch On Tue, Feb 22, 2022 at 4:19 PM Oualid wrote: > Hi, > > I am contacting you because I am working on the development of

Calcite CSV Adapter => SQL Client

2022-02-22 Thread Oualid
Hi, I am contacting you because I am working on the development of Connector interface with Elasticsearch (translate SQL to API DSL query syntax) . I am starting with Apache Calcite CSV Adapter as a first step to test Calcite capabilities. I followed the tutorial