Skip to main content
TrustRadius
Riak

Riak

Overview

What is Riak?

Riak is a NoSQL database from Basho Technologies in Bellevue, Washington.

Read more
Recent Reviews

TrustRadius Insights

Riak, a versatile database, has been widely utilized by various teams within organizations for a range of purposes. Users have found it …
Continue reading

My Riak Review

9 out of 10
December 11, 2015
Incentivized
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 …
Continue reading
Read all reviews

Reviewer Pros & Cons

View all pros & cons
Return to navigation

Pricing

View all pricing
N/A
Unavailable

What is Riak?

Riak is a NoSQL database from Basho Technologies in Bellevue, Washington.

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Would you like us to let the vendor know that you want pricing?

9 people also want pricing

Alternatives Pricing

What is MongoDB?

MongoDB is an open source document-oriented database system. It is part of the NoSQL family of database systems. Instead of storing data in tables as is done in a "classical" relational database, MongoDB stores structured data as JSON-like documents with dynamic schemas (MongoDB calls the format…

What is Redis™*?

Redis is an open source in-memory data structure server and NoSQL database.

Return to navigation

Product Details

Riak Technical Details

Operating SystemsUnspecified
Mobile ApplicationNo
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(11)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

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.

Attribute Ratings

Reviews

(1-6 of 6)
Companies can't remove reviews or game the system. Here's why
Nicholas Adams | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
  • Key-Value storage along with CRDTs
  • Fault tolerance
  • 100% uptime
  • Massively scalable
  • Consistent response speeds
  • Multi datacentre replication
  • Geographic replication/redundancy
  • Is free to use
  • Lots of client libraries
  • Missing a free text search function
  • More security work
  • Multi-tenant reporting
  • More types of index optimised for different structures
  • Automating repairs especially after unclean shutdowns
  • WebDAV/Samba shares for Riak CS
  • Implementing the SQL queries from Riak TS in Riak KV
  • Settable replication bandwidth caps
  • Safemode start up after failure
  • More client integrations
Adam Stern | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
  • 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.
  • 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.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • 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.
  • It does not have any native startup scripts in Linux.
  • Since it's built on Erlang, its a bit difficult to administer.
Jared Holmberg | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • If you're considering a NoSQL solution, one of Riak's strengths is that it is built to scale with very low management overhead. Compare Riak to something like HBase (requires a full Hadoop cluster, along with YARN, and Zookeeper), and you'll find it's much easier to set up and maintain.
  • Schemaless design in Riak makes it really easy to apply whatever design you like. Since you're not locked into seeing things just the SQL way, you've got more freedom with the type of data you store and the way you store it.
  • Riak is highly reliable. It's built on a platform that's meant to be incredibly resistant to failure. If you run in Riak in a cluster or cloud based environment, you can trust that it will be very dependable.
  • At the time I was using Riak, data was stored as blobs so you couldn't query the data directly on the server. This has since been remedied with the addition of full-text search support.
December 11, 2015

My Riak Review

Jeff Peck | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • 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.
  • 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.
Gerald Chenvert | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User
Incentivized
  • Riak is great at handling large volumes of requests. We've seen Riak perform well under large volume while keeping response times quite low.
  • Riak is also fast providing consistent sub 10ms reads in both the datacenter and cloud.
  • Flexible allowing storage of numerous data types. We heavily leverage this to store various JSON documents in a single bucket.
  • We really like the RESTful interface that is provided. Makes the learning curve almost invisible and provides a quick speed to market in using Riak.
  • Deletes!!! We've seen on numerous occasions where Riak has "resurrected" deleted data. We've worked with Basho numerous times and tried multiple changes to the way we interact with Riak to prevent the problem but it still remains. The deletes seem to reappear weeks, even months, after the delete was issued. We've had to work around this issue by providing a "deleted" flag for all data objects stored in Riak. Thus, we do no delete but simply flip the flag. Excess baggage we would really like to not have to worry about.
  • Search. Currently there's no way to tell what data you have in Riak without already knowing a particular bucket/key. There is a way to list the keys for a given bucket but due to performance implications, this is not a viable method to lookup data. Especially when you have a large amount of keys in the bucket.
Return to navigation