Comment on Launch HN: Artie (YC S23) – Real time data replication to data warehousesComments−Aaronstotle3yThe blocker for testing this out and using it at my place of employment is lack of binary data type in MySQL, any plans to add this?−tang8330OP3yDefinitely. Do you expect the resulting data to also be in binary / bytes format in your DWH?I ask because there's a workaround by setting `binary.handling.mode` to a STRING type [1].Transfer will then automatically pick this up and write this as a B64 string to the DWH.[1] https://debezium.io/documentation/reference/stable/connector...−Aaronstotle3yThanks for the reply! We'll be keeping an eye on it
Comments
The blocker for testing this out and using it at my place of employment is lack of binary data type in MySQL, any plans to add this?
Definitely. Do you expect the resulting data to also be in binary / bytes format in your DWH?
I ask because there's a workaround by setting `binary.handling.mode` to a STRING type [1].
Transfer will then automatically pick this up and write this as a B64 string to the DWH.
[1] https://debezium.io/documentation/reference/stable/connector...
Thanks for the reply! We'll be keeping an eye on it