This document provides an introduction to Sybase Event Stream Processing (ESP). ESP is a technology for analyzing streams of event data in real-time to derive continuous intelligence. It allows defining logic to combine data sources, compute values, detect patterns, and produce summaries. The ESP runtime continuously processes incoming event streams before storing to disk, enabling low latency analysis. It is not a replacement for databases but rather complements them by supporting continuous, real-time analysis of fast data streams. ESP uses data-flow programming where streams and operations on the data are defined as it flows from sources to outputs.