http://programmershelper.com
MongoDB is an open source database that uses a document-oriented data model
MongoDB is built on an architecture of collections and
documents.
Documents comprise sets of key-value pairs
Like other NoSQL databases, MongoDB supports dynamic schema design
• whereas NoSQL database are primarily called as non-relational or distributed database.
• In NoSQL database, queries are focused on collection of documents. Sometimes it is also called
as UnQL (Unstructured Query Language)
• NoSQL database examples: MongoDB, BigTable, Redis, RavenDb, Cassandra, Hbase, Neo4j
and CouchDb
• On the other hand, NoSQL databases are horizontally scalable. You can just add few more
servers easily in your NoSQL database infrastructure to handle the large traffic
• http://programmershelper.com
• http://programmershelper.com/mongodb-replication-working/
• http://docs.thinkboxsoftware.com/products/deadline/7.0/1_User
%20Manual/manual/system-requirements.html
• https://www.tutorialspoint.com/mongodb/mongodb_java.htm

MongoDB

  • 1.
  • 2.
    MongoDB is anopen source database that uses a document-oriented data model MongoDB is built on an architecture of collections and documents. Documents comprise sets of key-value pairs Like other NoSQL databases, MongoDB supports dynamic schema design
  • 19.
    • whereas NoSQLdatabase are primarily called as non-relational or distributed database. • In NoSQL database, queries are focused on collection of documents. Sometimes it is also called as UnQL (Unstructured Query Language) • NoSQL database examples: MongoDB, BigTable, Redis, RavenDb, Cassandra, Hbase, Neo4j and CouchDb • On the other hand, NoSQL databases are horizontally scalable. You can just add few more servers easily in your NoSQL database infrastructure to handle the large traffic
  • 24.
    • http://programmershelper.com • http://programmershelper.com/mongodb-replication-working/ •http://docs.thinkboxsoftware.com/products/deadline/7.0/1_User %20Manual/manual/system-requirements.html • https://www.tutorialspoint.com/mongodb/mongodb_java.htm