CloudEvents SQL (CESQL)

CloudEvents SQL (CESQL) is a v1.0 specification that defines a standardized query language for filtering and routing CloudEvents based on their attributes. It provides a SQL-like syntax for writing event filter expressions that can be used across different event processing platforms and systems.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudevents:cloudevents-cesql
name: CloudEvents SQL (CESQL)
description: CloudEvents SQL (CESQL) is a v1.0 specification that defines a standardized query language
  for filtering and routing CloudEvents based on their attributes. It provides a SQL-like syntax for writing
  event filter expressions that can be used across different event processing platforms and systems.
humanURL: https://github.com/cloudevents/spec/blob/main/cesql/spec.md
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://github.com/cloudevents/spec/blob/main/cesql/spec.md
tags:
- Filtering
- Specification
- SQL