diff --git a/source/sync/device-sync-deprecation.txt b/source/sync/device-sync-deprecation.txt index 37dcf41c9..b30586e66 100644 --- a/source/sync/device-sync-deprecation.txt +++ b/source/sync/device-sync-deprecation.txt @@ -27,23 +27,6 @@ more deprecation information. Alternative Solutions --------------------- -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. - -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 ~~~~~ @@ -54,6 +37,14 @@ Ditto is a real-time edge sync platform for mobile, web, IoT, and server apps. - `MongoDB Partner Page `__ - `Ditto documentation `__ +PowerSync +~~~~~~~~~ + +PowerSync is a sync engine that keeps backend databases in sync with on-device +SQLite databases. + +- `Atlas Device Sync to PowerSync migration guide `__ + ObjectBox ~~~~~~~~~ @@ -63,6 +54,15 @@ users. Refer to the `MongoDB + ObjectBox page `__ on the ObjectBox website to learn more. +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. + HiveMQ ~~~~~~ @@ -74,22 +74,23 @@ For more information on migration, refer to the following: - `HiveMQ Reference Architecture Guide `__ - `HiveMQ documentation `__ -Parse -~~~~~ +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. + +Parse (Open Source) +~~~~~~~~~~~~~~~~~~~ + Parse is an open source backend server with APIs you can use to easily connect to MongoDB Atlas as the backing database. They also provide client guides for many development platforms. - `Parse documentation `__ -PowerSync -~~~~~~~~~ - -PowerSync is a sync engine that keeps backend databases in sync with on-device -SQLite databases. - -- `Atlas Device Sync to PowerSync migration guide `__ - Custom Solution ~~~~~~~~~~~~~~~