stream data from kafka to relational database
· 3 min read
In this post I would like to show how to stream data from any text based Kafka topic into sql table using Kafka Connect.
In this post I would like to show how to stream data from any text based Kafka topic into sql table using Kafka Connect.
This post is a list of vim tips and tricks i found useful during my never ending jurney of learing vim.
In this post I would like to show you the tmux cli tool. tmux is a terminal multiplexer allowing you to run your cli task in the background and use multiple terminals at once (hence the name multiplexer).