We have a SQL Server database in the backend and we want to build an iOS app using Realm. While exploring possible options I found this https://docs.realm.io/sync/v/3.x/using-synced-realms/server-side-usage/data-integration/mssql-data-connector. But in this I can not find realm-mssql-adapters. Is there any way to sync data between Realm MongoDB and a SQL Server database?
We can not completely migrate from SQL Server to MongoDB and build an iOS app using realm. So we need to build a connector which sync data between SQL Server and Realm or Mongo DB.
You could use the Kafka connector to get your SQL data into MongoDB Altas, and then sync it with your mobile devices.