1 مستودع
Utilities for building and mutating event data into a canonical event object with spec version validation.
Distinct from Event Data Processing: Distinct from Event Data Processing: focuses on constructing and validating canonical event objects, not ingestion or temporal normalization.
Explore 1 awesome GitHub repository matching data & databases · Event Composition Tools. Refine with filters or upvote what's useful.
CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT
Provides the core capability to construct and validate CloudEvent objects against the specification.