Hello,
Recently someone working at Yahoo emailed me regarding an old thread Iβve started on the Apache Flink user mailing list. Iβve replied to the e-mail but also decided to turn the reply into a blog post, because it might help other people as well.
Hi π
This is a short tutorial describing how to monitor your Kubernetes cluster container logs using Loki stack. But why? Because it is easier to view, filter your logs in Grafana and to store them persistently in Loki rather than viewing them in a terminal.
Hi π
The purpose of this article is to get you started quickly with a Home Assistant on a Raspberry Pi. Itβs a simple walkthrough on how to install Home Assistant and configure it so it will boot with your PI.
Hello π,
In this article weβre going to build a data pipeline that connects Kafka to MongoDB.
In short, weβre going to add a MongoDB Sink connector to a Kafka Connect cluster and run a MongoDB instance in Docker to test the connector.
Hi ππ
In this article I will explore the topic of sharding a Mongo Database that runs on Kubernetes. Before we get started, if you want to follow along, please install the tools listed in the prerequisites section, and if you want to learn more about sharding, check out this fantastic article Sharding Pattern.