Overview of p2panda-stream
mainp2panda-stream provides interfaces for implementing and composing event processors on top of p2p data streams. It includes out-of-the-box implementations that wrap existing p2panda crates to provide features like:
- Causal message ordering
- Log validation
- Access control
- Group encryption CRDTs
These capabilities are designed to assist in building various peer-to-peer applications.
⚠️ Note on Stability: This library is under active development. APIs are not yet considered stable for production use, and breaking changes to core data types and user-facing APIs may occur before the v1.0.0 release.