Rookie Cookie - the blog about programming
-
Optimizing the telemetry queries on JSON columns
Optimizing the queries on JSON columns for better performance -
Better business logic using a message bus
Organizing the business logic of the web app using CQRS and a message bus. -
Spinning services off to microservices
Avoiding the dependency hell by spinning some of the app services off to microservice. -
Building application telemetry using MariaDB JSON columns
Building a telemetry system on the web application often involves a NoSQL solution like ElasticSearch. Here is a guide on how and why to build one with MariaDB's new JSON features.