Nilesh Tupe
Nilesh Tupe

Reputation: 61

Connect Realm with SQL Server database using mssql-data-connector

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.

Upvotes: 0

Views: 1175

Answers (1)

geisshirt
geisshirt

Reputation: 2497

You could use the Kafka connector to get your SQL data into MongoDB Altas, and then sync it with your mobile devices.

Upvotes: 1

Related Questions