ververica / flink-sql-gateway

Apache License 2.0
490 stars 187 forks source link

FYI: we just published a docker compose with the Gateway and Hue Stream Editor #65

Open romainr opened 4 years ago

romainr commented 4 years ago

On: https://gethue.com/blog/tutorial-query-live-data-stream-with-flink-sql/

And the integration keeps getting better!

fpompermaier commented 3 years ago

Very useful @romainr. How can I see the single docker files (e.g. romainr/flink-sql-api)?

romainr commented 3 years ago

I would need to clean-up a bit, but the source should show up there https://hub.docker.com/layers/romainr/flink-sql-api/0.3-1.12.0/images/sha256-37be5b6098d4546611fb8bbd5e11d4d8047788ca37d9758d46f1d073ce6d1d16?context=explore

Is it enough for now?

fpompermaier commented 3 years ago

Great! Thanks @romainr

somandal commented 3 years ago

@romainr have you tried this on Kubernetes? Do you have any tips on how to set up the configs so that we can hit the REST endpoint of the gateway and the gateway can communicate with the Job Manager to submit jobs?