Caching and Serving Blobs from S3
Last night I gave a talk at the Scala DC - MD - NOVA Meetup about my experience developing a caching Blob server for ZODB with Scala.
I thought this project was interesting because, although the code base is quite small, it touches on a number of areas of interest, including:
- Testing …