Skip to content

basho/riak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8eb83a · Aug 18, 2023
Dec 28, 2022
May 14, 2014
Mar 8, 2019
Dec 28, 2022
Feb 13, 2023
May 10, 2019
Apr 29, 2020
Aug 7, 2009
Dec 28, 2022
Aug 7, 2009
Aug 18, 2023
Feb 14, 2023
Dec 28, 2022
Feb 6, 2023
Jul 25, 2023
Dec 28, 2022

Repository files navigation

Riak - a distributed, decentralised data storage system.

To build riak, Erlang OTP 22 or higher is required.

make rel will build a release which can be run via rel/riak/bin/riak start. Riak is primarily configured via rel/riak/etc/riak.conf

To make a package, install appropriate build tools for your operating system and run make package.

To create a local multi-node build environment use make devclean; make devrel.

To test Riak use Riak Test.

legacy documentation is still generally relevant.

Issues and PRs can be tracked via Riak Github or Riak KV Github.