We are using the SSIS (SQL Server Integration Services) in SQL 2008 R2 to copy database tables from 30+ databases (running on SQL Server 2000) to a single database for data analysis purposes on a daily basis. Is there a SSIS-like feature in PostgreSQL? As we are thinking to migrate our database to open source database in the future. Thanks!
You can use SQL Server Integration Services for that. Just connect to your PostgreSQL using a ODBC connection! I do it myself.
PostgreSQL itself doesn't have ETL module similar to ssis, however there are some open-source BI stacks. The most popular open-source ETL toolkit is probably Pentaho's tool Kettle. It's recommended on Postgres wiki
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With