Home > riak-talk

riak-talk

Riak-talk is a project mainly written in ..., it's free.

Riak presentation for the CoMO Rich Web NoSQL Smackdown, September 28th 2011

Present all the Riaks

Viewing the slideshow

This is a ShowOff presentation about Riak for CoMO Rich Web's NoSQL Smackdown.

TOC

  1. Intro.
  • Basho
  1. What Riak is
  • Distributed data store, et. al.
  • CAP Theorem
  1. How Riak works
  • Buckets/Keys (example output of bucket/key)
  • Links/Metadata
  • Nodes, Vnodes, and Partitions
  • Distribution
  1. Using Riak
  • API: Reading, writing, and MapReduce
  • curl ex.
  1. New Hotness
  • Secondary Indexes
  • Search
  • Pipe

You can view the presentation here: http://ctshryock.github.com/riak-talk

If you want to view it locally, you need to install Showoff, clone the repo, and then run serve:

$ gem install showoff
$ git clone git://github.com/ctshryock/riak-talk.git
$ cd riak-talk
$ showoff serve

Go to http://localhost:9090 to view the presentation.

Previous:Pimento