Kafka Connect MongoDB Sink Connector
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 Ka...
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 Ka...
Hello π, In this article I will give you some tips on how to improve the throughput of a message producer. I had to write a Golang based application which ...
Hello, π This is my first video blog post in which I try to explain AutoFixture. https://www.youtube.com/watch?v=ec52FWmzQxA Hereβs the test case referenc...
Hello, Yes, this post title is weird, but I want to take a moment to acknowledge that Iβm very grateful for dad for buying these computer speakers and much ...
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, ple...
Hi π In this article I will show you how to test your Python projects with Tox. Introduction Tox is a tool for automating testing in Python, their vision ...
Hello everyone! π Todayβs article will be about tail recursion, a technique that allows you to optimize certain recursive functions. Introduction In short...
Introduction Hello πββοΈ In this article we will discuss a tool called Docker π¬ Docker is a platform which allows to package individual applications in con...
This article is a re-post, the original one is on another website. Introduction I started this project some time ago in order to get familiar with Arduino....
Hi πββοΈ, In this article I will talk about how to authenticate your applications to the Kubernetes API via the service accounts feature. Citing the Kuberne...