The Artima Developer Community
Sponsored Link

Java Buzz Forum
Beyond Storm for streaming data applications

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Beyond Storm for streaming data applications Posted: Dec 4, 2014 2:25 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Beyond Storm for streaming data applications
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From JavaWorld

Advertisement

Streaming data is a rapidly emerging category for new application development. The interest in apps that use streaming data is driven by the growth of machine data (think IoT and machine-to-machine communications) and the desire to improve online customer engagement through real-time personalization techniques. Definitions of streaming data applications vary, but they typically revolve around three essential capabilities: real-time data ingestion, real-time analysis, and automated decision making.

Stream processing solutions can also take many forms. Common architectures include tuple-at-a-time stream processing tools (aka complex event processing tools); batch-oriented stream processing solutions that trade latency for flexibility and robustness; and in-memory databases that can transact in real time. While these approaches can be used to solve many problems, they aren't all created equal in terms of developer effort, maintenance overhead, capabilities, or performance. In particular, it's important to look at the number of components required to provide the functionality you need. The amount of development, testing, and operations work to run a system is proportional to the number of components that must be glued together to solve a problem.

To read this article in full or to leave a comment, please click here

Read: Beyond Storm for streaming data applications

Topic: Spring Data JPA Tutorial: Introduction Previous Topic   Next Topic Topic: Can MicroServices Architecture Solve All Your Problems?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use