I was working on a personal project where I needed some way to to save URL's / Bookmarks of websites that I come across that I would like to reference at a later time. I eventually decided to develop a web
MongoDB
A collection of 12 posts
Generate Random Data for MongoDb
a Python script to generate random data to MongoDb using the Faker library for Python. I will include some of my scripts for Elasticsearch, DynamoDB and CSV at the bottom of this post. Dependencies: $ pip install pymongo $ pip install fake-factory
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
Setup MongoDB on CentOS and Getting Started Guide
MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB's structure in are JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster Setup MongoDB
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!