At my last job I worked on a monolith that sat on top of a NoSQL database. Our DAOs were fairly simple beasts that did mostly CRUD operations and some non-trivial finds. For the vast majority of data, ...
Tom demos table joins, shell scripts for repetitive tasks and using "exec" to run commands inside a container from the host system. In my previous article on running applications on Docker, I deployed ...