Spotify Upgrades Kafka Based Event Delivery System

Spotify, the Freemium streaming music company, has over 200 million users with 96 million of those paying customers with around 40 million tracks available. Spotify has recently added podcasts to its streaming platform. These numbers make it the world’s biggest

Read More »

Raft Distributed Consensus Overview

This post offers an overview of the Raft algorithm used for implementing distributed consensus. Within the post, we’ll look at what consensus and distributed consensus means, why Raft was developed and give an overview of how it works, along with

Read More »

ACIDRain Concurrency Attacks on Database-backed Applications

ACIDRain attacks are a new kind of cyberattack on database-backed applications, in which a cybercriminal systematically exploits concurrency-related vulnerabilities that lead to the violation of an application integrity constraint. This might be for instance, vouchers that should only be spent

Read More »

Erasure Coding vs. RAID

RAID, or Redundant Array of Independent Disks, is a way to spread data across a set of drives to prevent the loss of one drive causing permanent data loss. RAID works in two different ways: (i) a complete mirror image

Read More »

Cool Company – Redis Labs

Founded in 2011, Redis is one of the most innovative companies around, encompassing both the open-source multipurpose database as well as Redis Enterprise, which enhances Redis Open Source with high availability, linear scaling, and deployment via public and private clouds, on-premises,

Read More »
Scroll to Top