5 ms·
Why PostgreSQL only? The mara-DB dependency [1] claims to support more. [1] https://github.com/mara/mara-db https://github.com/mara/mara-db
by reinhardt 8y ago
Why PostgreSQL only? The mara-DB dependency [1] claims to support more.
[1] https://github.com/mara/mara-db https://github.com/mara/mara-db
- martin_loetzsch 8y ago(author here) Currently there is a hard dependency to Postgres for the bookkeeping tables of mara. I'm working on dockerizing the example project to make the setup easier. For ETL, Mysql, Postgres & SQL Server are supported (and it's easy to add more).
- random4369 8y agoI'm a bit confused about this. What if the target is HDFS? Why this dependency on SQL databases for ETL?