ROS Didier schrieb am 11.02.2020 um 11:23:
> In the Oracle world we use the product "golden gate" to execute
> transactions from a source database (Oracle, Mysql) to a PostgreSQL
> instance.
>
> This allows 2 Oracle and PostgreSQL databases to be updated at the
> same time in real time.
>
> I would like to know if there is an equivalent open-source product.
>
> Thanks in advance
>
> Best Regards
> Didier ROS
The closest solutions to golden gate are probably
* https://debezium.io/
* https://www.symmetricds.org/
Thomas