What is NoSQL?
NoSQL databases, which are also known as "not only SQL", are non tabular. NoSQL stores data differently than relational tables. These databases have different varities corresponding to different data model. The main types are document, key-value, wide-column, and graph. They provide flexible schemas and scale easily with large amounts of data and high user loads.
Some examples of NoSQL are MongoDB,