Parse Shutdown: How to Seamlessly Continue Operations with Azure and MongoDB Cloud Manager

Dana Groce and Rahul Dhodapkar

It has now been a few months since Parse announced their shutdown, and we at MongoDB are working to develop resources and options for users interested in migrating to other environments. We previously announced our guide to migrating from Parse to AWS and MongoDB Cloud Manager and are now adding a comprehensive guide to migrating a Parse backend to Azure with Cloud Manager.

Along with Parse’s moving on announcement, they released Parse Server, an open source replacement for their hosted backend. Along with Parse Server, they have provided a practical migration path from their hosted solution to a private one. To use this solution, a team needs to

  1. provision a private MongoDB database,
  2. migrate their Parse data to that MongoDB,
  3. deploy the Parse Server into a hosting environment of their choosing, and
  4. update their client to issue API calls to their new Parse Server.

MongoDB Cloud Manager’s tight integration with Azure makes it easy to setup a MongoDB deployment.

This guide is for mobile developers and does not assume any prior experience with MongoDB, Node.js, or Azure. Each section provides a complete, high-level checklist with detailed, step-by-step directions. In addition, there are great jumping-off points to the specific MongoDB documentation relevant to those migrating from Parse, such as how to manage indexes and set up monitoring.


Migrate from Parse to MongoDB and Azure