Riak is a highly scalable distributed data store written in Erlang. The document introduces Riak and describes how to store and retrieve data using its HTTP API. It explains how to set up a 3-node Riak cluster locally and store objects in buckets with or without user-defined keys. Sample curl commands are provided to store plain text and JSON objects in different buckets.