NoSQL Databases
摘要
In the previous two chapters, we have primarily discussed the relational databases that store in tables. This chapter will explore another popular type of database system, called NoSQL. In particular, the background, fundamental features, and data models of four commonly used NoSQL database systems, including key-value, document, column, and graph, will be described. Next, one specific example of a NoSQL database, MongoDB, will be introduced.