Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorder #858

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 28 additions & 27 deletions source/sync/device-sync-deprecation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://ably.com/docs/>`__ 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 <https://aws.amazon.com/appsync/>`__ to
learn more.

Ditto
~~~~~

Expand All @@ -54,6 +37,14 @@ Ditto is a real-time edge sync platform for mobile, web, IoT, and server apps.
- `MongoDB Partner Page <https://cloud.mongodb.com/ecosystem/ditto>`__
- `Ditto documentation <https://ditto.live/>`__

PowerSync
~~~~~~~~~

PowerSync is a sync engine that keeps backend databases in sync with on-device
SQLite databases.

- `Atlas Device Sync to PowerSync migration guide <https://docs.powersync.com/resources/migration-guides/mongodb-atlas>`__

ObjectBox
~~~~~~~~~

Expand All @@ -63,6 +54,15 @@ users.
Refer to the `MongoDB + ObjectBox page <https://objectbox.io/mongodb/>`__ 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 <https://aws.amazon.com/appsync/>`__ to
learn more.

HiveMQ
~~~~~~

Expand All @@ -74,22 +74,23 @@ For more information on migration, refer to the following:
- `HiveMQ Reference Architecture Guide <https://cdn.bfldr.com/2URK6TO/as/4s439tj8p7gx94ft7nqfr/Edge_EOL_ref_arch_guide_-_HiveMQ>`__
- `HiveMQ documentation <https://www.hivemq.com/products/hivemq-edge/>`__

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 <https://ably.com/docs/>`__ 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 <https://parseplatform.org>`__

PowerSync
~~~~~~~~~

PowerSync is a sync engine that keeps backend databases in sync with on-device
SQLite databases.

- `Atlas Device Sync to PowerSync migration guide <https://docs.powersync.com/resources/migration-guides/mongodb-atlas>`__

Custom Solution
~~~~~~~~~~~~~~~

Expand Down
Loading