<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>streaminsight Wiki Rss Feed</title><link>http://streaminsight.codeplex.com/</link><description>streaminsight Wiki Rss Description</description><item><title>Updated Wiki: The StreamInsight Product Team</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;version=15</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;StreamInsight V2.1&lt;/h1&gt;To demonstrate the new APIs in &lt;a href="http://go.microsoft.com/fwlink/?LinkID=253700"&gt;StreamInsight V2.1&lt;/a&gt;, we have created the &lt;a href="http://streaminsight.codeplex.com/releases/view/90143"&gt;StreamInsight Product Team Samples V2.1&lt;/a&gt; that co-exist with the samples for previous versions (V2.0 and below).&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;HelloWorld&lt;/td&gt;&lt;td&gt;Simple StreamInsight application to get started.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Shows how to compose queries in comparison with the same application in the V2.0 sample set.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueriesNoAdapter&lt;/td&gt;&lt;td&gt;Same as above, but using .Net sequence integration instead of adapters.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Checkpointing&lt;/td&gt;&lt;td&gt;Shows how to take checkpoints and recover from interruptions.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker_V21&lt;/td&gt;&lt;td&gt;Accompanies the updated version of the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=256236"&gt;Hitchhiker&amp;#39;s Guide to StreamInsight Queries&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;UdsoPatternDetector&lt;/td&gt;&lt;td&gt;Demonstrates how to use a User-defined StreamOperator (UDSO) to implement a complex pattern detection scenario.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WCF&lt;/td&gt;&lt;td&gt;Shows how to send and receive events via WCF.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;h1&gt;StreamInsight V2.0&lt;/h1&gt;The &lt;a href="http://streaminsight.codeplex.com/releases/view/46435"&gt;Microsoft StreamInsight Product Team Samples V2.0&lt;/a&gt; are demonstrating key aspects of the StreamInsight CEP platform. The purpose of the samples is to provide a guide through the StreamInsight development experience, demonstrating common design patterns for adapters, queries, and applications. The emphasis is on the teaching character, not on feature completeness, performance, or robustness. &lt;a href="http://twitter.com/streaminsight"&gt;Follow the product team on Twitter&lt;/a&gt; for latest updates.&lt;br /&gt;&lt;br /&gt;The samples consist of a set of Visual Studio Solutions, each of which contains at least one input adapter, one output adapter, and one main application. Each adapter is a separate projects and can be included in multiple solutions.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Adapter&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DataGenerator (IA)&lt;/td&gt;&lt;td&gt;Generates events with random payload values&lt;/td&gt;&lt;td&gt;Event push model (through a callback); simple implementation of the adapter state diagram&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;OutputTracer (OA)&lt;/td&gt;&lt;td&gt;Traces output events on the console or a file&lt;/td&gt;&lt;td&gt;Simple untyped output adapter design; useful for prototyping and testing&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileReader (IA)&lt;/td&gt;&lt;td&gt;Reads lines from a csv file and transforms them into events&lt;/td&gt;&lt;td&gt;Simple untyped input adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileWriter (OA)&lt;/td&gt;&lt;td&gt;Writes events as lines to a file in csv format&lt;/td&gt;&lt;td&gt;Simple untyped output adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfAdapter (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to ECF endpoints&lt;/td&gt;&lt;td&gt;Simple remoting of event streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AsyncCsv (IA, OA)&lt;/td&gt;&lt;td&gt;Reads (asynchronously) and writes events from and to csv files&lt;/td&gt;&lt;td&gt; Using IO completion for efficient file reading; using an adapter class abstraction for point/interval/edge&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SQL (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to SQL Server tables&lt;/td&gt;&lt;td&gt;Using a SqlDataReader to interface with SQL; Writing an untyped adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Applies two subsequent queries to data from the DataGenerator and dumps the result on the console&lt;/td&gt;&lt;td&gt;Use dynamic query composition to stream into two output adapters&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;TrafficJoinQuery&lt;/td&gt;&lt;td&gt;Reads and processes traffic data from two text files&lt;/td&gt;&lt;td&gt;Use the explicit query binder model; join two input streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfApplication&lt;/td&gt;&lt;td&gt;Applies a query to an event stream from a WCF endpoint&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the WCF adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;PatternDetector&lt;/td&gt;&lt;td&gt;Uses a user-defined operator to implement a pattern matcher on csv input data&lt;/td&gt;&lt;td&gt;Implementing a state machine through the extensibility framework&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker&lt;/td&gt;&lt;td&gt;Contains the sample queries used in the &lt;a href="http://blogs.msdn.com/b/streaminsight/archive/2010/06/08/hitchhiker-s-guide-to-streaminsight-queries.aspx"&gt;&amp;quot;Hitchhiker&amp;#39;s Guide&amp;quot;&lt;/a&gt; paper&lt;/td&gt;&lt;td&gt;Various query patterns&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SequenceIntegration&lt;/td&gt;&lt;td&gt;Hitchhiker queries; Performance Counter import; Northwind DB temporal queries&lt;/td&gt;&lt;td&gt;Shows how to use .NET sequences to use files, perf counters, OData feeds as event sources, and WPF elements as event sinks&lt;/td&gt;&lt;td&gt;2010&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SqlApplication&lt;/td&gt;&lt;td&gt;Applies a temporal query against SQL input data&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the SQL adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rschindlauer</author><pubDate>Tue, 14 Aug 2012 18:46:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: The StreamInsight Product Team 20120814064654P</guid></item><item><title>Updated Wiki: The StreamInsight Product Team</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;version=14</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;StreamInsight V2.1&lt;/h1&gt;To demonstrate the new APIs in &lt;a href="http://go.microsoft.com/fwlink/?LinkID=253700"&gt;StreamInsight V2.1&lt;/a&gt;, we have created &lt;a href="http://streaminsight.codeplex.com/releases/view/90143"&gt;StreamInsight Product Team Samples V2.1&lt;/a&gt; that co-exist with the samples for previous versions (V2.0 and below).&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;HelloWorld&lt;/td&gt;&lt;td&gt;Simple StreamInsight application to get started.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Shows how to compose queries in comparison with the same application in the V2.0 sample set.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueriesNoAdapter&lt;/td&gt;&lt;td&gt;Same as above, but using .Net sequence integration instead of adapters.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Checkpointing&lt;/td&gt;&lt;td&gt;Shows how to take checkpoints and recover from interruptions.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker_V21&lt;/td&gt;&lt;td&gt;Accompanies the updated version of the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=256236"&gt;Hitchhiker&amp;#39;s Guide to StreamInsight Queries&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;UdsoPatternDetector&lt;/td&gt;&lt;td&gt;Demonstrates how to use a User-defined StreamOperator (UDSO) to implement a complex pattern detection scenario.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WCF&lt;/td&gt;&lt;td&gt;Shows how to send and receive events via WCF.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;h1&gt;StreamInsight V2.0&lt;/h1&gt;The &lt;a href="http://streaminsight.codeplex.com/releases/view/46435"&gt;Microsoft StreamInsight Product Team Samples V2.0&lt;/a&gt; are demonstrating key aspects of the StreamInsight CEP platform. The purpose of the samples is to provide a guide through the StreamInsight development experience, demonstrating common design patterns for adapters, queries, and applications. The emphasis is on the teaching character, not on feature completeness, performance, or robustness. &lt;a href="http://twitter.com/streaminsight"&gt;Follow the product team on Twitter&lt;/a&gt; for latest updates.&lt;br /&gt;&lt;br /&gt;The samples consist of a set of Visual Studio Solutions, each of which contains at least one input adapter, one output adapter, and one main application. Each adapter is a separate projects and can be included in multiple solutions.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Adapter&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DataGenerator (IA)&lt;/td&gt;&lt;td&gt;Generates events with random payload values&lt;/td&gt;&lt;td&gt;Event push model (through a callback); simple implementation of the adapter state diagram&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;OutputTracer (OA)&lt;/td&gt;&lt;td&gt;Traces output events on the console or a file&lt;/td&gt;&lt;td&gt;Simple untyped output adapter design; useful for prototyping and testing&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileReader (IA)&lt;/td&gt;&lt;td&gt;Reads lines from a csv file and transforms them into events&lt;/td&gt;&lt;td&gt;Simple untyped input adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileWriter (OA)&lt;/td&gt;&lt;td&gt;Writes events as lines to a file in csv format&lt;/td&gt;&lt;td&gt;Simple untyped output adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfAdapter (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to ECF endpoints&lt;/td&gt;&lt;td&gt;Simple remoting of event streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AsyncCsv (IA, OA)&lt;/td&gt;&lt;td&gt;Reads (asynchronously) and writes events from and to csv files&lt;/td&gt;&lt;td&gt; Using IO completion for efficient file reading; using an adapter class abstraction for point/interval/edge&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SQL (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to SQL Server tables&lt;/td&gt;&lt;td&gt;Using a SqlDataReader to interface with SQL; Writing an untyped adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Applies two subsequent queries to data from the DataGenerator and dumps the result on the console&lt;/td&gt;&lt;td&gt;Use dynamic query composition to stream into two output adapters&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;TrafficJoinQuery&lt;/td&gt;&lt;td&gt;Reads and processes traffic data from two text files&lt;/td&gt;&lt;td&gt;Use the explicit query binder model; join two input streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfApplication&lt;/td&gt;&lt;td&gt;Applies a query to an event stream from a WCF endpoint&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the WCF adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;PatternDetector&lt;/td&gt;&lt;td&gt;Uses a user-defined operator to implement a pattern matcher on csv input data&lt;/td&gt;&lt;td&gt;Implementing a state machine through the extensibility framework&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker&lt;/td&gt;&lt;td&gt;Contains the sample queries used in the &lt;a href="http://blogs.msdn.com/b/streaminsight/archive/2010/06/08/hitchhiker-s-guide-to-streaminsight-queries.aspx"&gt;&amp;quot;Hitchhiker&amp;#39;s Guide&amp;quot;&lt;/a&gt; paper&lt;/td&gt;&lt;td&gt;Various query patterns&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SequenceIntegration&lt;/td&gt;&lt;td&gt;Hitchhiker queries; Performance Counter import; Northwind DB temporal queries&lt;/td&gt;&lt;td&gt;Shows how to use .NET sequences to use files, perf counters, OData feeds as event sources, and WPF elements as event sinks&lt;/td&gt;&lt;td&gt;2010&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SqlApplication&lt;/td&gt;&lt;td&gt;Applies a temporal query against SQL input data&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the SQL adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rschindlauer</author><pubDate>Tue, 14 Aug 2012 18:46:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: The StreamInsight Product Team 20120814064643P</guid></item><item><title>Updated Wiki: The StreamInsight Product Team</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;version=13</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;StreamInsight V2.1&lt;/h1&gt;To demonstrate the new APIs in &lt;a href="http://go.microsoft.com/fwlink/?LinkID=253700"&gt;StreamInsight V2.1&lt;/a&gt;, we have created a set of samples that co-exist with the samples for previous versions (V2.0 and below).&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;HelloWorld&lt;/td&gt;&lt;td&gt;Simple StreamInsight application to get started.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Shows how to compose queries in comparison with the same application in the V2.0 sample set.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueriesNoAdapter&lt;/td&gt;&lt;td&gt;Same as above, but using .Net sequence integration instead of adapters.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Checkpointing&lt;/td&gt;&lt;td&gt;Shows how to take checkpoints and recover from interruptions.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker_V21&lt;/td&gt;&lt;td&gt;Accompanies the updated version of the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=256236"&gt;Hitchhiker&amp;#39;s Guide to StreamInsight Queries&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;UdsoPatternDetector&lt;/td&gt;&lt;td&gt;Demonstrates how to use a User-defined StreamOperator (UDSO) to implement a complex pattern detection scenario.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WCF&lt;/td&gt;&lt;td&gt;Shows how to send and receive events via WCF.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;h1&gt;StreamInsight V2.0&lt;/h1&gt;The &lt;a href="http://streaminsight.codeplex.com/releases/view/46435"&gt;Microsoft StreamInsight Product Team Samples V2.0&lt;/a&gt; are demonstrating key aspects of the StreamInsight CEP platform. The purpose of the samples is to provide a guide through the StreamInsight development experience, demonstrating common design patterns for adapters, queries, and applications. The emphasis is on the teaching character, not on feature completeness, performance, or robustness. &lt;a href="http://twitter.com/streaminsight"&gt;Follow the product team on Twitter&lt;/a&gt; for latest updates.&lt;br /&gt;&lt;br /&gt;The samples consist of a set of Visual Studio Solutions, each of which contains at least one input adapter, one output adapter, and one main application. Each adapter is a separate projects and can be included in multiple solutions.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Adapter&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DataGenerator (IA)&lt;/td&gt;&lt;td&gt;Generates events with random payload values&lt;/td&gt;&lt;td&gt;Event push model (through a callback); simple implementation of the adapter state diagram&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;OutputTracer (OA)&lt;/td&gt;&lt;td&gt;Traces output events on the console or a file&lt;/td&gt;&lt;td&gt;Simple untyped output adapter design; useful for prototyping and testing&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileReader (IA)&lt;/td&gt;&lt;td&gt;Reads lines from a csv file and transforms them into events&lt;/td&gt;&lt;td&gt;Simple untyped input adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileWriter (OA)&lt;/td&gt;&lt;td&gt;Writes events as lines to a file in csv format&lt;/td&gt;&lt;td&gt;Simple untyped output adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfAdapter (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to ECF endpoints&lt;/td&gt;&lt;td&gt;Simple remoting of event streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AsyncCsv (IA, OA)&lt;/td&gt;&lt;td&gt;Reads (asynchronously) and writes events from and to csv files&lt;/td&gt;&lt;td&gt; Using IO completion for efficient file reading; using an adapter class abstraction for point/interval/edge&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SQL (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to SQL Server tables&lt;/td&gt;&lt;td&gt;Using a SqlDataReader to interface with SQL; Writing an untyped adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Applies two subsequent queries to data from the DataGenerator and dumps the result on the console&lt;/td&gt;&lt;td&gt;Use dynamic query composition to stream into two output adapters&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;TrafficJoinQuery&lt;/td&gt;&lt;td&gt;Reads and processes traffic data from two text files&lt;/td&gt;&lt;td&gt;Use the explicit query binder model; join two input streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfApplication&lt;/td&gt;&lt;td&gt;Applies a query to an event stream from a WCF endpoint&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the WCF adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;PatternDetector&lt;/td&gt;&lt;td&gt;Uses a user-defined operator to implement a pattern matcher on csv input data&lt;/td&gt;&lt;td&gt;Implementing a state machine through the extensibility framework&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker&lt;/td&gt;&lt;td&gt;Contains the sample queries used in the &lt;a href="http://blogs.msdn.com/b/streaminsight/archive/2010/06/08/hitchhiker-s-guide-to-streaminsight-queries.aspx"&gt;&amp;quot;Hitchhiker&amp;#39;s Guide&amp;quot;&lt;/a&gt; paper&lt;/td&gt;&lt;td&gt;Various query patterns&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SequenceIntegration&lt;/td&gt;&lt;td&gt;Hitchhiker queries; Performance Counter import; Northwind DB temporal queries&lt;/td&gt;&lt;td&gt;Shows how to use .NET sequences to use files, perf counters, OData feeds as event sources, and WPF elements as event sinks&lt;/td&gt;&lt;td&gt;2010&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SqlApplication&lt;/td&gt;&lt;td&gt;Applies a temporal query against SQL input data&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the SQL adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rschindlauer</author><pubDate>Mon, 13 Aug 2012 17:40:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: The StreamInsight Product Team 20120813054048P</guid></item><item><title>Updated Wiki: The StreamInsight Product Team</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;version=12</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;StreamInsight V2.1&lt;/h1&gt;To demonstrate the new APIs in StreamInsight V2.1, we have created a set of samples that co-exist with the samples for previous versions (V2.0 and below).&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;HelloWorld&lt;/td&gt;&lt;td&gt;Simple StreamInsight application to get started.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Shows how to compose queries in comparison with the same application in the V2.0 sample set.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueriesNoAdapter&lt;/td&gt;&lt;td&gt;Same as above, but using .Net sequence integration instead of adapters.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Checkpointing&lt;/td&gt;&lt;td&gt;Shows how to take checkpoints and recover from interruptions.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker_V21&lt;/td&gt;&lt;td&gt;Accompanies the updated version of the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=256236"&gt;Hitchhiker&amp;#39;s Guide to StreamInsight Queries&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;UdsoPatternDetector&lt;/td&gt;&lt;td&gt;Demonstrates how to use a User-defined StreamOperator (UDSO) to implement a complex pattern detection scenario.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WCF&lt;/td&gt;&lt;td&gt;Shows how to send and receive events via WCF.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;h1&gt;StreamInsight V2.0&lt;/h1&gt;The &lt;a href="http://streaminsight.codeplex.com/releases/view/46435"&gt;Microsoft StreamInsight Product Team Samples V2.0&lt;/a&gt; are demonstrating key aspects of the StreamInsight CEP platform. The purpose of the samples is to provide a guide through the StreamInsight development experience, demonstrating common design patterns for adapters, queries, and applications. The emphasis is on the teaching character, not on feature completeness, performance, or robustness. &lt;a href="http://twitter.com/streaminsight"&gt;Follow the product team on Twitter&lt;/a&gt; for latest updates.&lt;br /&gt;&lt;br /&gt;The samples consist of a set of Visual Studio Solutions, each of which contains at least one input adapter, one output adapter, and one main application. Each adapter is a separate projects and can be included in multiple solutions.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Adapter&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DataGenerator (IA)&lt;/td&gt;&lt;td&gt;Generates events with random payload values&lt;/td&gt;&lt;td&gt;Event push model (through a callback); simple implementation of the adapter state diagram&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;OutputTracer (OA)&lt;/td&gt;&lt;td&gt;Traces output events on the console or a file&lt;/td&gt;&lt;td&gt;Simple untyped output adapter design; useful for prototyping and testing&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileReader (IA)&lt;/td&gt;&lt;td&gt;Reads lines from a csv file and transforms them into events&lt;/td&gt;&lt;td&gt;Simple untyped input adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileWriter (OA)&lt;/td&gt;&lt;td&gt;Writes events as lines to a file in csv format&lt;/td&gt;&lt;td&gt;Simple untyped output adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfAdapter (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to ECF endpoints&lt;/td&gt;&lt;td&gt;Simple remoting of event streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AsyncCsv (IA, OA)&lt;/td&gt;&lt;td&gt;Reads (asynchronously) and writes events from and to csv files&lt;/td&gt;&lt;td&gt; Using IO completion for efficient file reading; using an adapter class abstraction for point/interval/edge&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SQL (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to SQL Server tables&lt;/td&gt;&lt;td&gt;Using a SqlDataReader to interface with SQL; Writing an untyped adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Applies two subsequent queries to data from the DataGenerator and dumps the result on the console&lt;/td&gt;&lt;td&gt;Use dynamic query composition to stream into two output adapters&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;TrafficJoinQuery&lt;/td&gt;&lt;td&gt;Reads and processes traffic data from two text files&lt;/td&gt;&lt;td&gt;Use the explicit query binder model; join two input streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfApplication&lt;/td&gt;&lt;td&gt;Applies a query to an event stream from a WCF endpoint&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the WCF adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;PatternDetector&lt;/td&gt;&lt;td&gt;Uses a user-defined operator to implement a pattern matcher on csv input data&lt;/td&gt;&lt;td&gt;Implementing a state machine through the extensibility framework&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker&lt;/td&gt;&lt;td&gt;Contains the sample queries used in the &lt;a href="http://blogs.msdn.com/b/streaminsight/archive/2010/06/08/hitchhiker-s-guide-to-streaminsight-queries.aspx"&gt;&amp;quot;Hitchhiker&amp;#39;s Guide&amp;quot;&lt;/a&gt; paper&lt;/td&gt;&lt;td&gt;Various query patterns&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SequenceIntegration&lt;/td&gt;&lt;td&gt;Hitchhiker queries; Performance Counter import; Northwind DB temporal queries&lt;/td&gt;&lt;td&gt;Shows how to use .NET sequences to use files, perf counters, OData feeds as event sources, and WPF elements as event sinks&lt;/td&gt;&lt;td&gt;2010&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SqlApplication&lt;/td&gt;&lt;td&gt;Applies a temporal query against SQL input data&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the SQL adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rschindlauer</author><pubDate>Fri, 29 Jun 2012 05:01:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: The StreamInsight Product Team 20120629050107A</guid></item><item><title>New Comment on "Documentation"</title><link>http://streaminsight.codeplex.com/documentation?&amp;ANCHOR#C21239</link><description>cannot run the wcfapplication, exceptio thrown&amp;#58; could not connect to.. tcp error code 10061 no connection could me make because the target machine actively refused it. how can i start the services&amp;#63;</description><author>stefancelmicsisfa</author><pubDate>Thu, 13 Oct 2011 14:18:20 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20111013021820P</guid></item><item><title>New Comment on "The StreamInsight Product Team"</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;ANCHOR#C20840</link><description>rschindlauer,&amp;#10;please look at the download its not there...I even downloaded it again to see if I had deleted it by accident...its not there.</description><author>Manga_75</author><pubDate>Thu, 01 Sep 2011 09:36:06 GMT</pubDate><guid isPermaLink="false">New Comment on "The StreamInsight Product Team" 20110901093606A</guid></item><item><title>New Comment on "The StreamInsight Product Team"</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;ANCHOR#C20827</link><description>Manga_75,&amp;#10;The samples are complete, the .csv files are in the folder of the project using the adapters, because the actual data belongs to the scenario, not to the adapters. You can find them in Applications&amp;#47;TrafficJoinQuery.&amp;#10;Roman</description><author>rschindlauer</author><pubDate>Tue, 30 Aug 2011 18:29:09 GMT</pubDate><guid isPermaLink="false">New Comment on "The StreamInsight Product Team" 20110830062909P</guid></item><item><title>New Comment on "The StreamInsight Product Team"</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;ANCHOR#C20822</link><description>could someone post the sample .csv files and such so that the samples are complete....they are nowhere to be found in the downlad. would be nice to have when looking at it.</description><author>Manga_75</author><pubDate>Tue, 30 Aug 2011 09:03:54 GMT</pubDate><guid isPermaLink="false">New Comment on "The StreamInsight Product Team" 20110830090354A</guid></item><item><title>New Comment on "The StreamInsight Product Team"</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;ANCHOR#C20820</link><description>could someone post the TextFileEdgeInput.csv file its nowhere to be found in the samples. would be nice to have when looking at it.</description><author>Manga_75</author><pubDate>Tue, 30 Aug 2011 08:44:33 GMT</pubDate><guid isPermaLink="false">New Comment on "The StreamInsight Product Team" 20110830084433A</guid></item><item><title>Updated Wiki: rseroter</title><link>http://streaminsight.codeplex.com/wikipage?title=rseroter&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;My &lt;a href="http://streaminsight.codeplex.com/releases/view/64805"&gt;new&amp;nbsp;package&lt;/a&gt; contains a solution for sending StreamInsight events to a Windows Form application.&lt;/p&gt;
&lt;p&gt;Data is randomly generated by a custom&amp;nbsp;&amp;quot;call center&amp;quot; adapter and lets you explore point event queries using both a Console output and a custom Web adapter.&amp;nbsp; The Web adapter sends data to a WCF service hosted within a Windows Form application.&amp;nbsp;
 The Form then draws the results of the &amp;quot;running totals&amp;quot; query in a Microsoft Chart Control.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://seroter.files.wordpress.com/2011/04/2011-4-18si05.png" alt="Windows Form Dashboard" width="450" height="347"&gt;&lt;/p&gt;
