Hi,
My colleagues and I have noted the rethinkdb example has been very recently deleted...
One of our engineers has made the mysq-to-rethinkdb example work (it wasnt working in the example), but we have noticed that the sync is only supporting mysql Inserts.
Any reason why it was removed? Any idea if we can fix it and contribute it back?
We need to learn a bit more about how the rows are identified, so we can send the appropriate update/delete commands into rethink... any other example that supports Update/Delete?
We noticed the Redis example seems to have a "id" column, but is it possible to write something more generic? maybe finding the pkey of the mysql table dynamically?
thanks!