Skip to content
Noah Fontes edited this page Sep 16, 2013 · 1 revision

Proprietor of information. Noah works for a tiny investment research startup. Lived, worked, lectured on technology in Ghana. Lived, worked, breathed online advertising for several years.

REST + optimistic concurrency = transactions!

What happens when a producer of a RESTful service needs to expose various resources for clients to modify atomically with an arbitrary ordering? We'll see how we can use super neat things like version vectors to make services generally transactional.

Clone this wiki locally