MongoDB

How To Use MongoDB Compass — step-by-step Databases tutorial on Progressive Robot

How To Use MongoDB Compass

With MongoDB Compass, you can access most of the features the MongoDB database engine offers through an intuitive visual display. You can glance through the databases, collections, and individual documents, interactively create queries, manipulate existing documents, and design aggregation pipelines through a dedicated interface.

Read more
From Containers to Kubernetes with Node.js eBook — step-by-step Docker tutorial on Progressive Robot

From Containers to Kubernetes with Node.js eBook

This book is designed to introduce you to using containers and Kubernetes for full-stack development. You’ll use Node.js to build a sample application and then containerize it. From there you will learn how to incorporate an external database and manage development using Docker Compose. After that you’ll learn how to deploy the application on Kubernetes and scale it using Helm.

Read more
How To Perform CRUD Operations in MongoDB Using PyMongo on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Perform CRUD Operations in MongoDB Using PyMongo on Ubuntu 20.04

MongoDB is a general-purpose, document-oriented, NoSQL database program that uses JSON-like documents to store data. PyMongo is the recommended driver for working with MongoDB from Python. This tutorial will cover writing a Python script that creates, retrieves, updates and deletes data in a locally installed MongoDB server on Ubuntu 20.04.

Read more
How To Set Up a Scalable MongoDB Database — step-by-step Databases tutorial on Progressive Robot

How To Set Up a Scalable MongoDB Database

MongoDB is a NoSQL database with great features like replication and sharding built in. This allows you to scale your database to as many servers as you would like by distributing content among them. Use this tutorial to help get everything up and running.

Read more
CHAT