MongoDB vs MySQL

Here is a comparison between MongoDB and Relational database, MySQL:   Because of distributed key value store, MapReduce calculation capability and document oriented NoSQL features, MongoDB® is The database for Big Data processing.

How do I start MongoDB

If MongoDB installed successfully through RPM installation/any other process, you’ll usually see the below Mongo binaries in the bin (eg. */opt/mongodb/bin*) folder which will be useful to start the Mongo processes (mongod&mongos). [user@hostname bin]$ pwd /opt/mongodb/bin [user@hostname bin]$ ls -lthr…

Introduction to MongoDB world

MongoDB is an opensource , schema less , nosql database. It uses a form of JSON to store and manipulate its data. Datais actully stored in BSON format which is acronym of binary Json. BSON comes with some utilities on…

MongoDB ONLINE FREE COURSES

M101J: MongoDB for Java Developers Introductory Learn basic installation of MongoDB, JSON, schema design, querying, insertion of data, indexing and working with language drivers. The course project involves building a blogging platform with MongoDB. Code examples will be in Java….

Bulk inserts to MongoDB Collection with a for loop

[user@hostname bin]$ ./mongo hostname:37017/admin -u admin_mongodb -p –ssl MongoDB shell version: 2.4.5 Enter password: connecting to: hostname:37017/admin Welcome to the MongoDB shell. For interactive help, type “help”. For more comprehensive documentation, see http://docs.mongodb.org/ Questions? Try the support group http://groups.google.com/group/mongodb-user rs1:PRIMARY>…

MongoDB Job trends from INDEED.COM (http://www.indeed.com/)

MongoDB Job trends from INDEED.COM (http://www.indeed.com/)

    Here’s a look at the current, trending NoSQL jobs. This is a clear indicator that MongoDB® jobs are the hottest NoSQL jobs in town.      MongoDB® has significant adoption among the Fortune 500 and Global 500 companies. Companies like eBay, The New York…

MongoDB with SSL, KeyFile & Kerberos Authentication

It is recommended that MongoDB uses SSL to ensure any sensitive information is transmitted securely between clients and MongoDB. By default the MongoDB configuration file contains 3 entries for SSL communication. To enable MongoDB to start up using SSL requires…