Riak performs well as a statement document store
Use Cases and Deployment Scope
Pros
- Consistency model is highly distributed, so uptime of our documents is always available.
- Simple to use RESTful interface, which was easy to access from our Java application.
- Data model using catalogs and indexes was simple, making it easy to store and retrieve our statements.
Cons
- It does not have any native startup scripts in Linux.
- Since it's built on Erlang, its a bit difficult to administer.

