- BigTable
- Google developed
BigTable to store the
vast amount of data in:
- Webpage indexing,
Gmail,
Google Map,
etc...
|
- BigTable is a
"column-based"
data storage system
|
- DynamoDB
- By Amazon
- Available in Amazon's
cloud services
- DynamoDB is a
"key-value"
data storage system
|
- Cassandra
- By Facebook
- Cassandra is a
hybrid system beased on:
the
key-value
and the
column-based system
|
- MongDB
- Data storage system for
documents in the
JSON format
|
- NeoJ
- Data storage system for
graphs
|
|