I was recently looking at a managed Kafka service and came across services like AWS MSK and Kafka on Confluent Cloud. While comparing these…
Understanding Monarch, Google’s Planet-Scale Monitoring System
Monarch is a planet scale in-memory time series database developed by Google. It is mainly used by as a reliable monitoring system by most…
Understanding the Concept of Virtual Time Using the Time Warp Algorithm
Introduction
Neo4j storage internals
The blog post will look to cover the internals of how the data is stored and accessed in Neo4j and why it is a serious contender for a…
Interacting between C libraries and Go using Unsafe
Suppose we have a C lib where we have defined various data structures and methods. Due to some reason or constraint, there needs to be a…