Hello! In this article we will discuss how to quickly get started with Kafka and Kafka Connect to grab all the commits from a Github repository. This is a practical tutorial which saves you some time browsing the Kafka's documentation. Environment Kafka is bit difficult to setup, you will need Kafka, Zookeper and Kafka Connect … Continue reading Kafka Connect GitHub source connector part 1
github
How to sign git commits with Yubikey
Introduction If you know what a Yubikey is, you may skip this section. Yubikey is quite expensive device that acts as a portable GPG key, it is considered secure because once the private GPG key is on the device, it can’t be extracted again (unless someone finds a way). You can import your own … Continue reading How to sign git commits with Yubikey