Event sourcing is a design pattern for persisting the state of an object by storing the sequence of events that have occurred on the object. Event sourcing fits the functional paradigm as the state is ...
Since the advent of Docker, I rarely find my self directly installing development software on my local machine. Be it database servers (i.e Postgres), caching systems (i.e Redis, Memcache) or ...
After properly configured this image runs a cron with the cron command every minute. That "executes WAL archiving operations concurrently on a server basis, and this also enforces retention policies ...