Reading List

A loose collection of things I'm reading, or projects I think are cool.

Distributed Systems, Logic Programming, Query Languages, etc.

Software Performance

Serverless

For a while back I was interested in implementing a data processing and storage framework on top of purely serverless primitives, for a few reasons -- to take advantage of the massive parallelism afforded by AWS Lambda (or similar FaaS), to beat AWS Elastic MapReduce on speed for small-medium jobs by being faster at starting up, and mainly because of the frustration and headache of operating a Spark cluster. Shifting priorities at work (and outside work) led to it being shelved, but I still think it could be a good idea, and I found some interesting things along the way: