Skip to content

Instantly share code, notes, and snippets.

@zoomix
Forked from matiaskorhonen/speaker.md
Created June 26, 2012 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoomix/2998473 to your computer and use it in GitHub Desktop.
Save zoomix/2998473 to your computer and use it in GitHub Desktop.
Frozen Rails Talk Proposal Template (http://2012.frozenrails.eu/)

Srdan Kvrgic

Contact details

Speaker bio

Pressing run on the ZX Spectrum at the age of 6 led inevitably to the MSc in Computer Engineering and a position as the backend-architect at a startup that scaled from a handful of users to tens of millions within a couple of years.

Currently working at Burt, developing a multi-billion request ad-tracking service using JRuby. Hey, it's only fun if it's exponential.

Idempotence as the holy grail of scaling

  • Desired talk duration: 45 minutes

Abstract

One of the biggest challenges when handling big data is making sure your system is coherent after an unexpected crash or machine failure. Designing your system for idempotency will make sure you can reprocess parts of your data to fill in the gaps without accidentally affecting the good data.

Once you've got the idempotency down, you are free to venture boldly into a veritable Narnia of scaling solutions.[*]

This talk will describe the problem and offer a couple of solutions by looking at some real-life implementations.

[*] But.. you know. Warmer. And with less .. lions. I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment