Skip to main content

Ceramic Protocol

Ceramic is a decentralized event streaming protocol that enables developers to build decentralized databases, distributed compute pipelines, and authenticated data feeds, etc. Ceramic nodes can subscribe to subsets of streams forgoing the need of a global network state. This makes Ceramic an eventually consistent system (as opposed to strongly consistent like L1 blockchains), enabling web scale applications to be built reliably.

Core Components


The Ceramic protocol consists of the following components:

Specification Status


SectionState
1. StreamsDraft/WIP
1.1. Event LogReliable
1.2. URI SchemeReliable
1.3. ConsensusDraft/WIP
1.4. LifecycleReliable
2. AccountsDraft/WIP
2.1. Decentralized IdentifiersDraft/WIP
2.2. AuthorizationsReliable
2.3. Object-CapabilitiesDraft/WIP
3. NetworkingDraft/WIP
3.1. Tip GossipReliable
3.2. Tip QueriesReliable
3.3. Event FetchingReliable
3.4. Network IdentifiersReliable
4. APIMissing
5. NodesDraft/WIP

Legend

Spec stateLabel
Unlikely to change in the foreseeable future.Stable
All content is correct. Important details are covered.Reliable
All content is correct. Details are being worked on.Draft/WIP
Do not follow. Important things have changed.Incorrect
No work has been done yet.Missing