All Talks

Gluing Clojure Microservices

In this talk Alexander will present two small utilities, which make it almost trivial to start breaking away libraries from your monolithic prototype into scalable micro-services.

The first one is called “easy-rpc”. As its name suggests it makes remote calls easy; as easy as local function invocation. It does that by abstracting away api and client boilerplate and automatically wrapping it up with your library’s own api.

The second one is called “redis-atom”. It …

You might be interested in: