Tuesday, November 20, 2018

Creating Your First MongoDB Atlas Cluster

MongoDB Atlas is an online no-sql database that allows you to run a MongoDB database as a service. Running MongoDB as a service means that you no longer need to host your own servers or manage upgrades. MongoDB Atlas is a PaaS (Platform as a Service) offering that can be hosted on Amazon AWS, Google Cloud Platform, or Microsoft Azure. In this article I will be demonstrating the steps needed to create your first MongoDB Atlas cluster using the Microsoft Azure service, and add JSON documents manually using the Atlas portal.

source https://www.c-sharpcorner.com/article/creating-your-first-mongodb-atlas-cluster/

No comments:

Post a Comment