No SQL (Not Only SQL) Core

  1. Why are NoSQL database interesting?

    • a. Application development productivity
    • b. Large scale data
  2. What are categories of NoSQL database?

    • a. Key Value {i.e. Riak, Redis, Memcached}
    • b. Document {i.e. MongoDB, CouchDB}
    • c. Column Family {i.e. Cassandra, HBase, Amazon SimpleDB}
    • d. Graph {i.e. Neo4J}
  3. What are common NoSQL database feature?

    • a. NoSQL database are designed to run on Clusters.
    • b. NoSQL database work without schema, also accept any change on structure of data.
    • c. NoSQL database are not a replacement of Relational Database.
    • d. Most of NoSQL are open source.
  4. What do you mean by Aggregates of data?

    A whole formed by combining several (typically disparate) fields. It comes from Domain driven design.