&lt;p&gt;For more information abou tthe projects in this solutions, please visit &lt;a href="http://seroter.wordpress.com/2011/04/18/sending-streaminsight-events-to-a-windows-form-dashboard-code-included/" target="_blank"&gt;
my blog post on this release&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rseroter</author><pubDate>Wed, 20 Apr 2011 16:12:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: rseroter 20110420041223P</guid></item><item><title>Updated Wiki: rseroter</title><link>http://streaminsight.codeplex.com/wikipage?title=rseroter&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;My new&amp;nbsp;package contains a solution for sending StreamInsight events to a Windows Form application.&lt;/p&gt;
&lt;p&gt;Data is randomly generated by a custom&amp;nbsp;&amp;quot;call center&amp;quot; adapter and lets you explore point event queries using both a Console output and a custom Web adapter.&amp;nbsp; The Web adapter sends data to a WCF service hosted within a Windows Form application.&amp;nbsp;
 The Form then draws the results of the &amp;quot;running totals&amp;quot; query in a Microsoft Chart Control.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://seroter.files.wordpress.com/2011/04/2011-4-18si05.png" alt="Windows Form Dashboard" width="450" height="347"&gt;&lt;/p&gt;
&lt;p&gt;For more information abou tthe projects in this solutions, please visit &lt;a href="http://seroter.wordpress.com/2011/04/18/sending-streaminsight-events-to-a-windows-form-dashboard-code-included/" target="_blank"&gt;
my blog post on this release&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rseroter</author><pubDate>Wed, 20 Apr 2011 16:08:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: rseroter 20110420040820P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://streaminsight.codeplex.com/documentation?version=7</link><description>&lt;div class="wikidoc"&gt;StreamInsight on CodePlex is a community-driven space for sample code that uses the StreamInsight framework API.&lt;br /&gt;&lt;br /&gt;For more information about the individual contributions, please follow the links below:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://streaminsight.codeplex.com/wikipage?title=The%20StreamInsight%20Product%20Team&amp;referringTitle=Documentation"&gt;The StreamInsight Product Team&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://streaminsight.codeplex.com/wikipage?title=JAhlen&amp;referringTitle=Documentation"&gt;JAhlen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://streaminsight.codeplex.com/wikipage?title=greglow&amp;referringTitle=Documentation"&gt;greglow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://streaminsight.codeplex.com/wikipage?title=rseroter&amp;referringTitle=Documentation"&gt;rseroter&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The HighwayMonitor simulation system that Greg Low created for the SQL Server Metro program is available from the SQL Server 2008 R2 Developers Toolkit available here: &lt;a href="http://go.microsoft.com/?linkid=9710868" class="externalLink"&gt;http://go.microsoft.com/?linkid=9710868&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The toolkit also contains video presentations and demonstrations on using StreamInsight. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rseroter</author><pubDate>Wed, 20 Apr 2011 16:05:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110420040536P</guid></item><item><title>Updated Wiki: Windows Form that Consume StreamInsight Events</title><link>http://streaminsight.codeplex.com/wikipage?title=Windows Form that Consume StreamInsight Events&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This package contains a solution for sending StreamInsight events to a Windows Form application.&lt;/p&gt;
&lt;p&gt;Data is randomly generated by a custom&amp;nbsp;&amp;quot;call center&amp;quot; adapter and lets you explore point event queries using both a Console output and a custom Web adapter.&amp;nbsp; The Web adapter sends data to a WCF service hosted within a Windows Form application.&amp;nbsp;
 The Form then draws the results of the &amp;quot;running totals&amp;quot; query in a Microsoft Chart Control.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://seroter.files.wordpress.com/2011/04/2011-4-18si05.png" alt="Windows Form Dashboard" width="450" height="347"&gt;&lt;/p&gt;
