I’m currently self-hosting MongoDB on an EC2 instance and I want to leverage MongoDB Realm for real-time data synchronization in my applications.
Could someone guide me through the process of setting up MongoDB Realm to connect to my self-hosted MongoDB instance on EC2 and configure real-time data sync? Specifically, I need help with configuring MongoDB Realm, defining data collections, setting up Realm Sync, and integrating the Realm SDK into my applications. Any tips, best practices, or resources would be greatly appreciated!
Hi, MongoDB Atlas Device Sync is only available for Atlas clusters. If using Atlas is not an option for you, then you can still use the Realm Device SDK’s as a local persistence layer and write your own synchronization code, but we would obviously reccomend using Atlas and Atlas Device Sync if that is possible.
Best,
Tyler
1 Like
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.