TrustRadius: an HG Insights company

Riak Information Reviews & Insights

Score10 out of 10

11 Reviews and Ratings

Community insights

TrustRadius Insights for Riak are summaries of user sentiment data from TrustRadius reviews and, when necessary, third party data sources.

Business Problems Solved

Riak, a versatile database, has been widely utilized by various teams within organizations for a range of purposes. Users have found it extremely valuable in migrating applications from data centers to the cloud, thanks to its ability to write data that is replicated in the cloud for service lookups. Additionally, Riak's unique feature of linking objects in the database has proven instrumental in constructing hierarchical trees of documents that represent important student administrative and testing data. It serves as a foundation for the operational data store's data model and plays a pivotal role as the backend for the weekly build cycle, which processes massive amounts of data for millions of industrial parts every week. Users have also leveraged Riak's capability to simultaneously feed metadata about each item, which ensures a reliable picture of what the front-end should look like and aids in purging old data. Furthermore, Riak serves as the main database for various web applications such as storage of generated daily merchant statements and for products like the Dittach Platform, where it stores information on all objects and documents managed within the environment. One of the key factors behind choosing Riak is its high availability, scalability, and built-in Apache SOLR for fast searching and indexing, which further enhances its suitability across different use cases.

Riak Reviews

2 Reviews
InformationComputer Software2

Riak is highly available, highly scalable, and has a fast search index.

Rating: 8 out of 10
Incentivized

Use Cases and Deployment Scope

Riak is used as the main database/K-V Store for the company's product, the Dittach Platform. It is used to store information on all the objects/documents we manage in our environment. We selected Riak because it is highly available, highly scalable, and has Apache SOLR built into the data store for fast searching and indexing.

Pros

  • Highly available: If nodes go offline for any reason, the system still operates.
  • Highly scalable: There is a minimum of 5 nodes, which can handle a lot by themselves. When scaling is required, it can be done easily, with minimal to no downtime on large scales.
  • Very fast searching: Riak has SOLR indexing built-into the core product, which makes querying for data very fast.

Cons

  • When the index definition changes, reindexing takes an extremely long time.
  • Support (both paid and community based) is very very lacking.
  • It is expensive to run.

Likelihood to Recommend

Riak is very good if you need a resilient data store that can handle large amounts of documents very fast. If you have 1,000,000 documents and need to execute complex queries, it is great.
Riak's SOLR engine is fast, however if you have extremely high amount of queries in a very limited time range, it can fail in a bad way.

My Riak Review

Rating: 9 out of 10
Incentivized

Use Cases and Deployment Scope

We are using Riak as a backend to our weekly build cycle that processes data for millions of industrial parts each week. The system that we actually feed to is not always 100% reliable, but we simultaneous feed metadata about each item to Riak to keep as a reliable picture of what our front-end *should* look like. This is also useful for purging old data. We built this system several years ago and have been using it consistently and reliably.

Pros

  • Reliability -- we rarely have to do anything to maintain our Riak instance. It is just online and available for whatever we throw at it.
  • The Riak Python client is an excellent tool and handles parallel writes/reads very well
  • There is a large and very receptive community or Riak users and developers who seem to be able to help with most technical questions that have arisen.

Cons

  • It would be nice if there was a better way to configure Riak for multiple nodes with less manual configuration. Really, it's not a big deal, but I am being asked to write a "con" so this is what I thought of.

Likelihood to Recommend

Riak is ideal for any situation that requires a reliable backend datastore.

However, for relatively small key-value lookups, I would recommend an in-memory data-store such as Redis.