Blog

Jenkins Installation

Jenkins is an open-source automation server widely used for continuous integration and continuous delivery (CI/CD). It supports building, testing, and deploying code using pipelines and integrates with various tools. This guide covers step-by-step Jenkins installation instructions on: Ubuntu (Linux) Windows

Apache Kafka Installation

Download the latest Kafka release and extract it: https://www.apache.org/dyn/closer.cgi?path=/kafka/2.6.0/kafka_2.13-2.6.0.tgz $ tar -xzf kafka_2.13-2.6.0.tgz $ cd kafka_2.13-2.6.0 NOTE: Your local environment must have Java 8+ installed. Run the following commands in order to start all services in the correct order: #