How HBase on Azure is different

4 minute read

When you spin up an Azure HDInsight cluster running HBase, you get a functional HBase installation that just happens to be running on Windows - it’s actually...

Running .NET Core apps in a Docker container

4 minute read

.NET Core is in the early stages, but a lot of work is happening there. The ability to run the same .NET code on a Linux or a Windows machine is a huge oppor...

Integration testing Storm .NET topologies

5 minute read

In previous posts, I’ve looked at Unit testing Storm .NET applications using the LocalContext and a mock Context to test your .NET bolts, and A stub Event Hu...

A stub Event Hub Spout for testing Storm .NET

2 minute read

If you’re using Apache Storm on HDInsight and consuming events from Event Hubs, the current ‘get started’ approach is to use a hybrid topology with a Java sp...