yes. Debezium is a related project.
This is a good point, we will fix that. Thx for the feedback
DBLog has a very simple Output interface which allows to plugin a writer into whatever Output is desired: a stream (like Kafka), a datastore, a service, ... For example one can use MySQL as a source and have…
This is a great question :) We may share details about that in a future blog post.
correct. This way we can capture create, update and delete events of individual rows. binlog_format must be set to ROW in order to make this work in MySQL. For Postgres we are using replication slots which provide row…
yes. Debezium is a related project.
This is a good point, we will fix that. Thx for the feedback
DBLog has a very simple Output interface which allows to plugin a writer into whatever Output is desired: a stream (like Kafka), a datastore, a service, ... For example one can use MySQL as a source and have…
This is a great question :) We may share details about that in a future blog post.
correct. This way we can capture create, update and delete events of individual rows. binlog_format must be set to ROW in order to make this work in MySQL. For Postgres we are using replication slots which provide row…