https://github.com/basho/riak
Riak is a decentralized datastore from Basho Technologies.
https://github.com/basho/riak
Last synced: 7 months ago
JSON representation
Riak is a decentralized datastore from Basho Technologies.
- Host: GitHub
- URL: https://github.com/basho/riak
- Owner: basho
- License: apache-2.0
- Created: 2010-04-16T14:51:16.000Z (over 15 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-01T19:27:08.000Z (over 1 year ago)
- Last Synced: 2025-04-11T04:58:32.907Z (8 months ago)
- Language: Shell
- Homepage: http://docs.basho.com
- Size: 44.4 MB
- Stars: 3,977
- Watchers: 253
- Forks: 537
- Open Issues: 154
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-db - riak - Riak is a decentralized datastore from Basho Technologies. (Erlang)
- awesome-bigdata - Riak - a decentralized datastore. (Key-value Data Model)
- fucking-awesome-bigdata - Riak - a decentralized datastore. (Key-value Data Model)
- awesome-database - Riak - Riak is a decentralized datastore from Basho Technologies. (Key-Value)
- awesome-bigdata - Riak - a decentralized datastore. (Key-value Data Model)
- A-curated-list-of-awesome-big-data-frameworks-ressources-and-other-awesomeness.- - Riak - a decentralized datastore. (Key-value Data Model)
- data-engineering-collection - Riak - a decentralized datastore. (Key-value Data Model)
- awesome-bigdata - Riak - a decentralized datastore. (Key-value Data Model)
- awesome-bigdata - Riak - a decentralized datastore. (Key-value Data Model)
README
# 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](https://github.com/basho/riak_test/blob/develop-3.0/doc/SIMPLE_SETUP.md).
[legacy documentation](https://docs.riak.com/riak/kv/latest/index.html) is still generally relevant.
Issues and PRs can be tracked via [Riak Github](https://github.com/basho/riak/issues) or [Riak KV Github](https://github.com/basho/riak_kv/issues).