diff options
| author | bndw <ben@bdw.to> | 2026-03-09 11:21:00 -0700 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-03-09 11:21:00 -0700 |
| commit | 2c1ec8f9e964c2e89eee900299db667d9a58db25 (patch) | |
| tree | bf0bd8ffecae7496162aa8c4e2b3b63492794d84 /README.md | |
| parent | c43156ec68dec9b55fbf0a5b1b5814882cf540d9 (diff) | |
remove kafka references; update go.mod dependencies
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ Axon is the transport and identity layer for systems where agents, humans, and a | |||
| 9 | - **The relay is a log, not a database.** It routes and stores signed events. Derived data lives downstream in consumers. | 9 | - **The relay is a log, not a database.** It routes and stores signed events. Derived data lives downstream in consumers. |
| 10 | - **Identity is a keypair.** Ed25519 public keys are the unit of identity. No passwords, no tokens, no certificate infrastructure. | 10 | - **Identity is a keypair.** Ed25519 public keys are the unit of identity. No passwords, no tokens, no certificate infrastructure. |
| 11 | - **Content is opaque.** The relay indexes what it needs for routing and stores the rest as raw bytes. It cannot read what it was not designed to index. | 11 | - **Content is opaque.** The relay indexes what it needs for routing and stores the rest as raw bytes. It cannot read what it was not designed to index. |
| 12 | - **Kafka at the edge, plus identity.** Filtered subscriptions over WebSocket give browsers and agents direct access to the event stream without a gateway layer. | 12 | - **Direct client access.** Filtered subscriptions over WebSocket give browsers and agents direct access to the event stream without a gateway layer. |
| 13 | 13 | ||
| 14 | ## Protocol | 14 | ## Protocol |
| 15 | 15 | ||
