Sign In
Windows Server AppFabric Customer Advisory Team
Technical guidance & best practices from AppFabric, Azure, BizTalk, WCF, WF, SQL Data Modeling & StreamInsight technology experts
Posts By Technology
.NET Framework
Windows Server AppFabric
Windows Azure
BizTalk Server
Entity Framework
OData
StreamInsight
Tags
.NET4
AppFabric
AppFabric Cache
AppFabric Connect
AppFabric Service Bus
Azure
Azure AppFabric Cache
Azure Service Bus
Best Practices
BizTalk
Cache
Case Study
CEP
configuration
Correlation
Data Services
Dynamic Query Composition
Entity Framework
ESB
Event Flow Debugger
how to
LINQ
LINQPad
logging
Mapper
OData
Reference
SQL Azure
SQL Server
StreamInsight
SurenM
Time Import
WCF
WF
Windows Azure
Browse by Tags
MSDN Blogs
>
Windows Server AppFabric Customer Advisory Team
>
All Tags
>
streaminsight
Tagged Content List
Blog Post:
StreamInsight: Creating a LINQPad data context
Mark Simms [MSFT]
This blog post is for those folks comfortable with creating a data stream from an IEnumerable, IObservable or StreamInsight adapter data source. If you’d like more details on creating those, have a look at this blog post , which covers creating an IEnumerable ‘canned’ data source then wrapping...
on
5 Jan 2011
Blog Post:
StreamInsight: Creating a custom data context for LINQPad, chock full of weathery goodness.
Mark Simms [MSFT]
Following on the heels of my last query pattern blog post, I started to dig into creating a custom data context for use with StreamInsight and LINQPad. The default contexts supplied out of box with the StreamInsight driver (including the Hitchhiker’s Guide context) are great, but don’t contain...
on
4 Jan 2011
Blog Post:
StreamInsight Query Patterns: Fun with process data – calculating the wind chill factor
Mark Simms [MSFT]
Process data, commonly accessed from OPC or a process historian such as OSIsoft PI, is well suited for analysis using StreamInsight – being time-series data with data values from a range of sensors. In this post, I’ll walk through a couple of simple patterns for working with process data...
on
13 Dec 2010
Blog Post:
StreamInsight: Reading from other data contexts into StreamInsight with LINQPad
Mark Simms [MSFT]
The LINQPad driver for StreamInsight provides an awesomely easy way to run StreamInsight queries using easily accessible data contexts of temporal streams. However, as LINQPad only supports a single active data context connection in a query it can be difficult to use one of the hard to read “without...
on
3 Dec 2010
Blog Post:
StreamInsight: Where did that query result come from (using the Event Flow Debugger in LINQPad)?
Mark Simms [MSFT]
Occasionally, when working with StreamInsight queries an unusual result will crop up, leading to asking the rather blunt question “where did that come from?”. Luckily the StreamInsight Event Flow Debugger has a great feature ( Root Cause Analysis ) that will let us examine how certain results...
on
2 Dec 2010
Blog Post:
StreamInsight: Understanding dynamic query composition
Mark Simms [MSFT]
Been tied up with PASS for the past (pun intended) couple of weeks, so it’s time to get a bit caught up on writing. One of the key technical features of StreamInsight is the ability for one query to consume the output of another, enabling the system to avoid having to process events twice, and...
on
22 Nov 2010
Blog Post:
StreamInsight Query Pattern: Find the top category (using Order By, Take and ApplyWithUnion)
Mark Simms [MSFT]
This is a question that has come up in a few customer engagements, and on several forum posts – how do I find the top category in a stream for a given group? Several examples of this pattern of question are: Given a stream of Product View events from a website, each containing a user id and product...
on
3 Nov 2010
Blog Post:
StreamInsight: Obscure LINQ error - Stream other than apply input stream is cannot be referenced inside apply branch
Mark Simms [MSFT]
Another little LINQ error you might encounter from time to time. Ran into this yesterday while building out some queries, and figured it was worth a quick post. Starting with a basic stream, I needed to group by a set of fields in the stream and calculate some basic aggregates. Code Snippet...
on
2 Nov 2010
Blog Post:
StreamInsight V1.1 is released (.NET Sequences / IObservable, side-by-side installation and perf improvements)
Mark Simms [MSFT]
The StreamInsight dev team has just released the next version of StreamInsight (version 1.1)!! New features in this release include: .NET Sequences - no more custom adapters for common .NET data sources. Using .NET sequences instead of adapters as event sources and sinks, which makes the...
on
25 Oct 2010
Blog Post:
StreamInsight: Obscure LINQ error - The field 'Key' of type 'IKey`1' either contains a nested member, or is a type that is not supported as event type field
Mark Simms [MSFT]
This is a pretty obscure one, and a nice short snippet of a blog post. I ran into this error yesterday while building out some StreamInsight applications for real time web analytics, and was very briefly stumped. Let’s have a quick peek at how I ran into it. Starting with a working query...
on
23 Oct 2010
Blog Post:
StreamInsight: Getting started with using the (Event Flow) debugger, viewing diagnostics, and exposing the management service.
Mark Simms [MSFT]
StreamInsight has a very powerful management service that is fully available to developers and administrators alike. Any technique that you see in the Event Flow Debugger or in the API can be remotely invoked via the Management Service . This enables all sorts of tasks and scenarios, such as remotely...
on
21 Oct 2010
Blog Post:
StreamInsight and reference data (lists, databases, etc)
Mark Simms [MSFT]
Using reference data in StreamInsight is a very common scenarios; some examples would be: Monitoring process control event streams for values that exceed a given threshold (for example, a valve’s pressure exceeding a certain safety threshold). Enriching utility usage information in a smart metering scenario...
on
19 Oct 2010
Blog Post:
StreamInsight: Synchronizing slow-moving reference streams with fast-moving data streams (time import)
Mark Simms [MSFT]
One of the common tasks in StreamInsight is to use a reference stream to integrate metadata or reference data from a relatively static source (such as a SQL Server table – a walkthrough of this technique will be described in an upcoming blog post). One of the challenges in integrating the reference...
on
5 Oct 2010
Blog Post:
101’ish LINQ Samples for StreamInsight (part 1 - filtering and aggregation)
Mark Simms [MSFT]
Following in the great tradition of other learn through example LINQ example pages, such as 101 LINQ Samples , here’s the first in a series of posts on StreamInsight query examples. This will first show up on this blog, then get migrated over to a centralized site on the StreamInsight developer...
on
14 Sep 2010
Page 1 of 1 (14 items)