Tag: MongoDB

How to connect to MongoDB using Mongoose and MongoDB Atlas in Node.js?

Reading Time: 10 minutes MongoDB is one of the most popular No-SQL databases in the developer community today. Instead of SQL objects, No-SQL databases allow developers to send and retrieve data as JSON documents. In this blog, we will demonstrate how to connect to MongoDB using Mongoose and MongoDB Atlas in Node.js. Let’s get started! In this blog, we […]

How to manage backups for Amazon DocumentDB cluster (with MongoDB compatibility) using AWS Backup?

Reading Time: 8 minutes Amazon DocumentDB (with MongoDB compatibility) cluster backups are now supported by AWS Backup, expanding the list of AWS features that are supported across compute, storage, and database. With this release, you’ll be able to maintain and restore backups for the Amazon DocumentDB database clusters via the AWS Backup service all at one place. You can […]

Back To Top