Talks

Ruby for Distributed Storage System

RubyKaigi 2017
http://rubykaigi.org/2017/presentations/tagomoris.html

Storage systems is a big topic in distributed systems, which requires high stability, reliability and performance. There are many OSS distributed storage systems, but most of these are implemented in Java and other JVM languages (just some others are in C++, Riak, etc). An OSS distributed storage, bigdam-pool, is implemented both in Java and Ruby and I'm getting a benchmark score for both implementations. This talk will show the details of benchmark result, and what I learnt from this trial.

- Providing HTTP API in a daemon
- Serializing/Deserializing Data
- Performance

RubyKaigi 2017