Storm persistence

Now that we know Storm and its internals very well, let's wire in persistence to Storm. Well we have done all the computation and code, so now it's very important to store the computed results or intermediate references into a database or some persistence store. You have the choice of writing your own JDBC bolts or you can actually use the implementation provided for using Storm persistence.

Let's start with writing our own JDBC persistence first. Once we have touched upon the nitty gritty, then we can look at and appreciate what Storm provides for. Let's say we are setting up software system at toll gates that could monitor the emission rates of vehicles and track the details of the vehicles that are running at emissions beyond ...

Get Real-Time Big Data Analytics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.