Skip to content
FindOpenSource

CloudEvents

CNCF specification and SDK collection for describing event data in a common, vendor-neutral format across systems and platforms.

Overview

CloudEvents defines a standard envelope format for event data - what happened, when, from what source - so different systems, message brokers, and cloud providers can exchange event data without each one inventing its own incompatible format. It ships as a spec plus SDKs in many languages rather than as a running service.

CloudEvents is a fit for teams building event-driven architectures across multiple tools or vendors who want events to be interoperable rather than tied to one specific messaging system's format, complementing NATS, Kafka, and RabbitMQ (also in this catalog), which can all carry CloudEvents-formatted payloads.

Categories
Backend
Keywords
event-driven-architectureevent-formatspecificationinteroperability
Languages
Go
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.