basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.94k stars 536 forks source link

State of Riak TS? #1072

Closed l2dy closed 3 years ago

l2dy commented 3 years ago

The docs ask me to clone this repository, but I can't find anything specific to Riak TS here. Has it been unified with Riak KV?

git clone --branch riak_ts-1.5.2 https://github.com/basho/riak.git
cd riak_ts-1.5.2
make locked-deps
make rel
martinsumner commented 3 years ago

There's been no work on Riak TS since basho folded. A lot of very interesting work on Riak TS was done on it prior to basho folding, but with a lack of real-world users none of that work has been progressed.

The tag referred to in the docs is present, you may still be able to build and run it - but given the lack of support for an up-to-date OTP release, I would not recommend using TS for any production use cases.

l2dy commented 3 years ago

Thanks for the information. I thought it was a branch and didn't check the tags.