Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.25 KB

lesson3.md

File metadata and controls

29 lines (18 loc) · 1.25 KB

Week 11 Lesson 3

NoSQL Data Storage

In this lesson, you will learn about NoSQL data stores, which are new data storage techniques that are not only SQL. These new storage techniques can provide improved performance for specific types of data that do not necessarily fit in the relational database table format such as documents or dictionary structures.

###Objectives ### By the end of this lesson, you will be able to:

  • Understand the NoSQL concept and specific storage concepts.
  • Understand the basic concepts behind the document oriented MongoDB.
  • Understand the basic concepts behind the key-value/column-oriented datastore Apache Cassandra

Time Estimate

Approximately 2 hours.

Readings

Optional Additional Readings####

Assessment

When you have completed and worked through the above readings, please take the Week 11 Lesson 3 Assessment.