Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Microsoft StreamInsight
Server & Tools Blogs
>
Data Platform Blogs
>
Microsoft StreamInsight
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
Microsoft StreamInsight
Official blog of the development team of StreamInsight.
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
blogroll
StreamInsight Factotum
Mark Simms, AppFabric CAT PM, about building StreamInsight solutions
meek
Colin Meek from the StreamInsight dev team about StreamInsight, LINQ, .NET
romans
Roman Schindlauer from the StreamInsight PM team about StreamInsight app development
Continuous Contemplations
Badrish Chandramouli, researcher at MSR, about cutting-edge streaming challenges
Domain Connect
Ming Lu from the StreamInsight test team about StreamInsight Performance, Debugger, DiagnosticView Troubleshooting guidance
Isaac @ MSDN
Isaac Kunen from the StreamInsight PM team, about SQL & StreamInsight
Tags
Adapters
CEP
Complex Event Processing
demos
download
IObservable
Licensing
LINQ
LINQPad
Manageability
People
Performance
PowerShell
Presentations
Release
RTM
Samples
Scenarios
setup
Time
Training
White Paper
More
▼
Less
▲
Archives
Archives
November 2012
(1)
September 2012
(2)
August 2012
(3)
July 2012
(3)
June 2012
(3)
April 2012
(1)
March 2012
(4)
January 2012
(1)
August 2011
(2)
July 2011
(6)
June 2011
(1)
May 2011
(3)
April 2011
(1)
March 2011
(2)
February 2011
(1)
January 2011
(2)
December 2010
(1)
November 2010
(7)
October 2010
(5)
September 2010
(1)
August 2010
(2)
July 2010
(2)
June 2010
(7)
May 2010
(6)
April 2010
(3)
March 2010
(1)
February 2010
(1)
December 2009
(2)
November 2009
(3)
September 2009
(2)
August 2009
(2)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft StreamInsight
What Is StreamInsight? A Primer for Non-Programmers
Posted
6 months ago
by
The StreamInsight Team
3
Comments
Are you trying to figure out whether StreamInsight might be something you could use, but you’re having trouble sifting through all the programming jargon that’s used to describe it? StreamInsight is, ultimately, a set of programming tools, and at some...
Microsoft StreamInsight
Getting Started with StreamInsight 2.1
Posted
8 months ago
by
The StreamInsight Team
1
Comments
If you're just beginning to get familiar with StreamInsight, you may be looking for a way to get started. What are the basics? How can I get my first StreamInsight application running so I can see how it works? Where is the 'front door' that will get...
Microsoft StreamInsight
StreamInsight will not push feature releases through Microsoft Update going forward
Posted
8 months ago
by
The StreamInsight Team
0
Comments
Until now, we've released StreamInsight through the Microsoft Download Center, and also released it out through Microsoft Update. Going forward, we will only release new StreamInsight versions through the Microsoft Download Center and only use MU to release...
Microsoft StreamInsight
Using Subjects to Deploy Queries Dynamically
Posted
8 months ago
by
The StreamInsight Team
0
Comments
In the previous blog posting, we showed how to construct and deploy query fragments to a StreamInsight server, and how to re-use them later. In today’s posting we’ll integrate this pattern into a method of dynamically composing a new query...
Microsoft StreamInsight
Parameterized StreamInsight Queries
Posted
8 months ago
by
The StreamInsight Team
0
Comments
The changes in our APIs enable a set of scenarios that were either not possible before or could only be achieved through workarounds. One such use case that people ask about frequently is the ability to parameterize a query and instantiate it with different...
Microsoft StreamInsight
A Hitchhiker's Guide to StreamInsight 2.1 Queries
Posted
9 months ago
by
The StreamInsight Team
0
Comments
Back in 2010 we released the first version of an educational guide to StreamInsight Queries to help developers mind shift into the new paradigm. With the release of StreamInsight 2.1 and introducing the New Programming Model, we thought this was the right...
Microsoft StreamInsight
Dangers of time travel
Posted
10 months ago
by
The StreamInsight Team
0
Comments
I tend to partition StreamInsight operators into three classes: the basic “temporal/relational” operators; the “time travel” operators, and; the “elephant” operators. The basic operators illustrate the rules. The time travel operators bend the rules....
Microsoft StreamInsight
StreamInsight 2.1, meet LINQ
Posted
10 months ago
by
The StreamInsight Team
0
Comments
Someone recently called LINQ “magic” in my hearing. I leapt to LINQ’s defense immediately. Turns out some people don’t realize “magic” is can be a pejorative term. I thought LINQ needed demystification. Here’s your best demystification resource: http...
Microsoft StreamInsight
Taming Hopping Windows
Posted
10 months ago
by
The StreamInsight Team
0
Comments
At first glance, hopping windows seem fairly innocuous and obvious. They organize events into windows with a simple periodic definition: the windows have some duration d (e.g. a window covers 5 second time intervals), an interval or period p (e.g. a new...
Microsoft StreamInsight
Changes to the LINQ-to-StreamInsight Dialect
Posted
10 months ago
by
The StreamInsight Team
0
Comments
In previous versions of StreamInsight (1.0 through 2.0), CepStream<> represents temporal streams of many varieties: Streams with ‘open’ inputs (e.g., those defined and composed over CepStream<T>.Create(string streamName)...
Microsoft StreamInsight
Introduction to LinqPad Driver for StreamInsight 2.1
Posted
10 months ago
by
The StreamInsight Team
2
Comments
We are announcing the availability of the LinqPad driver for StreamInsight 2.1 . The purpose of this blog post is to offer a quick introduction into the new features that we added to the StreamInsight LinqPad driver. We’ll show you how to connect...
Microsoft StreamInsight
StreamInsight 2.1 Released
Posted
10 months ago
by
The StreamInsight Team
2
Comments
The wait is over—we are pleased to announce the release of StreamInsight 2.1. Since the release of version 1.2, we have heard your feedbacks and suggestions and based on that we have come up with a whole new set of features. Here are some of the...
Microsoft StreamInsight
Building the Internet of Things – with Microsoft StreamInsight and the Microsoft .Net Micro Framework
Posted
over 1 year ago
by
The StreamInsight Team
0
Comments
Fresh from the press – The March 2012 issue of MSDN Magazine features an article about the Internet of Things. It discusses in depth how you can use StreamInsight to process all the data that is continuously produced in typical Internet of Things scenarios...
Microsoft StreamInsight
A High-Level StreamInsight 2.1 Preview
Posted
over 1 year ago
by
The StreamInsight Team
1
Comments
Hello Folks, With StreamInsight 2.0 barely out the door, it may seem soon to start talking about the next version, but the team has been busy adding features and trying to keep to our usual 6-8 month release cycle. And with 2.1 shaping up to be a pretty...
Microsoft StreamInsight
LINQPad for StreamInsight 2.0
Posted
over 1 year ago
by
The StreamInsight Team
1
Comments
This has come up several times in the wake of our 2.0 release: The new LINQPad driver supporting StreamInsight 2.0 is now live! You can download it as usual through the LINQPad UI: There are separate versions of the driver only because assembly references...
Microsoft StreamInsight
White Paper/Case Study on ICONICS’ Use of StreamInsight for its Energy AnalytiX® Solution
Posted
over 1 year ago
by
The StreamInsight Team
0
Comments
A couple of days ago, we released a new StreamInsight white paper/case study on TechNet and MSDN. The paper is joint work with ICONICS and discusses how ICONICS is using StreamInsight technology for its Energy AnalytiX® solution. The paper is available...
Microsoft StreamInsight
StreamInsight V2.0 Released!
Posted
over 1 year ago
by
The StreamInsight Team
2
Comments
The StreamInsight Team is proud to announce the release of StreamInsight V2.0! This is the version that ships with SQL 2012, and as such it has been available through Connect to SQL CTP customers already since December. As part of the SQL 2012 launch...
Microsoft StreamInsight
StreamInsight Training Released
Posted
over 1 year ago
by
The StreamInsight Team
0
Comments
Time for a life sign from our Team Blog, and a very exciting one: Richard Seroter , Principal Software Architect and Microsoft MVP, has put together a comprehensive Pluralsight course on StreamInsight . Richard has been a great StreamInsight advocate...
Microsoft StreamInsight
New in V1.2: StreamInsight Performance Counters
Posted
over 2 years ago
by
The StreamInsight Team
0
Comments
One of our goals in version 1.2 was to improve the administrative surface of StreamInsight. The newly introduced performance counters enable you to retrieve diagnostic information and monitor health and performance in real-time. Rafael has put together...
Microsoft StreamInsight
New in V1.2: Default Window Output Policies
Posted
over 2 years ago
by
The StreamInsight Team
0
Comments
Who knows what window output policies in StreamInsight LINQ are? Anyone? Well, you have been using them whenever you have used a window. Output policies specify the timestamps of the result of the aggregation that happens on the window. Even if you didn’t...
Microsoft StreamInsight
New in V1.2: LINQ Macros
Posted
over 2 years ago
by
The StreamInsight Team
0
Comments
StreamInsight LINQ is powerful and expressive. At the same time, the learning curve for a new user can be steep, because the query operators work on a semantically basic level. This means that complex use cases need to be build bottom up, composing the...
Microsoft StreamInsight
New in V1.2: StreamInsight Checkpointing
Posted
over 2 years ago
by
The StreamInsight Team
0
Comments
Over at his blog , Isaac Kunen posts : One of the big features in the new version is resiliency, which helps you build highly available systems that use StreamInsight. This post gives a high-level, no-code overview of what this functionality does and...
Microsoft StreamInsight
New in V1.2: Primitive Event Types
Posted
over 2 years ago
by
The StreamInsight Team
0
Comments
In a previous posting , we introduced nested types as one of the new features in StreamInsight V1.2. The second improvement in the type system represents the other end of the complexity spectrum, namely the ability to use "primitive" event types, without...
Microsoft StreamInsight
New in V1.2: Nested Event Types
Posted
over 2 years ago
by
The StreamInsight Team
2
Comments
One of the focus areas for us in V1.2 was the LINQ surface of StreamInsight. We have straightened out many of the kinks people complained about in previous versions and have added new features. Too many improvements for a single blog post, so today we’ll...
Microsoft StreamInsight
Updated LINQPad Driver and Samples
Posted
over 2 years ago
by
The StreamInsight Team
2
Comments
With the release of StreamInsight V1.2 we also updated our LINQPad driver. It is now aware of StreamInsight versions, so that a sample can fail gracefully if the required library version is not found. You can install the new driver (of update your...
Page 1 of 4 (81 items)
1
2
3
4