0% found this document useful (0 votes)
4 views1 page

MongoDB and NoSQL Concepts Overview

The document outlines an assignment focused on various aspects of MongoDB and NoSQL databases, including the MongoDB wired protocol and operations, commands for user management, and concepts related to key/value stores like memcached and redis. It also includes short notes on indexing in CouchDB, using MySQL as a NoSQL solution, and migrating from RDBMS to NoSQL, along with detailed explanations of storage configurations and MongoDB utilities. Additionally, it covers connecting and interacting with databases using PyMongo and includes a demonstration of a PHP blog application.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

MongoDB and NoSQL Concepts Overview

The document outlines an assignment focused on various aspects of MongoDB and NoSQL databases, including the MongoDB wired protocol and operations, commands for user management, and concepts related to key/value stores like memcached and redis. It also includes short notes on indexing in CouchDB, using MySQL as a NoSQL solution, and migrating from RDBMS to NoSQL, along with detailed explanations of storage configurations and MongoDB utilities. Additionally, it covers connecting and interacting with databases using PyMongo and includes a demonstration of a PHP blog application.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Assignment-3

1) Discuss mongoDB wired protocol and any four operation supported by it


2) Write mongoDB commands to do the following
a. Add Admin User b. Authenticate Admin User c. Delete User d. Shutdown User
3) Explain the concept of understanding key/value stores in memcached and redis.
4) Write short notes on
 Indexing and ordering in couchDB
 The B-tree index in couch db
 Indexing in apache Cassandra
5) Write short notes on
 Using mysql as a nosql solution.
 Mostly immutable Data stores.
6) Write short notes on
a. Web framework and nosql
b. Migrating from RDBMS to nosql
7) Explain 4 types of storage configuration in detail
8) Explain mongoImport and mongoExport with syntax and example.
9) Write mongoDB commands for
i. Add Admin user. ii. Authenticate Admin User.
ii. Start the Server. iv. Stop the Server.
10) Discuss connecting and disconnecting, inserting data, finding data, storing data using
PyMongo module
11) Demonstrate Php Program to create a blog application
12) Write short notes on
a) Membase architecture
b) Hyper table
c) Apache Cassandra
d) Hinted Handoff
e) BerkelyDB
f) Bloom filter
13) Discuss the parameters for modifying documents atomically
14) Explain standard message header format in MongoDB

You might also like