Docs Menu
Docs Home
/ /
Atlas App Services
/

Data API and HTTPS Endpoints Deprecation

On this page

  • MongoDB Drivers and a Native Language Framework
  • Node.js and Express
  • Java and SpringBoot
  • Python and FastAPI
  • MongoDB Drivers and Cloud Native Functions
  • AWS Lambda
  • Azure Functions
  • Google Cloud Run Functions
  • Vercel, Node.js, and Express
  • Partner Solutions
  • Neurelo
  • Hasura
  • Snaplogic
  • Considerations
  • Get Help

As of September 2024, Data API and HTTPS Endpoints are deprecated for Atlas App Services. Data API and HTTPS Endpoints will reach end-of-life and be removed on September 30, 2025. If you use Data API or HTTPS Endpoints, you should migrate to alternative solution providers before the services are removed.

The Data API and HTTPS Endpoints effectively enabled you to create a REST interface to data in your Atlas clusters. Alternative solutions to consider:

  • MongoDB Drivers and a Native Language Framework

  • MongoDB Drivers and Cloud Native Functions

  • Partner Solutions

Leverage MongoDB Drivers with a native language framework of your choice to create REST APIs in your self-managed app stack.

Express is a popular framework for building restful APIs, which can be leveraged with the MongoDB native node driver to expose REST API endpoints for your application.

  • Getting Started with Express, Node, and MongoDB

  • Express Documentation

Java Spring Boot is a framework that streamlines the creation of production-ready Spring-based applications with minimal configuration.

FastAPI is a modern, easy-to-learn, Python 3.6+ framework for building APIs based on standard Python type hints.

Leverage MongoDB Drivers alongside serverless functions to perform CRUD operations.

AWS Lambda is a compute service that runs your code in response to events and automatically manages the compute resources, making it the fastest way to turn an idea into a modern, production, serverless application.

Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs. Instead of worrying about deploying and maintaining servers, the cloud infrastructure provides all the up-to-date resources needed to keep your applications running.

Cloud Run is a managed compute platform that enables you to run containers that are invocable via requests or events.

Vercel is a cloud platform that helps developers build, scale, and secure web applications.

Below are MongoDB partners that offer best-in-class solutions for exposing REST APIs to MongoDB.

Neurelo is a platform for developers designed to simplify working with databases. It provides a powerful database abstraction with an API-first approach, instantly transforming databases into REST and GraphQL APIs. Neurelo offers features such as building and managing schemas with Text-to-Schema support, fully-documented REST and GraphQL APIs (with SDKs) generated from your schema with an API playground, custom API endpoints for complex queries with Text-to-MQL support, multiple CI/CD environments, schema-aware mock data generation, and more.

This abstraction layer enables developers to program with databases through APIs, simplifying communication between the application and the database and making it easier and faster to integrate databases into their applications.

Refer to Neurelo REST API MongoDB Atlas Migration Guide to learn more.

Hasura empowers developers to rapidly build and deploy GraphQL and REST APIs on MongoDB and many other data sources. By radically cutting down API development times, Hasura enables rapid access to data for next-gen applications and services, and enables enterprises to shorten time to market on data-powered products and features.

Refer to Hasura MongoDB GraphQL API Migration Guide to learn more.

Snaplogic provides an integration platform for connecting cloud data sources.

Refer to MongoDB Snap Pack documentation to learn more.

Migrating to an alternative solution implies that you will no longer have access to the auxiliary features provided by Atlas App Services. Depending on which of these features you use, you'll need to implement the equivalent features on your new solution. This process can vary in complexity based on how extensively you rely on these features. When evaluating the alternative solutions, consider the following:

Please contact our support team through the MongoDB Support Portal or your Account Executive.

Back

Data API

Next

Data API Endpoints