You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# MongoDB Atlas + ObjectBox Sync: Quickstart + production notes
8
-
9
-
**TL;DR:** Use **ObjectBox on the device** for offline-first performance, run **ObjectBox Sync Server** as the sync engine, and connect it to **MongoDB Atlas** via the **MongoDB Sync Connector**.
10
-
11
-
## What this page is (and isn’t)
12
-
13
-
- This is a **companion guide** from ObjectBox: quick navigation, production caveats, and troubleshooting pointers.
14
-
- The full end-to-end walkthrough is **MongoDB-authored** (by Fidaa B.):
This page is an ObjectBox [companion guide for the MongoDB Data Sync tutorial by Fidaa B. (from MongoDB)](https://dev.to/mongodb/mongodb-data-sync-for-offline-first-apps-keep-data-in-sync-with-objectbox-and-mongodb-atlas-34k8) with quick navigation, production caveats, and troubleshooting pointers. The tutorial shows how to use ObjectBox on the device for fast offline-first reads/writes, run ObjectBox Sync Server as the sync engine, and connect it to MongoDB Atlas via the MongoDB Sync Connector to keep local and cloud data in sync.(https://dev.to/mongodb/mongodb-data-sync-for-offline-first-apps-keep-data-in-sync-with-objectbox-and-mongodb-atlas-34k8)
### 1) [Start with the MongoDB tutorial](https://dev.to/mongodb/mongodb-data-sync-for-offline-first-apps-keep-data-in-sync-with-objectbox-and-mongodb-atlas-34k8)
0 commit comments