From fa348c447ce5bb48a76c9d4f889ae3213a9eb82b Mon Sep 17 00:00:00 2001 From: Alysson Melo Date: Fri, 27 Nov 2020 11:27:40 -0300 Subject: [PATCH] Update database.md (#799) * Update database.md -updated mLAB information * Update database.md * Update database.md --- _includes/parse-server/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/database.md b/_includes/parse-server/database.md index 4d30a1b40..df524d0d3 100644 --- a/_includes/parse-server/database.md +++ b/_includes/parse-server/database.md @@ -13,7 +13,7 @@ The Mongo requirements for Parse Server are: * MongoDB version 3.6 * An SSL connection is recommended (but not required). -If this is your first time setting up a production MongoDB instance, we recommend using either [mLab](http://www.mLab.com) or [ObjectRocket](https://objectrocket.com/). These are database-as-a-service companies which provide fully managed MongoDB instances, and can help you scale up as needed. +If this is your first time setting up a MongoDB instance, we recommend a Database-as-a-Service (DBaaS) like [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) or [ObjectRocket](https://objectrocket.com/) which provide fully managed MongoDB instances and can help you scale as needed. When using MongoDB with your Parse app, you need to manage your indexes yourself. You will also need to size up your database as your data grows.