AvoidErrors
  • HOME
  • WINDOWS
  • APPLE
  • MS OFFICE
  • RASPBERRY PI
  • WORDPRESS
  • TECH TIPS
  • LINUX
  • VIRTUALIZATION
  • FORUM
No Result
View All Result
AvoidErrors
No Result
View All Result

How to Install Riak On Ubuntu 17.04 Server

Miguel by Miguel
May 24, 2017
in Linux
0
Share on FacebookShare on Reddit
RECOMMENDED: Transfer Windows and Installed Data to Another Hard Drive

Riak (pronounced “ree-ack” ) is a distributed NoSQL key-value data store that offers high availability, fault tolerance, operational simplicity, and scalability. In addition to the open-source version, it comes in a supported enterprise version and a cloud storage version.

Riak implements the principles from Amazon’s Dynamo paper with heavy influence from the CAP Theorem. Written in Erlang, Riak has fault tolerance data replication and automatic data distribution across the cluster for performance and resilience.

Riak is licensed using a freemium model: open source versions of Riak and Riak CS are available, but end users can pay for additional features and support.

Riak has a pluggable backend for its core storage, with the default storage backend being Bitcask, Riak has several key features such as:-

– High Availability.
– Massive Scalability.
– Operational Simplicity.
– Fault Tolerant.
– Complex Query Support.

With this tutorial, you are going to learn how you can install Riak on the latest Ubuntu 17.04.

Install Riak

1. At the first we need to update all of our system packages, we can do it by the command “sudo apt-get update“.

2. Once you are done with the update step, add the key of our installation package by the below command.

curl https://packagecloud.io/gpg.key | sudo apt-key add –

3. Use the below 2 commands, add “Riak” to the repository list.

echo “deb https://packagecloud.io/basho/riak/ubuntu/ trusty main” | sudo tee -a /etc/apt/sources.list.d/riak.list

echo “deb-src https://packagecloud.io/basho/riak/ubuntu/ trusty main” | sudo tee -a /etc/apt/sources.list.d/riak.list

4. Re-Update system packages by the command “sudo apt-get update“.

5. Install “Riak”, by this command “sudo apt-get install riak”.

6. Run the below command to start the service of “Riak”, and check it’s status by the second command.

sudo service riak start

sudo service riak status

7. Now “Riak” is successfully installed and working perfect.

8. Our latest step is to verify “Riak”, the first method to verify is using the below command.

sudo riak-admin test

Summary

In this tutorial you had learned how to install Riak on Ubuntu 17.04. We also learned basic configuration of our Riak installation, if you have any inquiry related to the installation process, please comment with it below and i shall reply you ASAP.

Previous Post

Install BASH Command Line tool Windows 10

Next Post

How to Install Windows 10 Creators Update

Miguel

Miguel

I started this tech blog back in 2011 as a place to write down processes I took to fix my client systems and network. Now I write some tips and tricks to help others with the tech issues that one might encounter.

Related Posts

Install ownCloud on Ubuntu 20.04 LTS DigitalOcean
Linux

Install ownCloud on Ubuntu 20.04 LTS DigitalOcean

by Miguel
June 21, 2022 - Updated on June 22, 2022
Completely Remove Windows 11 and Install Ubuntu
Linux

Completely Remove Windows 11 and Install Ubuntu

by Miguel
April 8, 2022

Subscribe to get weekly tutorials direct to your inbox!

Windows

Fix .net Framework 3.5 Missing on Windows 11

by Rhousse
August 13, 2022
Clean Install Windows 11 Without USB
Windows

How to turn off Delivery Optimization on Windows 11

by Muhammad Imran Habib
August 13, 2022
How to Enable Dark Mode on Windows 11
Windows

How to Prevent Users from Changing Proxy Settings in Windows 11

by Muhammad Imran Habib
August 13, 2022
How to Check Laptop Battery Details in Windows 10
Windows

How to Create a New Custom Power Plan in Windows 11

by Muhammad Imran Habib
August 13, 2022
  • Disclaimer & Privacy Policy
  • FAQ
© 2022 Powered by Cloudways
No Result
View All Result
  • HOME
  • WINDOWS
  • APPLE
  • MS OFFICE
  • RASPBERRY PI
  • WORDPRESS
  • TECH TIPS
  • LINUX
  • VIRTUALIZATION
  • FORUM

© 2022 AvoidErrors Powered by Cloudways | Privacy

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.