Hi,
Would it be possible to add a DuckDB connector to EasyMorph?
DuckDB is an embedded analytical database that's becoming quite popular, and I think it would be a great addition for several reasons:
-
Performance - DuckDB is extremely fast for analytical queries, often many times faster than traditional databases for aggregations and complex joins.
-
No setup required - It's an embedded database like SQLite, so no server installation or configuration needed.
-
Handles large datasets - DuckDB can process files larger than RAM efficiently through smart buffer management and columnar compression, which would really help when working with very large files.
-
Modern format support - It has excellent native support for Parquet files and other modern data lake formats, which would be useful as more organizations move to cloud data platforms. DuckDB can also query CSV and Parquet files directly without importing them first, which is incredibly convenient.
-
SQL flexibility - For users who want to mix visual transformations with SQL for specific analytical operations, DuckDB would provide a nice bridge within the same workflow.
I think this would complement EasyMorph's strengths really well and open up some new use cases.
Best regards, Knut P