Description
As mentioned in the discussion regarding connectors (see (#2753 (comment)), I can share the source code for a project that has been developed with the goal of capturing changes from a MSQL database and push them to Iggy. It took the changes, grouped them in case of update, so that these were processed atomically on a different system.
Of course it has to be adapted to comply with the standards of this organization, but a good part can be used.
https://github.com/lsabi/msql_cdc/
In case of doubts, feel free to ask, as at the moment I don't have time to work on the development of a proper, production-ready, connector, so I'm sharing it with the hope that someone has more time than me
Affected area / component
Connectors
Proposed solution
No response
Alternatives considered
No response
Contribution
Good first issue
Description
As mentioned in the discussion regarding
connectors(see (#2753 (comment)), I can share the source code for a project that has been developed with the goal of capturing changes from aMSQLdatabase and push them toIggy. It took the changes, grouped them in case of update, so that these were processed atomically on a different system.Of course it has to be adapted to comply with the standards of this organization, but a good part can be used.
https://github.com/lsabi/msql_cdc/
In case of doubts, feel free to ask, as at the moment I don't have time to work on the development of a proper, production-ready, connector, so I'm sharing it with the hope that someone has more time than me
Affected area / component
Connectors
Proposed solution
No response
Alternatives considered
No response
Contribution
Edit 11/07/2026 I'm working on the source connectorGood first issue