24 releases (11 breaking)
| new 0.12.0 | Apr 13, 2026 |
|---|---|
| 0.11.0 | Mar 2, 2026 |
| 0.10.0 | Feb 13, 2026 |
| 0.6.5 | Nov 11, 2025 |
| 0.0.9 | Nov 1, 2024 |
#471 in Embedded development
136 downloads per month
Used in http-nu
455KB
11K
SLoC
Local-first event streaming for building reactive workflows and automation.
About
·
Documentation
·
Connect
·
Built with
What's an event streaming store?
If you think of an "event" like a frame in a movie—a small package on a timeline—an event streaming store is a database designed to record these frames in strict order, append-only, so they can be replayed or reacted to later.
For example, you might append a frame every time a message is
posted in a specific Discord channel. You can then
.cat the stream to
review all captured messages, and—if you're in a
Nushell session—use pipelines to filter, aggregate, or
process them with a CLI tool.
Quick Start
See the installation guide to get started.
Features
- Reactive Workflows: Build actors that automatically respond to events as they flow through the stream
- CLI Integration: Turn any command-line tool into a streaming component with services
- Nushell Native: First-class integration with Nushell for powerful data processing pipelines
- Real-time Streaming: Subscribe to live event feeds and build responsive applications
- Content Addressable: Efficient storage and deduplication of large payloads
- Local-first: Your data stays on your machine, no cloud dependencies required
Connect
Join our Discord to ask questions or share ideas.
Built with 🙏💚
Dependencies
~140–185MB
~3.5M SLoC