Hi,
I was wondering what would be the best approach to synchronize data between SingleStore on Docker on a laptop which capture data in a closed local network and need to upload / synch the data to a main SingleStore cluster (Running in Azure) when Internet is available.
An .Net application run on the laptop which interacts with Docker/Singlestore. When off site in a local network, the App captures data , provide analysis. Then data needs to be sent to main Cluster.
Solution 1: Backup and Restore
Solution 2: Replication? (Destination would be read only, right)
Solution 3: Select into OUTFILE? (Select into outfield Azura Blob not supported)
Thank you