cloudcheflabs / dataroaster

Apache License 2.0
38 stars 12 forks source link

Add Trino Gateway to proxy trino clusters. #2

Closed mykidong closed 2 years ago

mykidong commented 2 years ago

Trino can be used for the cases of ETL, interactive(adhoc) and scheduled, etc. We can create trino clusters for these usages individually. In order to load-balance trino clusters, and to support trino coordinator HA, trino gateway should be used. We can extend this concept to trino ecosystem.

Trino ecosystem consists of trino gateway, authenticator, admin and trino clusters, etc. We can think of the following scenario which can happen in trino ecosystem.

cloudcheflabs commented 2 years ago

https://github.com/cloudcheflabs/dataroaster/pull/6