Netflix / genie

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

Genie Production Deployment #1124

Open Rustem opened 2 years ago

Rustem commented 2 years ago

Hi Netflix team,

In Genie version-4 documentation, it is unclear what are main stack dependencies to deploy Genie . I noticed in few places you talk about SQL and MySQL. Can i use any SQL compatible database? For example, hbase, postgres?

tgianos commented 2 years ago

Hey @Rustem. You can use any RDBMS however we only ship OSS with support for MySQL, Postgres and H2 schemas. You'd have to write schemas (or turn on hibernate schema generation [not recommended]) for other databases if you wanted them. I wouldn't recommend HBase but I haven't used it in a long time.