Introduction to NoSQL
Getting Started with NoSQL What is NoSQL? If we think of the original meaning of the word "NoSQL" it is referring to the meaning Non-relational. At times it is called Not Only SQL . because it supports . SQL like . query languages. One of the main features in NoSQL is that it has its own way of storing and retrieving data. Other than that It has its unique features such as Distributed Horizontally scalable Easy Replication Eventually Consistent Open Source and No transaction support The most popular examples of NoSQL are MongoDB and Cassandra. Why should we use NoSQL? High Scalability and High availability are the main advantages you can gain by using NoSQL. Hig...