WEEK 8 : NoSQL Flashcards
What is NoSQL?
A category of DBMS that provide a scalable and flexible approach to storing and achieving data, especially large amounts of structured and unstructured data.
What are the characteristics of NoSQL?
Flexible data models, horizontal scalability and high availability.
What is JSON?
A lightweight, text based data interchange format used for structuring and representing data.
What is JSON used for?
Transmitting data between a server and web application.
What are the characteristics of JSON?
Data structure, human readable, language agnostic, lightweight and supported data types.
What are the NoSQL data based model types?
Document based, key value Stores, column family and graph.
What is Document Based Model?
The storing and structuring of data as self-contained documents.
What are the characteristics of document based?
Flexible schema, documents collection and fields and values.