Product | Product description |
---|---|
MongoDB is a document-based NoSQL DB, which has very good scalability using open source DB. It isalso very easy to save JSON-type data. |
|
Riak is the Amazon Dynamo-based NoSQL DB. It is storing Key-Value which is Jason document. Key characteristics of Riak is dispersed storage, masterless and data reproduction etc. |
|
Cassandra Database also can be used in VM environment. Cassandra Database is the representative NoSQL which has high scalability. It is good for BigData model-based service, which is showing HA(High Availability) with multi node and non-concentrated structure. |
|
PostgreSQL is ORDBMS(object-relational database management system), provided by license(MIT-style). It supports ACID transaction, succession and UnicodeSQL-92 standard. |