Skip to content

Commit

Permalink
Merge branch 'master' into deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb authored Sep 26, 2024
2 parents f0aa5bd + 79a3768 commit 0120035
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 17 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/check-autobuilder.yml

This file was deleted.

11 changes: 11 additions & 0 deletions source/data-api/data-api-deprecation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ based on standard Python type hints.
- `Getting Started With MongoDB and FastAPI <https://www.mongodb.com/developer/languages/python/python-quickstart-fastapi/>`__
- `FastAPI Documentation <https://fastapi.tiangolo.com/>`__

RESTHeart
~~~~~~~~~

RESTHeart is an open source runtime that leverages MongoDB features via
REST, GraphQL, and WebSocket APIs to provide a persistent data API. RESTHeart
provides REST APIs for MongoDB features, built-in Authentication and Authorization,
and support for Java, Kotlin, JavaScript, and Typescript.

- `RESTHeart documentation <https://restheart.org/docs/>`__


MongoDB Drivers and Cloud Native Functions
-------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/logs/function.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Fields
- The data center in which the function was executed.

* - Logs
- A list of ``console.log`` outputs. App Services saves the first 512 bytes of the first 25 ``console.log()`` calls.
- A list of ``console.log`` outputs. App Services saves the first 512 bytes of the last 25 ``console.log()`` calls.

Error Fields
------------
Expand Down
25 changes: 23 additions & 2 deletions source/sync/device-sync-deprecation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Ditto

Ditto is a real-time edge sync platform for mobile, web, IoT, and server apps.

- `Ditto Reference Architecture Guide <https://cdn.bfldr.com/2URK6TO/as/4ngjrpbb4m8zn3bv6rcx9hkq/Edge_EOL_ref_arch_guide_-_Ditto>`__
- `Atlas Device Sync to Ditto migration guide <https://docs.ditto.live/support/mongodb-migrationguide>`__
- `MongoDB Partner Page <https://cloud.mongodb.com/ecosystem/ditto>`__
- `Ditto documentation <https://ditto.live/>`__
Expand All @@ -44,6 +45,15 @@ SQLite databases.

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

ObjectBox
~~~~~~~~~

ObjectBox offers on-device power with cloud sync that scales to millions of
users.

Refer to the `MongoDB + ObjectBox page <https://objectbox.io/mongodb/>`__ on
the ObjectBox website to learn more.

AWS AppSync
~~~~~~~~~~~

Expand All @@ -59,8 +69,10 @@ 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 <https://www.hivemq.com/products/hivemq-edge/>`__
to learn more.
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/>`__

Ably
~~~~
Expand All @@ -70,6 +82,15 @@ 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>`__

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

Expand Down

0 comments on commit 0120035

Please sign in to comment.