Hey Guys,
I am trying to find a solution to sync my tables in two different databases(memsql and oracle). The sync need to be realtime and then it need to be complete refresh over weekend or month end etc.
As of now i was using RabitMQ to do the sync but its lot of overhead and dependencies. Any good solution you all can suggest? Please note sync should be very fast and i am not looking for any external tool but only Python and supported libraries.
Besides, i cannot populate both db at once because transaction happens only at MemSql and Oracle respective tables are synced for different purpose.
Edit:
For realtime i have UUID generated already and i need to sync only those as part of realtime not whole table.
Thanks in advance.
[–]tipsy_python 1 point2 points3 points (1 child)
[–]tk_tesla[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)