Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Riak CS Introduction
Search
Basho Technologies
April 02, 2013
Technology
7
3.8k
Riak CS Introduction
Intro to Riak CS presentation. Covers architecture, features, operations, stats and interfaces.
Basho Technologies
April 02, 2013
Tweet
Share
More Decks by Basho Technologies
See All by Basho Technologies
Ringpop by Uber
basho
1
7.5k
Realtime Systems for Social Data Analysis (RICON East 2013)
basho
3
990
How Do You Eat An Elephant? (RICON East 2013)
basho
0
1.4k
Revolution in Storage (RICON East 2013)
basho
4
1.7k
Automatically Scalable Computation (RICON East 2013)
basho
2
1.7k
Riak Enterprise Revisited (RICON East 2013)
basho
0
420
Large Scale Data Service as a Service (RICON East 2013)
basho
0
1.3k
Optimizing LevelDB for Performance and Scale (RICON East 2013)
basho
5
2.8k
Firefighting Riak at Scale (RICON East 2013)
basho
1
650
Other Decks in Technology
See All in Technology
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
740
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
180
複数クラスタ運用と検索の高度化:ビズリーチにおけるElastic活用事例 / ElasticON Tokyo2026
visional_engineering_and_design
0
160
ナレッジワーク IT情報系キャリア研究セッション資料(情報処理学会 第88回全国大会 )
kworkdev
PRO
0
200
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
130
[JAWSDAYS2026]Who is responsible for IAM
mizukibbb
0
660
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
460
楽しく学ぼう!ネットワーク入門
shotashiratori
4
3.3k
IBM Bobを使って、PostgreSQLのToDoアプリをDb2へ変換してみよう/202603_Dojo_Bob
mayumihirano
1
350
ランサムウエア対策してますか?やられた時の対策は本当にできてますか?AWSでのリスク分析と対応フローの泥臭いお話。
hootaki
0
130
AI時代の「本当の」ハイブリッドクラウド — エージェントが実現した、あの頃の夢
ebibibi
0
120
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
360
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
How STYLIGHT went responsive
nonsquared
100
6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Why Our Code Smells
bkeepers
PRO
340
58k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
260
Done Done
chrislema
186
16k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Evolving SEO for Evolving Search Engines
ryanjones
0
150
[SF Ruby Conf 2025] Rails X
palkan
2
830
エンジニアに許された特別な時間の終わり
watany
106
240k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Transcript
Simple, Available Cloud Storage
github.com/basho twitter.com/basho docs.basho.com
Overview
On March 27, 2012 Basho announced a new product called
Riak CS
On March 20, 2013 Riak CS became open source
Riak CS is... enterprise cloud storage Riak S3-compatibility multi-tenancy per
user reporting built on top of large object storage
Enabling you to host your own PUBLIC PRIVATE & CLOUDS
or…. Reliable Storage Behind Apps
About Riak
Riak Dynamo-inspired key/value store Written in Erlang with C/C++ Open
source under Apache 2 license Thousands of production deployments
Riak High availability Low-latency Horizontal scalability Fault-tolerance Ops friendliness
Riak Masterless • No master/slave or different roles • All
nodes are equal • Write availability and scalability • All nodes can accept/route requests
Riak No Sharding • Consistent hashing • Prevents “hot spots”
• Lowers operational burden of scale • Data rebalanced automatically
Riak Availability and Fault-Tolerance • Automatically replicates data • Read
and write data during hardware failure and network partition • Hinted handoff
How It Works
Riak CS Riak Stanchion
Riak CS node for every node of Riak 1
Riak Node Riak Node Riak Node Riak Node Riak Node
Large Object Riak CS S3 API Reporting API Riak CS S3 API Reporting API Riak CS S3 API Reporting API Riak CS S3 API Reporting API Riak CS S3 API Reporting API 1. User uploads an object 1 MB 2. Riak CS breaks object into 1 MB chunks 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 1 MB 3. Riak CS streams chunks to Riak nodes 4. Riak replicates and stores chunks
USERS multi-tenancy: Riak CS will track individual usage/stats access_key secret_key
users identified by users authenticated by
BUCKETS users create buckets. buckets are like folders. store objects
in buckets. names are globally unique.
OBJECTS stored in buckets. objects are opaque. store any file
type.
Features
Riak CS Large Object Support • Started with 5GB /
object • Now have multipart upload • Content agnostic
Riak CS S3-Compatible API • Use existing S3 libraries and
tools • RESTful operations • Multipart upload • S3-style ACLs for object/bucket permissions • S3 authentication scheme
Riak CS Administration and Users • Interface for user creation,
deletion, and credentials • Configure so only admins can create users
Riak CS New Stuff in Riak 1.3 • Multipart upload:
parts between 5MB and 5GB • Support for GET range queries • Restrict access to buckets based on source IP
Riak CS
Riak CS Packages • Debian • Ubuntu • FreeBSD •
Mac • Red Hat Enterprise • Fedora • SmartOS • Solaris • Source
Operations
stats DTrace & built-in support track access & storage per
user monitor total cluster ops inspect ops with DTrace probes
OPERATIONAL STATS exposed via HTTP resource: /riak-cs/stats block bucket object
GET, PUT, DELETE LIST KEYS, CREATE, DELETE, GET/PUT ACL GET, PUT, DELETE HEAD, GET/PUT ACL HISTOGRAMS & COUNTERS
TRACK INDIVIDUAL USER’S THE “USAGE” BUCKET ACCESS STORAGE
QUERY USAGE STATS Storage and access statistics tracked on per-user
basis, as rollups for slices of time • Operations, Count, BytesIn, BytesOut, + system and user error • Objects, Bytes
Partnerships
Citrix CloudStack • Combined platform for compute and storage •
Summer ‘13: integrated authentication support • Videos on our blog
Enterprise
Multi-Datacenter Replication • For active backups, availability zones, disaster recovery,
global traffic • Real-time or full-sync • 24/7 support • Per-node or storage-based pricing
basho.com SIGN UP FOR AN ENTERPRISE DEVELOPER TRIAL http://docs.basho.com/
RICON.io A distributed systems conference RICON25Web for 25% off
github.com/basho twitter.com/basho docs.basho.com
Q&A