
4 Incredible ksqlDB Techniques (#2 Will Make You Cry)
Building event streaming applications has never been simpler with ksqlDB. But what is it? ksqlDB is an event streaming database for building stream processing applications. Read More
Building event streaming applications has never been simpler with ksqlDB. But what is it? ksqlDB is an event streaming database for building stream processing applications. Read More
Apache Kafka® is a distributed real-time processing platform that allows for the ingestion of huge volumes of data. ksqlDB is part of the Kafka ecosystem Read More
Imagine you’ve got a stream of data; it’s not “big data,” but it’s certainly a lot. Within the data, you’ve got some bits you’re interested Read More
What if you could harness the power of queries without making multiple round trips? Alex Walling and the folks over at RapidAPI have answered just Read More
This basically compliments the article about virtual entity fields. Note that those entity ones are not creating custom SQL queries, but work/operate on the existing Read More
Introduction In this article, I’m going to show you how you can return a Java Map result when executing a JPA query. I decided to Read More
Introduction In this article, I’m going to present the best way to use a Hibernate ResultTransformer so that you can customize the result set of Read More
Introduction In this article, we are going to see what is the best way to set up the query timeout interval with JPA and Hibernate. Read More