List Databases in Mongo Shell

Introduction If you’re using MongoDB to store data, it’s important to get acquainted with the Mongo Shell. This command-line interface (CLI) is an interactive tool written in JavaScript that allows you to query or even modify MongoDB collections and their BSON documents. In this article, we’ll demonstrate different ways to list databases in Mongo Shell. … Continued

How to Run and Deploy Redis in Docker

Introduction Redis is a key-value data store that allows users to store and retrieve data at lightning-fast speeds. This zippy performance makes Redis an ideal choice to run in a Docker container. In this article, we’ll show you how simple it is to use Redis and Docker together. We’ll explain each step that’s needed to … Continued

Go Lang and MongoDB Web App MVC pattern Part 7

Introduction This is part seven of a multi-part tutorial series explaining how to create a Go Lang and MongoDB web app with MVC pattern. Parts one through six of this seven-part tutorial series covered how to set up the project development environment and create a sample database in MongoDB, configure the database connection and create … Continued

Step-by-Step Guide to Install Redis

Introduction If you’re just getting started with Redis, installing this in-memory data store is the first task you’ll need to accomplish. The steps required for the installation will vary somewhat depending on the operating system you’re using on your local machine. In this article, we’ll provide step-by-step instructions to install Redis on macOS and various … Continued

Update MongoDB Document using Laravel 1169

Introduction If you’re using Laravel for your web projects, you may want your apps to be able to interact with MongoDB. It’s easy to use Laravel to perform a variety of database operations with MongoDB, such as inserts, deletes and updates. In this article, we’ll show you how to update a MongoDB document using Laravel … Continued

Install and Setup MongoDB on a Raspberry Pi (Part 2)

Introduction This article is the second installment in our Raspberry Pi series. Over the course of this series, we’ll show you how to set up Raspbian Linux on a single-board computer and run a MongoDB server that’s accessible to all devices on a local network. In the first article, we showed you how to install … Continued

Install and Setup MongoDB on a Raspberry Pi (Part 1)

Introduction If you’re interested in running MongoDB on your Raspberry Pi device, it’s important to know how to complete the proper setup and installation process. This tutorial series will explain everything you need to know about getting started with MongoDB and Raspberry Pi. In this first article, we’ll show you how to set up and … Continued

Run Redis with Docker Compose

Introduction This tutorial will explain how to run Redis with Docker Compose. Compose is designed to run multi-container Docker applications using a YAML file for configuring the application’s services. Once configured, all the functions can then be created and started with a single command. This article will provide precise instructions on how to build a … Continued

Use Mongo Shell to Create a Database

Introduction If you’re planning to use MongoDB to store data, it’s important to know how to perform operations within the Mongo shell. The Mongo shell is an interactive interface for MongoDB that allows you to both manipulate data in your collections as well as perform many administrative operations. In this article, we’ll focus on the … Continued

Retrieve MongoDB Document using Laravel

Introduction If you’re building apps using the Laravel PHP framework, you may want your application to communicate with a MongoDB database. Fortunately, Laravel can be configured to handle a variety of database operations, such as retrieving a specific document from a collection. In this article, we’ll show you how to retrieve a MongoDB document using … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.