Share via


Developing a CEP Application

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

To create complex event processing (CEP) applications using the Microsoft StreamInsight platform, you create structures that define the events, objects that produce and consume the events, and query templates that contain the business logic needed to process the events.

In This Section

  • Creating Event Types
    Provides development guidance for creating event structures. An event structure defines the events published by the event source or consumed by the event sink.
  • Creating Adapters
    Provides the general information you need to create input and output adapters for your complex event processing (CEP) application. Adapters are software transformers that deliver events into or out of a CEP server.
  • Creating and Binding Query Templates
    Provides development guidance for defining query templates and binding them to instances of input and output adapters. A query template defines the business logic required to continuously analyze and process the event streams submitted to and emitted by the CEP server.