Exabig | MongoDB
158 FOLLOWERS
Posts about MongoDB written by Krishna Prajapati.
Exabig | MongoDB
4y ago
MongoDB is one of the most popular NoSQL database engines. MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. MongoDB is a distributed database at its core, so high availability, horizontal scaling, and geographic distribution are built in and easy to use
JSON
JavaScript Object Notation (JSON) is an open, human and machine-readable standard that facilitates data interchange, and along with XML is the main format for data interchange used on the modern web. JSO ..read more
Exabig | MongoDB
4y ago
MongoDB backup and restore from docker container is pretty easy. Here’s you could follow.
Please visit my blog previous blog Install MongoDB Docker to setup docker.
Let’s Started
I’ve a running MongoDB Instance.
krishna@ubuntu:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
21ea276f002e mongo "docker-entrypoint..." 46 seconds ago Up 2 seconds 0.0.0.0:27017->27017/tcp mongo
krishna@ubuntu:~$
Backup
Backup of MongoDB database illustrated below.
kr ..read more
Exabig | MongoDB
4y ago
Docker is becoming main streamline to package and deploy self sufficient application containers. It wrap up a piece of software in a complete file system that contains everything it needs to run: code, run-time, system tools, system libraries – anything you can install on a server. This guarantees that it will always run the same, regardless of the environment it is running in. The same Linux kernel and libraries can be shared between multiple containers running on the host.
Please visit my blog previous blog Install Docker to setup docker.
Let’s Started
Docker hub provides images fo ..read more
Exabig | MongoDB
4y ago
Webinar date: Tuesday, June 23, 2015 – 16:15 youtube_url: http://youtu.be/6PnhrC3Vbrw slideshare_url: http://www.slideshare.net/olindata/manage-mongo-with-puppet-webinar-presentation
The post Manage MongoDB with Puppet appeared first on Exabig ..read more