article thumbnail

HammerDB v4.6 New Features Pt1: Python CLI Interface

HammerDB

Copyright (C) 2003-2022 Steve Shaw. Copyright (C) 2003-2022 Steve Shaw. Copyright (C) 2003-2022 Steve Shaw Type "help" for a list of commands Initialized SQLite on-disk database /tmp/hammer.DB hammerdb>py eval {divide = lambda x: 1.0/int(x)} /hammerdbcli py HammerDB CLI v4.6. Type "help()" for a list of commands.

article thumbnail

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

The Morning Paper

After all, we’ve been doing that forever with the 2nd-level cache of ORMs , and it is highly encouraged in e.g. the AWS Lambda programming model — which was born on the cloud— to help mitigate function start-up times. Yes, a bit like those 2nd-level caches we were talking about earlier, e.g. Ehcache from 2003 onwards. Who knew! ;).

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.

AWS 40