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...

Securing access to Azure Web Apps

3 minute read

The great thing about Azure Web Apps is how quickly you can move - you can build proof of concept sites or release candidates locally, deploy to Azure and sh...

Unit testing .NET Storm applications

3 minute read

When you’re building Storm apps, the functionality lends itself to the usual suspects of automated testing: unit tests, to ensure your bolts behave correctly...

HDInsight HBase Emulator

2 minute read

The HDInsight Emulator doesn’t provide HBase, which makes it hard to program locally against HBase.