From fcc6250ff834ec5f5b10ce7a9c82647075e2e0fa Mon Sep 17 00:00:00 2001 From: Alysson Melo Date: Thu, 26 Nov 2020 11:00:19 -0300 Subject: [PATCH 1/3] Update database.md -updated mLAB information --- _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..51ce14ca8 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 production MongoDB instance, we recommend using [ObjectRocket](https://objectrocket.com/). This is a database-as-a-service company which provide fully managed MongoDB instances, and can help you scale up 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. From 504a75c23bc0b611cd4de802a27c2a1dc2b988c2 Mon Sep 17 00:00:00 2001 From: Alysson Melo Date: Fri, 27 Nov 2020 09:55:31 -0300 Subject: [PATCH 2/3] 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 51ce14ca8..1f7c683cb 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 [ObjectRocket](https://objectrocket.com/). This is a database-as-a-service company which provide fully managed MongoDB instances, and can help you scale up as needed. +If this is your first time setting up a production MongoDB instance, we recommend using either [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) 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. 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. From c866e72a27353fdeb229a7cea615242dd538ea39 Mon Sep 17 00:00:00 2001 From: Alysson Melo Date: Fri, 27 Nov 2020 11:20:32 -0300 Subject: [PATCH 3/3] 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 1f7c683cb..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 [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) 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.