Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-30-2007, 12:08 PM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
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
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
release info venkatashiva Java Announcements 3 01-01-2008 07:25 AM
StreamCruncher 2.3 Release Candidate JavaBean Java Announcements 0 11-21-2007 09:53 PM
StreamCruncher 2.1 Release Candidate JavaBean Java Announcements 0 07-18-2007 07:47 PM
StreamCruncher 2.0 Beta JavaBean Java Announcements 0 07-05-2007 02:17 PM
p-unit 0.10-release levent Java Announcements 0 05-28-2007 10:23 AM


All times are GMT +3. The time now is 06:29 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org