Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

basho/riak

Riak is a decentralized datastore from Basho Technologies.

basho/riak.json
{
"createdAt": "2010-04-16T14:51:16Z",
"defaultBranch": "develop",
"description": "Riak is a decentralized datastore from Basho Technologies.",
"fullName": "basho/riak",
"homepage": "http://docs.basho.com",
"language": "Shell",
"name": "riak",
"pushedAt": "2024-05-01T19:27:08Z",
"stargazersCount": 4003,
"topics": [],
"updatedAt": "2025-11-24T14:42:55Z",
"url": "https://github.com/basho/riak"
}

Riak - a distributed, decentralised data storage system.

Section titled “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.