Templates by BIGtheme NET

NOSQL

Insert operation with mongo-java-driver 3.0.2

In this Article, I will show different ways of inserting document into MongoDB database. Tools used : 1) eclipse version Luna 4.4.1. 2) Maven 3.3.3 3) MongoDB 3.0.6 Server. 4) mongo-java-driver 3.0.2. 5) Java 1.8 If you are completely new to mongodb, please refer mongodb-quick-start Prerequisites : 1) mongodb Server should be up and running. 2) collection should be created ...

Read More »

MongoDB CRUD Operation Using Java

In this Article, I will show How to connect to MongoDB database from java. How to perform retrieve, insert, update and delete operations. Tools used : 1) eclipse version Luna 4.4.1. 2) Maven 3.3.3 3) MongoDB 3.0.6 Server. 4) mongo-java-driver 3.0.2. 5) Java 1.8 If you are completely new to mongodb, please refer mongodb-quick-start Prerequisites : 1) mongodb Server should ...

Read More »

MongoDB Quick Start

In this Article, I will show How to start quick development with MongoDB. How to start/stop MongoDB server. How to start MongoDB Shell. How create and use own collection. What is MongoDB? 1) MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. 2) MongoDB documents are similar to JSON objects. Simple Steps to be ...

Read More »