
Apache Kafka became the de facto standard for data streaming. However, the combination of an event-driven architecture with request-response APIs is crucial for most enterprise

Apache Kafka became the de facto standard for data streaming. However, the combination of an event-driven architecture with request-response APIs is crucial for most enterprise

Can and should Apache Kafka replace a database? How long can and should I store data in Kafka? How can I query and process data
KSQL is the open source, Apache 2.0 licensed streaming SQL engine on top of Apache Kafka. This post shows a deep dive (slides + video
“Getting Started with NoSQL” is a new book by PACKT PUBLISHING. It gives an introduction to different NoSQL concepts and products. Besides, it explains the
Spring Roo is a tool to offer rapid application development on the Java platform. I already explained when to use it: https://kai.dev-websulting.de/blog/2011/04/05/when-to-use-spring-roo. Spring Roo supports
MyBatis is a lightweight persistence framework for Java and .NET. This blog entry addresses the Java side. MyBatis is an alternative positioned somewhere between plain