Share via


Samples (StreamInsight)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The Microsoft StreamInsight SDK contains numerous programming samples that you can use to learn how to work with StreamInsight. The samples are available from the StreamInsight download Web site.

Important

Samples are provided for educational purposes only. They are not intended to be used in a production environment and have not been tested in a production environment. Microsoft does not provide technical support for these samples.

The following table describes the StreamInsight programming samples. All samples are contained in a single Visual Studio solution named 'samples.sln'.

Sample Description

ObjectModel

Demonstrates how to create a CEP application following the explicit server development model.

ImplicitModel

Demonstrates how to create a CEP application following the implicit server development model.

Observable

Demonstrates how to create a CEP application following the IObservable/IObserver dDevelopment model.

TextFileEdgeInput

Demonstrates how to create an input adapter for an edge event.

TextFileInputFactory

Demonstrates how to create an input adapter by using the input adapter factory.

TextFileIntervalInput

Demonstrates how to create an input adapter for an interval event.

TextFilePointInput

Demonstrates how to create an input adapter for an point event.

TextFileEdgeOutput

Demonstrates how to create an output adapter for an edge event.

TextFileIntervalOutput

Demonstrates how to create an output adapter by using the input adapter factory.

TextFileOutputFactory

Demonstrates how to create an output adapter for an interval event.

TextFilePointOutput

Demonstrates how to create an output adapter for an point event.

See Also

Concepts

CEP Server Concepts
Creating Adapters