Riak is a scalable, highly available, open source key-value data store inspired by Dynamo. It provides basic put, get, and delete operations and allows storing metadata with keys. Data is organized into buckets and Riak can scale horizontally as more nodes are added. It also supports eventual consistency, secondary indexes via links, and map-reduce queries.