Error Handling in Pentaho Data Integration
Reading Time: 3 minutes Error Handling is a very important step when we are trying to create an application. It makes the life of an engineer easier when there is a proper way to understand mistakes....
View ArticlePentaho Database Connection
Reading Time: 3 minutes If you want to work with a database, either read, write, view data, etc, in Pentaho the first thing you will have to do is to create a connection with that database. This blog...
View ArticleKafka Connect Concepts
Reading Time: 3 minutes Kafka Connect is a data distribution framework within and outside of Apache Kafka®. The Confluent Platform is deployed with a few built-in connectors that can be used to stream...
View ArticleGetting started with Confluent Hub
Reading Time: 4 minutes As we know, We use connectors to copy data between Apache Kafka and other systems that we want to fetch or send data to. We can download the connector from Confluent Hub. So, in...
View ArticleGetting Started with Spring Security
Reading Time: 3 minutes Spring Security Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Basically, it provides ways to apply...
View ArticleIntroduction to Spring WebFlux
Reading Time: 2 minutes What is Spring WebFlux? Spring Webflux is a fully non-blocking, annotation-based web framework built on Project Reactor that allows you to build reactive applications on the...
View ArticleAxon Framework: A quick introduction
Reading Time: 3 minutes AXON is an Open-Source Framework for event-driven microservices and domain-driven design. It is a Java Framework that provides developers with access to repositories,...
View ArticleBasic Concepts of EventStoreDB
Reading Time: 3 minutes Introduction In this article, we will discuss EventStoreDB. EventStoreDB is a database that allows the user to read and store events into fine-grained streams, as well as read...
View ArticleResilience4J: Introduction to Bulkhead
Reading Time: 4 minutes Resilience4J is an open-source library that provides different resilience patterns for building resilient applications. Bulkhead is one of the patterns provided by Resilience4J...
View ArticleResilience4J: Intro to Rate Limiter
Reading Time: 3 minutes Resilience4J is a popular Java library that provides developers with a set of tools for building resilient and fault-tolerant applications. One of the key components of...
View Article