

1) Key-Value Storage: Stores the dataset in key and value format consisting of big hash table of keys and values.
Ex: Amazon DynamoDB
2) Column Based Store: In this case, each storage block contains data from only one column.
Ex: Cassandra, HBase
3) Document-Based Storage: It stores up a document where data made of tag elements.
Ex: MongoDB, CouchDB
4) Graph-Based Storage: In this case, a network database uses edges and nodes to represent and store the data.





