RxJava – WordCount Example
Counting words in large files is a “hello world” in the big data space. I wanted to share thoughts on sustainable processing of large files… Read More »
RxJava – WordCount Example
Counting words in large files is a “hello world” in the big data space. I wanted to share thoughts on sustainable processing of large files… Read More »
RxJava – WordCount Example
In this post I look into practical applications of a back pressure when building data intensive pipelines with RxJava. I explain what a hot source… Read More »
RxJava – Leveraging Back Pressure
As a follow-up on my previous post about changes to Oracle Java, I am providing a quick comparison of OpenJDK providers. The goal is to… Read More »
OpenJDK Providers Comparison
A lot has recently changed in the Java landscape. While Java 9 warrants design considerations many legacy apps will stumble upon, its adoption is an… Read More »
Oracle JDK – Changes to the Release Cycle
Here is how to setup a JEE dev box with VirtualBox and Vagrant.
When it comes to streaming, writing your own data generator is often times the easiest way forward. I’ve written a simple Python script providing me with… Read More »
Proxy Log Generator to Load Test NiFi