Skip to content

DOCSP-49656: Add Eden to Data API Deprecation page #883

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

Merged
Merged
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions source/data-api/data-api-deprecation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,25 @@ products and features.
Refer to Hasura's `MongoDB GraphQL API Migration Guide
<https://hasura.io/graphql/database/mongodb>`__ to learn more.

Eden
~~~~

Eden provides a unified API layer that enables applications to interact
seamlessly with MongoDB and diverse backend systems through a single, universal
interface.
By handling the underlying complexity of data infrastructure while supporting
distributed transactions and prepared requests across various data stores, Eden
empowers development teams to focus on what matters most.

Unlike traditional solutions that impose restrictive abstraction layers, Eden
maintains native query support, allowing teams to continue leveraging their
existing MongoDB queries and optimizations. The platform expertly coordinates
multi-endpoint workflows and manages infrastructure concerns, freeing
engineering resources to concentrate on core application development.

Refer to the official `Eden Documentation <https://www.eden.dev/mongodb>`__ to
learn more.

Snaplogic
~~~~~~~~~

Expand Down
5 changes: 2 additions & 3 deletions source/deprecation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ Functions
~~~~~~~~~

Functions will continue to be available within the context of Triggers. Use
cases where a function was being directly accessed through a Realm SDK are
cases where a function was being directly accessed through a Device SDK are
impacted and must migrate to a different solution.

Wire Protocol
~~~~~~~~~~~~~

App Services Wire Protocol is also deprecated alongside the Realm SDKs.
App Services Wire Protocol is also deprecated alongside the Device SDKs.

Data Access Permissions
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -112,4 +112,3 @@ Get Help

Please contact our support team through the `MongoDB Support Portal <https://support.mongodb.com/?_ga=2.106517189.77142833.1725890426-453336878.1698066040>`__
or your Account Executive.

Loading