|
|
|
|
|
by manigandham
1631 days ago
|
|
Most databases have built-in CDC (change data capture) that can be exported. Otherwise the WAL logs can be read with other tooling. Debezium is a great open-source product for streaming changes from many relational databases: https://debezium.io |
|