A Hitchhiker's Guide to StreamInsight Queries
Event-driven processing through declarative, long-standing queries is a fundamentally different paradigm than the request-response model seen in databases, or the store and forward model seen in messaging systems. In order to assist you in your efforts at learning this new paradigm, we have put together a white paper
- to help you “think through” stream processing in simple, layered levels of understanding – as a complement to the product documentation and
- to reinforce this learning through examples for various use cases – so that you can design the query plan for a particular problem, and compose the corresponding LINQ query.
The guide consists of a PDF document and a VS solution that accompanies the paper.
Regards,
The StreamInsight Team
Comments
Anonymous
August 03, 2010
Excellent resource, would like to see more of the same delving into different vertical solution samples, really helps to cement in your mind what you can achieve.Anonymous
November 18, 2010
This stuff is really starting to come together, great documentation and product!Anonymous
December 16, 2010
Great article, one thing that adds some volume is the Linq Pad article which relates to this - blogs.msdn.com/.../streaminsight-linqpad-driver.aspxAnonymous
December 16, 2010
Great article, one thing that adds some volume is the Linq Pad article which relates to this - blogs.msdn.com/.../streaminsight-linqpad-driver.aspxAnonymous
December 16, 2010
Great article, one thing that adds some volume is the Linq Pad article which relates to this - blogs.msdn.com/.../streaminsight-linqpad-driver.aspxAnonymous
December 16, 2010
Great article, one thing that adds some volume is the Linq Pad article which relates to this - blogs.msdn.com/.../streaminsight-linqpad-driver.aspxAnonymous
September 27, 2011
A word of caution for users having non-US default cultures: pass the culture-agnostic DateTimeFormatInfo to DateTime.Parse in HelloToll.cs, like in what follows: DateTime.Parse("2/20/2009",new System.Globalization.DateTimeFormatInfo()) ...or else the project compiles but fails at type initialization time when run.Anonymous
September 27, 2011
The comment has been removed