alistaircol
Open main menu
Articles
mysql
MySQL query logging on Mac
Enabling MySQL query logging on Mac (without Docker).
mysql
Published
Mon, 17 May 2021 17:54
UK place data - a database as a Docker image, with a pointless multi-stage build to transform and load data
A UK place name gazetteer loaded into a
docker
image with some spatial querying.
mysql
docker
Published
Sun, 13 Dec 2020 12:00
Building a database as private Docker image with structure and data for CI
Building a private Docker image with custom structure and data, for a legacy app for a slightly easier CI pipeline.
mysql
docker
ci
Published
Tue, 08 Dec 2020 12:00
Changing semi-unstructured JSON data in a MySQL backing store to MongoDB
Moving our semi-unstructured data from a
mysql
database, stored in a
json
column to a
mongodb
instance for better performance.
mongodb
mysql
csv
Published
Sat, 12 Sep 2020 00:00
Developing in PHP with Docker: one nginx ingress to isolated httpd & php containers
One ingress
nginx
reverse proxy to multiple
php:apache
containers with different (XDebug) configurations.
docker
nginx
apache
httpd
php
xdebug
mysql
Published
Sun, 19 Jan 2020 00:00
To top