Install the riak database in Linux/centos with a highly scalable distributed data storage service

Source: Internet
Author: User
Tags riak centos

Riak is a highly scalable distributed data storage written in Erlang. Riak is implemented based on Amazon Dynamo. One of Riak's design goals is high availability. Riak supports multi-node systems. Each read/write request does not require the participation of all nodes in the cluster. Provides a flexible map/reduce engine and a friendly HTTP/JSON query interface.

Riak is very easy to deploy and expand. You can seamlessly add additional nodes to the cluster. Features such as link walking and support for Map/Reduce allow for more complex queries. In addition to HTTP APIs, Riak also provides a native Erlang API and support for Protocol Buffer.

APIs support common HTTP methods: GET, PUT, POST, and DELETE, which are used to retrieve, update, create, and DELETE objects respectively.
Essential components:

Gcc
Gcc-c ++
Glibc-devel
Make
Pam-devel

Install related components using yum

Sudo yum install gcc-c ++ glibc-devel make git pam-devel

Start Installation

Wget http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.0.0/riak-2.0.0.tar.gz
Tar zxvf riak-2.0.0.tar.gz
Cd riak-2.0.0
Make rel

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.