From c569bc3b7c6cbab95ce013c261d0338de10faf4f Mon Sep 17 00:00:00 2001 From: krollins-mdb Date: Mon, 9 Sep 2024 12:08:01 -0500 Subject: [PATCH] initial alternatives --- source/sync/device-sync-deprecation.txt | 52 +++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/source/sync/device-sync-deprecation.txt b/source/sync/device-sync-deprecation.txt index f2efb90e9..ea673b751 100644 --- a/source/sync/device-sync-deprecation.txt +++ b/source/sync/device-sync-deprecation.txt @@ -14,13 +14,57 @@ Device Sync Deprecation :class: singlecol As of September 2024, Device Sync is deprecated for Atlas App Services. Device -Sync will reach end-of-life and be removed on **September 30, 2025**. - -Atlas Device Sync is deprecated. This means that apps built using Sync will need -to move to an alternative solution or remove Sync before **September 30, 2025**. +Sync will reach end-of-life and be removed on **September 30, 2025**. If you +use Device Sync, you should migrate to alternative solution providers before +Device Sync is removed. Edge Server, which is in preview, is also deprecated and will reach end-of-life and be removed before **September 30, 2024**. Refer to the :ref:`App Services deprecation page ` for more deprecation information. + +Alternative Solutions +--------------------- + +AWS AppSync +~~~~~~~~~~~ + +AWS AppSync creates serverless Pub/Sub APIs to simplify development through a +single endpoint to securely query, update, or publish data. + +Refer to the `AWS AppSync documentation `__ to +learn more. + +Ditto +~~~~~ + +Ditto is a real-time edge sync platform for mobile, web, IoT, and server apps. + +- `MongoDB Partner Page `__ +- `Ditto documentation `__ + +HiveMQ +~~~~~~ + +HiveMQ is an MQTT-based messaging platform that ensures fast, reliable, and +secure data movement to and from connected IoT devices. + +Refer to the `HiveMQ documentation `__ +to learn more. + +Ably +~~~~ + +Ably is a real-time infrastructure service that uses Pub/Sub APIs in a wide +variety of SDKs to power live experiences. + +Refer to the `Ably documentation `__ to learn more. + +Custom Solution +~~~~~~~~~~~~~~~ + +If you want to consider building a custom solution, we have many technology +consulting partners (such as `WeKan +`__) with +expertise in synchronization technologies.