This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Why streaming analytics is such a big deal
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
I see a future with relatively little batch processing, where even long processes will run a bit at a time. As traditional storage gives way to new data architectures and streaming becomes easier, “real time” data analytics will become the new normal.
With a client-server architecture dependent on a relational database management, streaming or event processing is relatively rare. You have traditional messaging products like Tibco, MQ Series, or your favorite messaging implementation. These scale well, but not massively -- and when kept in sync with your RDBMS, they scale only as well as your RDBMS.
More often than not, you end up doing your analytics on the back end. You’re in good company: When Google wrote its MapReduce paper, it was analyzing the Web in this conventional way.