Netflix / genie

Distributed Big Data Orchestration Service
https://netflix.github.io/genie
Apache License 2.0
1.71k stars 367 forks source link

Can i setup Genie without AWS ? #1119

Closed Rustem closed 2 years ago

Rustem commented 2 years ago

Hi , curious, can I use genie in prod without dependency on AWS ? In such case what would be recommendation for meta storage?

tgianos commented 2 years ago

Sure can @Rustem. There's no explicit dependency on AWS and it is designed in such a way that you can enable or disable aws features with feature toggles.

Genie supports Mysql and Postgres out of box but people have gotten it running against other data stores like cockroachdb.

You can see the demo for example of it running without AWS involved.

Rustem commented 2 years ago

Thanks @tgianos