amphi-ai / amphi-etl

Low-code ETL for structured and unstructured data. Generates Python code you can deploy anywhere.
https://docs.amphi.ai
Other
551 stars 12 forks source link

More generic connections available for database (jdbc, odbc, oledb, sql alchemy, adbc...) #14

Open simonaubertbd opened 3 weeks ago

simonaubertbd commented 3 weeks ago

Hello,

As of today, connections to data are limited for databases. I think you would impact waaaaay more users if you leverage standards connectors (jdbc, odbc, oledb, sql alchemy, adbc...) and only after make some dedicated connectors to major databases.

Best regards,

Simon

tgourdel commented 3 weeks ago

Thank you Simon, that's very helpful feedback! I'll take a look

tgourdel commented 3 weeks ago

I'll add odbc soon, adbc is still experimental or beta but is very interesting for performance purposes, thanks for the pointers.

simonaubertbd commented 3 weeks ago

Hello @tgourdel Thanks. For ADBC, yes, it's very young and promising. However, from a strategic perspective, it could be a competitive advantage that can help amphi recognition as probably the only etl tool with it.

Best regards,

Simon