Re: Suggestions for Open Source FLINK SQL editor

2023-07-31 Thread liu ron
Hi Rajat, I also think Zeppelin may be a good choice. Best, Ron Guanghui Zhang 于2023年7月28日周五 20:45写道: > Hi, Guozhen, our team also use flink as ad-hoc query engine. Can we talk > aboat it > > Guozhen Yang 于2023年7月20日周四 11:58写道: > >> Hi Rajat, >> >> We are using apache zeppelin as our entry p

Re: Suggestions for Open Source FLINK SQL editor

2023-07-28 Thread Guanghui Zhang
Hi, Guozhen, our team also use flink as ad-hoc query engine. Can we talk aboat it Guozhen Yang 于2023年7月20日周四 11:58写道: > Hi Rajat, > > We are using apache zeppelin as our entry point for submitting flink > ad-hoc queries (and spark jobs actually). > > It supports interactive queries, data visual

RE: Suggestions for Open Source FLINK SQL editor

2023-07-26 Thread Jiabao Sun
Hi Rajat, I think Apache StreamPark(Incubating) or Apache Zeppelin is a good choice. https://streampark.apache.org/ https://zeppelin.apache.org/ Best, Jiabao On 2023/07/19 16:47:43 Rajat Ahuja wrote: > Hi team, > > I have set up

RE: Suggestions for Open Source FLINK SQL editor

2023-07-19 Thread Guozhen Yang
Hi Rajat, We are using apache zeppelin as our entry point for submitting flink ad-hoc queries (and spark jobs actually). It supports interactive queries, data visualization, multiple data query engines, multiple auth models. You can check out other features on its official website. But because o

Re: Suggestions for Open Source FLINK SQL editor

2023-07-19 Thread Shammon FY
Hi Rajat, Currently sql-gateway supports REST[1] and Hive[2] endpoints. For Hive endpoints, you can submit sql jobs with existing Hive clients, such as hive jdbc, apache superset and other systems. For REST endpoints, you can use flink sql-client to submit your sql jobs. We support jdbc-driver[3

Suggestions for Open Source FLINK SQL editor

2023-07-19 Thread Rajat Ahuja
Hi team, I have set up a session cluster on k8s via sql gateway. I am looking for an open source Flink sql editor that can submit sql queries on top of the k8s session cluster. Any suggestions for sql editor to submit queries ? Thanks