Ask HN: Has anyone used Riak? Thoughts?
1–10 of 15 posts
Re: Ask HN: Has anyone used Riak? Thoughts?
#2I worked on some systems that supported Riak as a deployment option in 2013, but haven't since.
There isn't much recent news on it: https://aphyr.com/posts/285-jepsen-riak is from 2013 and Aphyr hasn't written about it in years. Armchair suspicion since we haven't heard about it in years is that it's pretty much end-of-life, deployed in a few legacy sites. But I'm curious too if it's still being considered for modern infra.
Re: Ask HN: Has anyone used Riak? Thoughts?
#3Re: Ask HN: Has anyone used Riak? Thoughts?
#4Do you have a link to what you're referring to? I'm only aware of Riak K/V database: https://en.m.wikipedia.org/wiki/Riak
Re: Ask HN: Has anyone used Riak? Thoughts?
#5We replaced it with postgres+timescale on one average server. Now after main contributing company folded, Riak is pretty much dead. But it never gave us any operational problems, was very stable.
Re: Ask HN: Has anyone used Riak? Thoughts?
#6Do you have a link to what you're referring to? I'm only aware of Riak K/V database: https://en.m.wikipedia.org/wiki/Riak
Re: Ask HN: Has anyone used Riak? Thoughts?
#7There is a core of maintainers who care about Riak (after the company Basho ended many years ago) and it appears that most work has been moved into the OpenRiak repository.
Re: Ask HN: Has anyone used Riak? Thoughts?
#8Re: Ask HN: Has anyone used Riak? Thoughts?
#9Re: Ask HN: Has anyone used Riak? Thoughts?
#10It claims to be a distributed nosql kv store, very different to k8s. You might have just as much luck with eg. Clickhouse. Or boring old postgres. I worked on some systems that supported Riak as a deployment option in 2013, but haven't since. There isn't much recent news on it: https://aphyr.com/posts/285-jepsen-riak is from 2013 and Aphyr hasn't written about it in years. Armchair suspicion since we haven't heard ab…