The Case for Learned Index Structures — Get your academic brain in gear with this exploratory research paper from MIT and Google that posits all existing index structures can be replaced with better performing learned indexes that can be built using deep-learning models. This is one of those “lots of databases might be doing this in 10 years” moments.
Performance Analytics for Amazon Redshift. For Data Engineering Heroes — Amazon Redshift is incredibly powerful, but you can spend a lot of time fighting fires. We fix that. intermix.io gives you the tools you need to analyze your Redshift performance and improve the toolchain of everyone downstream from your cluster.
RedFI: A Fault-Injection Redis Proxy — A tool for testing the resiliency of your app against faults in connecting to Redis (e.g. delays, dropped connections).
Continuous Delivery: GoCD VS Spinnaker — An overview of GoCD & Spinnaker, why they are different from each other and which problems you should use them to solve.
GoCD sponsored
Advanced Design Patterns for Amazon DynamoDB — A deep dive into design patterns for DynamoDB covering strategies for GSI sharding, index overloading, scalable graph processing and more.