How to Set up Docker for Windows

1- Download Docker for windows. 2- Install Docker for windows.exe 3- Check whether docker is running 4- View/update docker settings 5- Now Lets start using docker…. – docker #displays docker help – docker version #check docker version – docker images #check all images – docker ps #check current running containers – docker ps -a #check […]

Multi Node Kafka Cluster Setup Using Docker

This is a brief guide on a Multi Node Kafka Cluster Setup using Windows Docker: —————————————– Setting Up a Three Node Kafka Cluster —————————————– 1- Start ZooKeeper and Kafka using Docker Compose up command docker-compose up 2- In another terminal window, go to the same directory (kafka-cluster). Before we move on, let’s make sure the services […]

Overview of K2 Workflow in On boarding Process

Introducing K2 as a Process Automation Platform HR consists of a wide variety of processes with integrated levels of checks & verifications across departments. K2 helps automate these HR processes through workflows that can increase process visibility, eliminate redundant operations and reduce repetitive, manual labor errors. K2’s HR management software solutions enable developers to solve […]

Big Data Architecture Best Practices

Synchronous vs Async pipelines Synchronous big data pipelines are a series of data processing components that get triggered when a user invokes an action on a screen. e.g. clicking a button. The user typically waits till a response receives to intimate the user of the results. In contrast in asynchronous implementation, the user initiates the […]