&lt;p&gt;For more information abou tthe projects in this solutions, please visit &lt;a href="http://seroter.wordpress.com/2011/04/18/sending-streaminsight-events-to-a-windows-form-dashboard-code-included/" target="_blank"&gt;
my blog post on this release&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rseroter</author><pubDate>Wed, 20 Apr 2011 16:02:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Windows Form that Consume StreamInsight Events 20110420040222P</guid></item><item><title>Updated Wiki: Windows Form that Consume StreamInsight Events</title><link>http://streaminsight.codeplex.com/wikipage?title=Windows Form that Consume StreamInsight Events&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This package contains a solution for sending StreamInsight events to a Windows Form application.&lt;/p&gt;
&lt;p&gt;Data is randomly generated by a custom&amp;nbsp;&amp;quot;call center&amp;quot; adapter and lets you explore point event queries using both a Console output and a custom Web adapter.&amp;nbsp; The Web adapter sends data to a WCF service hosted within a Windows Form application.&amp;nbsp;
 The Form then draws the results of the &amp;quot;running totals&amp;quot; query in a Microsoft Chart Control.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://seroter.files.wordpress.com/2011/04/2011-4-18si05.png" alt="Windows Form Dashboard" width="450" height="347"&gt;&lt;/p&gt;
&lt;p&gt;For more information abou tthe projects in this solutions, please visit &lt;a href="http://seroter.wordpress.com/2011/04/18/sending-streaminsight-events-to-a-windows-form-dashboard-code-included/" target="_blank"&gt;
my blog post on this release&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rseroter</author><pubDate>Wed, 20 Apr 2011 16:01:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Windows Form that Consume StreamInsight Events 20110420040123P</guid></item><item><title>New Comment on "The StreamInsight Product Team"</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;ANCHOR#C19257</link><description>Chris,&amp;#10;Each sample project contains a README with some further information. Please let us know if you have further questions&amp;#33;&amp;#10;Regards,&amp;#10;Roman</description><author>rschindlauer</author><pubDate>Wed, 13 Apr 2011 04:09:58 GMT</pubDate><guid isPermaLink="false">New Comment on "The StreamInsight Product Team" 20110413040958A</guid></item><item><title>New Comment on "The StreamInsight Product Team"</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;ANCHOR#C19253</link><description>Do you have any explaination document about the sample code&amp;#63;</description><author>chrisqiu</author><pubDate>Tue, 12 Apr 2011 18:38:10 GMT</pubDate><guid isPermaLink="false">New Comment on "The StreamInsight Product Team" 20110412063810P</guid></item><item><title>Updated Wiki: JAhlen</title><link>http://streaminsight.codeplex.com/wikipage?title=JAhlen&amp;version=4</link><description>&lt;div class="wikidoc"&gt;This project contains the source code for my articles about StreamInsight on &lt;a href="http://www.sqlservercentral.com" class="externalLink"&gt;www.sqlservercentral.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example screenshots&lt;/b&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=streaminsight&amp;DownloadId=129229" alt="Twitter.gif" title="Twitter.gif" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=streaminsight&amp;DownloadId=129230" alt="Yahoo.gif" title="Yahoo.gif" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Read more about StreamInsight at my blog:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.joinsights.com" class="externalLink"&gt;http://www.joinsights.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JAhlen</author><pubDate>Tue, 01 Mar 2011 19:24:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: JAhlen 20110301072427P</guid></item><item><title>Updated Wiki: The StreamInsight Product Team</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;version=11</link><description>&lt;div class="wikidoc"&gt;The &lt;a href="http://streaminsight.codeplex.com/releases/view/46435"&gt;Microsoft StreamInsight Product Team Samples&lt;/a&gt; are demonstrating key aspects of the StreamInsight CEP platform. The purpose of the samples is to provide a guide through the StreamInsight development experience, demonstrating common design patterns for adapters, queries, and applications. The emphasis is on the teaching character, not on feature completeness, performance, or robustness. &lt;a href="http://twitter.com/streaminsight" class="externalLink"&gt;Follow the product team on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest updates.&lt;br /&gt;&lt;br /&gt;The samples consist of a set of Visual Studio Solutions, each of which contains at least one input adapter, one output adapter, and one main application. Each adapter is a separate projects and can be included in multiple solutions.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Adapter&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DataGenerator (IA)&lt;/td&gt;&lt;td&gt;Generates events with random payload values&lt;/td&gt;&lt;td&gt;Event push model (through a callback); simple implementation of the adapter state diagram&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;OutputTracer (OA)&lt;/td&gt;&lt;td&gt;Traces output events on the console or a file&lt;/td&gt;&lt;td&gt;Simple untyped output adapter design; useful for prototyping and testing&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileReader (IA)&lt;/td&gt;&lt;td&gt;Reads lines from a csv file and transforms them into events&lt;/td&gt;&lt;td&gt;Simple untyped input adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileWriter (OA)&lt;/td&gt;&lt;td&gt;Writes events as lines to a file in csv format&lt;/td&gt;&lt;td&gt;Simple untyped output adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfAdapter (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to ECF endpoints&lt;/td&gt;&lt;td&gt;Simple remoting of event streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AsyncCsv (IA, OA)&lt;/td&gt;&lt;td&gt;Reads (asynchronously) and writes events from and to csv files&lt;/td&gt;&lt;td&gt; Using IO completion for efficient file reading; using an adapter class abstraction for point/interval/edge&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SQL (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to SQL Server tables&lt;/td&gt;&lt;td&gt;Using a SqlDataReader to interface with SQL; Writing an untyped adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Applies two subsequent queries to data from the DataGenerator and dumps the result on the console&lt;/td&gt;&lt;td&gt;Use dynamic query composition to stream into two output adapters&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;TrafficJoinQuery&lt;/td&gt;&lt;td&gt;Reads and processes traffic data from two text files&lt;/td&gt;&lt;td&gt;Use the explicit query binder model; join two input streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfApplication&lt;/td&gt;&lt;td&gt;Applies a query to an event stream from a WCF endpoint&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the WCF adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;PatternDetector&lt;/td&gt;&lt;td&gt;Uses a user-defined operator to implement a pattern matcher on csv input data&lt;/td&gt;&lt;td&gt;Implementing a state machine through the extensibility framework&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker&lt;/td&gt;&lt;td&gt;Contains the sample queries used in the &lt;a href="http://blogs.msdn.com/b/streaminsight/archive/2010/06/08/hitchhiker-s-guide-to-streaminsight-queries.aspx" class="externalLink"&gt;&amp;quot;Hitchhiker&amp;#39;s Guide&amp;quot;&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; paper&lt;/td&gt;&lt;td&gt;Various query patterns&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SequenceIntegration&lt;/td&gt;&lt;td&gt;Hitchhiker queries; Performance Counter import; Northwind DB temporal queries&lt;/td&gt;&lt;td&gt;Shows how to use .NET sequences to use files, perf counters, OData feeds as event sources, and WPF elements as event sinks&lt;/td&gt;&lt;td&gt;2010&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SqlApplication&lt;/td&gt;&lt;td&gt;Applies a temporal query against SQL input data&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the SQL adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rschindlauer</author><pubDate>Mon, 15 Nov 2010 17:43:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: The StreamInsight Product Team 20101115054345P</guid></item><item><title>Updated Wiki: The StreamInsight Product Team</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;version=10</link><description>&lt;div class="wikidoc"&gt;The &lt;a href="http://streaminsight.codeplex.com/releases/view/46435"&gt;Microsoft StreamInsight Product Team Samples&lt;/a&gt; are demonstrating key aspects of the StreamInsight CEP platform. The purpose of the samples is to provide a guide through the StreamInsight development experience, demonstrating common design patterns for adapters, queries, and applications. The emphasis is on the teaching character, not on feature completeness, performance, or robustness. &lt;a href="http://twitter.com/streaminsight" class="externalLink"&gt;Follow the product team on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest updates.&lt;br /&gt;&lt;br /&gt;The samples consist of a set of Visual Studio Solutions, each of which contains at least one input adapter, one output adapter, and one main application. Each adapter is a separate projects and can be included in multiple solutions.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Adapter&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DataGenerator (IA)&lt;/td&gt;&lt;td&gt;Generates events with random payload values&lt;/td&gt;&lt;td&gt;Event push model (through a callback); simple implementation of the adapter state diagram&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;OutputTracer (OA)&lt;/td&gt;&lt;td&gt;Traces output events on the console or a file&lt;/td&gt;&lt;td&gt;Simple untyped output adapter design; useful for prototyping and testing&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileReader (IA)&lt;/td&gt;&lt;td&gt;Reads lines from a csv file and transforms them into events&lt;/td&gt;&lt;td&gt;Simple untyped input adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileWriter (OA)&lt;/td&gt;&lt;td&gt;Writes events as lines to a file in csv format&lt;/td&gt;&lt;td&gt;Simple untyped output adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfAdapter (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to ECF endpoints&lt;/td&gt;&lt;td&gt;Simple remoting of event streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AsyncCsv (IA, OA)&lt;/td&gt;&lt;td&gt;Reads (asynchronously) and writes events from and to csv files&lt;/td&gt;&lt;td&gt; Using IO completion for efficient file reading; using an adapter class abstraction for point/interval/edge&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SQL (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to SQL Server tables&lt;/td&gt;&lt;td&gt;Using a SqlDataReader to interface with SQL; Writing an untyped adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Applies two subsequent queries to data from the DataGenerator and dumps the result on the console&lt;/td&gt;&lt;td&gt;Use dynamic query composition to stream into two output adapters&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;TrafficJoinQuery&lt;/td&gt;&lt;td&gt;Reads and processes traffic data from two text files&lt;/td&gt;&lt;td&gt;Use the explicit query binder model; join two input streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfApplication&lt;/td&gt;&lt;td&gt;Applies a query to an event stream from a WCF endpoint&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the WCF adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;PatternDetector&lt;/td&gt;&lt;td&gt;Uses a user-defined operator to implement a pattern matcher on csv input data&lt;/td&gt;&lt;td&gt;Implementing a state machine through the extensibility framework&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker&lt;/td&gt;&lt;td&gt;Contains the sample queries used in the &lt;a href="http://blogs.msdn.com/b/streaminsight/archive/2010/06/08/hitchhiker-s-guide-to-streaminsight-queries.aspx" class="externalLink"&gt;&amp;quot;Hitchhiker&amp;#39;s Guide&amp;quot;&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; paper&lt;/td&gt;&lt;td&gt;Various query patterns&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SequenceIntegration&lt;/td&gt;&lt;td&gt;Hitchhiker queries; Performance Counter import; Northwind DB temporal queries&lt;/td&gt;&lt;td&gt;Shows how to use .NET sequences to use files, perf counters, OData feeds as event sources, and WPF elements as event sinks&lt;/td&gt;&lt;td&gt;2010&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SqlApplication&lt;/td&gt;&lt;td&gt;Applies a temproal query against SQL input data&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the SQL adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rschindlauer</author><pubDate>Mon, 15 Nov 2010 17:43:25 GMT</pubDate><guid isPermaLink="false">Updated Wiki: The StreamInsight Product Team 20101115054325P</guid></item><item><title>Updated Wiki: The StreamInsight Product Team</title><link>http://streaminsight.codeplex.com/wikipage?title=The StreamInsight Product Team&amp;version=9</link><description>&lt;div class="wikidoc"&gt;The &lt;a href="http://streaminsight.codeplex.com/releases/view/46435"&gt;Microsoft StreamInsight Product Team Samples&lt;/a&gt; are demonstrating key aspects of the StreamInsight CEP platform. The purpose of the samples is to provide a guide through the StreamInsight development experience, demonstrating common design patterns for adapters, queries, and applications. The emphasis is on the teaching character, not on feature completeness, performance, or robustness. &lt;a href="http://twitter.com/streaminsight" class="externalLink"&gt;Follow the product team on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest updates.&lt;br /&gt;&lt;br /&gt;The samples consist of a set of Visual Studio Solutions, each of which contains at least one input adapter, one output adapter, and one main application. Each adapter is a separate projects and can be included in multiple solutions.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Adapter&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DataGenerator (IA)&lt;/td&gt;&lt;td&gt;Generates events with random payload values&lt;/td&gt;&lt;td&gt;Event push model (through a callback); simple implementation of the adapter state diagram&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;OutputTracer (OA)&lt;/td&gt;&lt;td&gt;Traces output events on the console or a file&lt;/td&gt;&lt;td&gt;Simple untyped output adapter design; useful for prototyping and testing&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileReader (IA)&lt;/td&gt;&lt;td&gt;Reads lines from a csv file and transforms them into events&lt;/td&gt;&lt;td&gt;Simple untyped input adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SimpleTextFileWriter (OA)&lt;/td&gt;&lt;td&gt;Writes events as lines to a file in csv format&lt;/td&gt;&lt;td&gt;Simple untyped output adapter&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfAdapter (IA, OA)&lt;/td&gt;&lt;td&gt;Reads and writes events from and to ECF endpoints&lt;/td&gt;&lt;td&gt;Simple remoting of event streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AsyncCsv (IA, OA)&lt;/td&gt;&lt;td&gt;Reads (asynchronously) and writes events from and to csv files&lt;/td&gt;&lt;td&gt; Using IO completion for efficient file reading; using an adapter class abstraction for point/interval/edge&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Application&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Teaching Value&lt;/th&gt;&lt;th&gt;VS Version&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ComposingQueries&lt;/td&gt;&lt;td&gt;Applies two subsequent queries to data from the DataGenerator and dumps the result on the console&lt;/td&gt;&lt;td&gt;Use dynamic query composition to stream into two output adapters&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;TrafficJoinQuery&lt;/td&gt;&lt;td&gt;Reads and processes traffic data from two text files&lt;/td&gt;&lt;td&gt;Use the explicit query binder model; join two input streams&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;WcfApplication&lt;/td&gt;&lt;td&gt;Applies a query to an event stream from a WCF endpoint&lt;/td&gt;&lt;td&gt;Demonstrates the usage of the WCF adapters with a simple query&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;PatternDetector&lt;/td&gt;&lt;td&gt;Uses a user-defined operator to implement a pattern matcher on csv input data&lt;/td&gt;&lt;td&gt;Implementing a state machine through the extensibility framework&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Hitchhiker&lt;/td&gt;&lt;td&gt;Contains the sample queries used in the &lt;a href="http://blogs.msdn.com/b/streaminsight/archive/2010/06/08/hitchhiker-s-guide-to-streaminsight-queries.aspx" class="externalLink"&gt;&amp;quot;Hitchhiker&amp;#39;s Guide&amp;quot;&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; paper&lt;/td&gt;&lt;td&gt;Various query patterns&lt;/td&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;SequenceIntegration&lt;/td&gt;&lt;td&gt;Hitchhiker queries; Performance Counter import; Northwind DB temporal queries&lt;/td&gt;&lt;td&gt;Shows how to use .NET sequences to use files, perf counters, OData feeds as event sources, and WPF elements as event sinks&lt;/td&gt;&lt;td&gt;2010&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rschindlauer</author><pubDate>Sat, 30 Oct 2010 06:44:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: The StreamInsight Product Team 20101030064432A</guid></item></channel></rss>