Have you ever heard about MongoDB? It’s a document-oriented NoSQL database. Instead of keeping data in familiar SQL-tables MongoDB keeps them as collections of JSON-like documents.
Intrigued? Read this tutorial and you will get a general impression about this database in just a minute.