NoSQL Database
WHAT IS NoSQL DATABASE? The term NoSQL came from the word non SQL or nonrelational. NoSQL = not only SQL, non-SQL. NoSQL databases are non-tabular databases. NoSQL is a database management method that can accept a wide range of data structures. NoSQL databases are classified into different types based on their data model. The main types are document, key-value, wide-column, and graph. They offer flexible schemas and scale well under high user data and high data loads. HISTORY OF NoSQL: Carlo Strozzi created the name "NoSQL" in 1998, however comparable databases had existed since the late 1960s. However, NoSQL development began in earnest in early 2009, and it is fast expanding. NoSQL is a type of next-generation database management system(DBMS). TYPES OF DATABASE IN NoSQL: Database types in NoSQL: Document type Key-value Wide-column Graph Document Type: A Document Database stores data in JSON, BSON, or XML documents. Document Databases are popular with develop...