Setup a 3 Node Replica-Set MongoDB Cluster to showcase data durability on Civo Cloud
NoSQL
A collection of 9 posts
Setup a 5 Node Highly Available Elasticsearch Cluster
This is post 1 of my big collection of elasticsearch-tutorials which includes, setup, index, management, searching, etc. More details at the bottom. In this tutorial we will setup a 5 node highly available elasticsearch cluster that will consist of 3
Create Read Only Users in MongoDB
In this post I will demonstrate how to setup 2 read only users in MongoDB. One user that will have access to one MongoDB Database and all the Collections, and one user with access to one MongoDB Database and only
Experimenting with Python and Flata the Lightweight Document Orientated Database
Flata is a lightweight document orientated database, which was inspired by TinyDB and LowDB. Why Flata? Most of the times my mind gets in its curious states and I think about alternative ways on doing things, especially testing lightweight apps
MongoDB Examples with the Mongo Shell
In this post we will go through some basic examples on how to write, read, update and delete data with MongoDB using the Mongo Shell. Pre-Requisites: You will need to have a running MongoDB Server, you can follow this post
Setup a 3 Node MongoDB Replica Set on Ubuntu 16
Today we will setup a 3 Node Replica Set for MongoDB on Ubuntu 16. A Replica Set is a form of data replication, so that your data resides on more than one node for data durability. We will setup the
How to Setup MongoDB Server on Ubuntu and Enable Authentication
Introduction: Today we will setup a Single Instance of MongoDB Server on Ubuntu and will be using Ubuntu 16.04 for this tutorial. What is MongoDB? MongoDB is one of the NoSQL types of Databases, which is designed as shema-less
MongoDB Setup Sharded Cluster
Our Environment: #HOSTNAME IP_ADDR mongo-router 192.168.1.120 mongo-config 192.168.1.121 mongo-shard-1 192.168.1.126 mongo-shard-2 192.168.1.127 mongo-shard-3 192.168.1.128 Install Packages: yum install epel-release -y yum install mongodb-org* Setup
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!