MongoDB basics and Accessing Mongo via Java API driver
Size: 544.91 KB
Language: en
Added: Dec 17, 2014
Slides: 10 pages
Slide Content
Java Driver for MongoDB Presented By : Abhay Nitin pai Branch : M.Tech . C.S.E. Cloud Computing Date : 24/08/2014
MongoDB over Mysql Scalability Query Size Run Time Additions Limited but powerful No Complex Joins Big Data
Cloud Generates Huge data Cloud Computing and Big Data Facebook, Gmail, Zoho , SalesForce , etc. Need appropriate data management system Replication, Journaling and High Availability Web Apps may produce huge amount of data depending on number of users
Languages Supported By MongoDB C C++ C# Python Java Ruby And Many others…….
A short info on Storage Structure Databases doc Collection MongoDB
Driver info Driver Address https :// github.com/mongodb/mongo-java-driver/releases Source Code Address https:// github.com/mongodb/mongo-java-driver API info http://api.mongodb.org/java/current /
Let’s Come to the point Classes needed MongoClient MongoClientURI DB DBCOllection BasicDBObject DBCursors
DEMO System : Windows 8 :: 64 bit Language : Java Mongo Driver : 2.12.3