Results 1 to 1 of 1
- 05-30-2007, 10:08 AM #1levent Guest
StreamCruncher 1.14 Release Candidate
StreamCruncher is an event processor. It supports a language based on SQL that allows you to define "event processing" constructs like sliding windows, time-based windows, partitions, and aggregates. Such constructs allow for the specification of boundaries (some are time sensitive) on a stream of events that SQL does not provide. Queries can be written using this language, which in turn can be used to monitor streams of incoming events. It also provides a feature similar to materialized views. Joins and sub-queries are also supported to allow event co-relation. A database is used underneath to do the heavy lifting. Pattern matching or multi-stream correlation are also possible.
Changes
This release comes with a new feature/syntax to perform efficient Self-Joins over Streams. Self-Joins are useful when the Events in a Window have to be scanned or matched against Events from the same or other Windows defined as part of the same Partition clause. The StockPriceComparisonTest.java TestCase demonstrates the use of this new syntax. More details are available in the "StreamCruncher Basics" documentation.
URL: StreamCruncher - Event Processor
Similar Threads
-
release info
By venkatashiva in forum Java SoftwareReplies: 3Last Post: 01-01-2008, 05:25 AM -
StreamCruncher 2.3 Release Candidate
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-21-2007, 07:53 PM -
StreamCruncher 2.1 Release Candidate
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-18-2007, 05:47 PM -
StreamCruncher 2.0 Beta
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-05-2007, 12:17 PM -
p-unit 0.10-release
By levent in forum Java SoftwareReplies: 0Last Post: 05-28-2007, 08:23 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks