Browse by Tags

All Tags » CEP (RSS)

Reactive Framework available from DevLabs

Downloads of the Reactive Framework (RX) can now be found at MS DevLabs . Versions for 3.5 SP1, 4.0 Beta, and Silverlight 3 are available. Interestingly, the API size appears to be substantially larger than the preview which was leaked as part of the...

From the ReactiveFramework to StreamInsight and Back

In my last post I showed how to send StreamInsight output streams to a UI via the ReactiveFramework . Here’s we’ll do the reverse, by sending an RX stream into a CEP stream. Instead of a partial example, I’ll use an end to end example showing simulated...

Routing StreamInsight output streams to a UI

One compelling feature of StreamInsight is it’s in-process hosting model. In addition to reducing the complexity of server side installs, it’s now possible to have a  CEP engine in the client UI. The simplest way of getting CEP streams onto the UI...

Exploring the Reactive Framework part II

Talk around the water cooler is that it might be possible to use the Reactive Framework for some lightweight CEP. I’ll correct some of the (big) mistakes from my last post and build up a “jumping” window extension method for IObservable s.   In my...

Preview of the Reactive Framework available via Silverlight Toolkit

Via Jafar Husain - it appears that there’s a early release of the Live Labs Reactive Framework (& with Brian Beckman and Erik Meijer ) in the latest Silverlight Toolkit   In addition to some of the standard LINQ operators ( Select, Where, Aggregate...

Some interesting sessions at the Microsoft Enterprise Developer and Solutions Conference

  There are some interesting sessions at the 2009 EntDevCon .   Three of particular interest to me are are 1. “Coral8 Engine Integrated with Microsoft Windows HPC Server 2008”  at 11 on Tuesday. I had a chance to see some of the early bits...

CPU Monitoring and Alerting via Performance counters, Coral8, and PowerShell

The PowerShell team has a short post on using V2 cmdlets to Monitor performance counters. Building on that, and the prior work with the PoShAdapter, here’s a sample with Coral8 and PowerShell to alert you via SMS when the rolling 30 seconds average CPU...
Posted by Scott Weinstein | with no comments
Filed under: , , ,

CEP, Citi, and Coral8

The system I helped build at my previous job gets a nice write-up in Wall Street & Technology: Citi Taps CEP for Analyzing Equity Data I’m sure Marc , Hanno and the rest of the team are pleased. Congrats guys!
Posted by Scott Weinstein | with no comments
Filed under: ,

Using Coral8 and PowerShell to receive eventing data

I’ve updated the PowerShell Coral8 adapter so it can be used to receive input. Rather than demonstrate input from a database or an RSS stream, both of which can are supported by the native Coral8 adapters, I have a demo with WMI events. In this case allowing...
Posted by Scott Weinstein | 1 comment(s)
Filed under: , , ,

Stream transforms in Coral8 via .Net

In the first post on integrating PowerShell and Coral8 I showed how to create a message sink. In C#ish pseudocode we did the following: OutputStream<T> => Action<T> where the Action<T> was a PowerShell block to send a message via...
Posted by Scott Weinstein | 2 comment(s)
Filed under: , , , , ,
More Posts Next page »