Setting up Camunda BPMN workflow engine

Motivation This post is created with an intention to provide an example for creating a business process workflow using Camunda platform. Considering the level of details for configuration and runtime...

Dealing with challenging stakeholders in workshops

The role of Stakeholders Generally speaking, a stakeholder is a person, group of persons or a whole organisation that has a vested interest in an outcome of some initiative, activities...

Extending Sesam integration platform with custom data sink service.

Introduction Sesam is an integration platform. As any other integration platform, Sesam has a lot of connectors to read data from different sources which could be databases, API’s, streaming platforms...

Making data pipelines with Sesam and Oslo City Bike public API in 5 minutes.

Introduction In this very short post we are going to create a simple pipeline for getting data from Oslo City Bike public API service using Sesam.io integration platform with 5-10...

Installing on-premise Kubernetes cluster using kubeadm

Motivation and target audience This blog post is geared towards developers and administrators who want to setup an on-premise Kubernetes cluster. This post will guide you towards the basics of...

Setting Up and Initializing Database Connection from Groovy Test Step in SoapUI

Introduction Although SoapUI has a Test Step called “JDBC Request” this test step requires hard coded credentials to run properly. Otherwise we are going to get “java.sqlSQLException” because of missing...

Writing Groovy Script Libraries in SoapUI

Motivation and target audience Very often when we are creating tests in SoapUI where we end up writing a lot of Groovy code to add extra flexibility to our tests,...