Serialising Microsoft StreamInsight QueryTemplates
Posted by: Charles Young,
on 29 Sep 2009 |
View original | Bookmarked: 0 time(s)
At first sight, StreamInsight doesnt appear to offer any support for dynamic queries. Once you have got over the initial wow factor of creating continuous queries over streams using LINQ, rather than some SQL dialect or specialised DSL, the reality hits you that your query is just code. You wrote the LINQ using C# or VB.NET, and you ended up compiling it into some assembly.
Thats all very well, but its not very flexible. How are you going to store and manage your queries in a repository so that you...