Skip to content

Commit 1f358d6

Browse files
committed
Article updates (migration) and menu description update
1 parent 387d9aa commit 1f358d6

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

docs/mongodb-atlas-objectbox-sync-quickstart-production-notes.mdx

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ description: "Companion guide from ObjectBox: quick navigation, production cavea
44
slug: /dev-how-tos/mongodb-atlas-objectbox-sync-quickstart-production-notes
55
---
66

7-
# 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.):
15-
16-
https://dev.to/mongodb/mongodb-data-sync-for-offline-first-apps-keep-data-in-sync-with-objectbox-and-mongodb-atlas-34k8
7+
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)
178

189
## Architecture at a glance
1910

@@ -24,16 +15,14 @@ MongoDB Atlas ↔ ObjectBox Sync Server ↔ ObjectBox (mobile/edge clients)
2415

2516
## Quickstart (fast route)
2617

27-
### 1) Start with the MongoDB tutorial
28-
29-
https://dev.to/mongodb/mongodb-data-sync-for-offline-first-apps-keep-data-in-sync-with-objectbox-and-mongodb-atlas-34k8
18+
### 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)
3019

3120
### 2) Keep these ObjectBox references open
3221

33-
- MongoDB Sync Connector overview: https://sync.objectbox.io/mongodb-sync-connector
34-
- Connector setup: https://sync.objectbox.io/mongodb-sync-connector/objectbox-sync-connector-setup
35-
- Sync Server configuration: https://sync.objectbox.io/sync-server/configuration
36-
- ObjectBox Sync docs (start here): https://sync.objectbox.io/
22+
- [MongoDB Sync Connector overview](https://sync.objectbox.io/mongodb-sync-connector)
23+
- [Connector setup](https://sync.objectbox.io/mongodb-sync-connector/objectbox-sync-connector-setup)
24+
- [Sync Server configuration](https://sync.objectbox.io/sync-server/configuration)
25+
- [ObjectBox Sync docs (start here)](https://sync.objectbox.io/)
3726

3827
## Production notes (the stuff that bites later)
3928

@@ -78,7 +67,6 @@ At minimum: sync backlog/latency, connector logs, server resource usage, and err
7867

7968
## Next steps
8069

81-
- MongoDB tutorial (MongoDB-authored):
82-
https://dev.to/mongodb/mongodb-data-sync-for-offline-first-apps-keep-data-in-sync-with-objectbox-and-mongodb-atlas-34k8
83-
- Connector docs: https://sync.objectbox.io/mongodb-sync-connector
84-
- Configuration docs: https://sync.objectbox.io/sync-server/configuration
70+
- [MongoDB tutorial (MongoDB-authored)](https://dev.to/mongodb/mongodb-data-sync-for-offline-first-apps-keep-data-in-sync-with-objectbox-and-mongodb-atlas-34k8)
71+
- [Connector docs](https://sync.objectbox.io/mongodb-sync-connector)
72+
- [Configuration docs](https://sync.objectbox.io/sync-server/configuration)

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
66
title: 'ObjectBox for Embedded AI, Mobile AI, Edge AI & Offline-First Apps',
7-
tagline: 'Dev-TidBits around Edge AI, Databases, Data Sync',
7+
tagline: 'Dev TidBits and How-tos around Edge AI, Data Sync, and ObjectBox',
88
favicon: 'img/favicon.ico',
99

1010
url: ' https://objectbox.io',
@@ -71,7 +71,7 @@ const config: Config = {
7171
themeConfig: {
7272
image: 'img/objectbox-social-card.jpg',
7373
navbar: {
74-
title: 'Dev TidBits and How-tos around Edge AI, Databases, Data Sync',
74+
title: 'Dev TidBits and How-tos around Edge AI, Data Sync, and ObjectBox',
7575
logo: {
7676
alt: 'ObjectBox Logo',
7777
src: 'img/objectbox-logo-rect.jpg',

0 commit comments

Comments
 (0)