article thumbnail

Fast key-value stores: an idea whose time has come and gone

The Morning Paper

Generally to cache data (including non-persistent data that never sees a backing store), to share non-persistent data across application services (e.g. ” Even re-reading that today, the letter of the law there is surprisingly strict to me: you can use the local memory space or filesystem as a brief single transaction cache, but no more.

Cache 79
article thumbnail

Continuous Integration / Continuous Delivery on AWS

The Symphonia

Back in the Dim And Distant Past of 2003 I even co-led an open source project that brought some at-the-time interesting innovations to this area. Continuous Integration and Continuous Delivery (CI/CD) are techniques that I’ve had a passion about for a long time. An example of using AWS CodePipeline CodePipeline is a CD pipeline orchestrator.

AWS 40