machine
machine copied to clipboard
Examples
Hi,
I’m looking for a simple ETL library that can satisfy basic needs like; reading from a sql database, doing some transformations (e.g. anonymize) and dropping some rows, write to a new database. Your solution looks like a nice fit, but i cannot tell for sure since there are no examples to look at. (I looked at a test, but that was not helpful)
I also could not easily tell if there is a mechanism for safe points / retries in case of network issues. My bad if I did not read the readme properly.
Anyway, it seems there are no recent (generics), simple good Go ETL libraries out there. Perhaps an opportunity…
Hth,
Stephan