Log is an append-only event streaming system built on SlateDB and object storage. Records are organized by key and assigned a global sequence number, making it easy to fan out ordered events to multiple consumers. Because all data is durably stored in object storage, a single replica provides full durability with no operational overhead for replication or backups.Documentation Index
Fetch the complete documentation index at: https://opendata.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Install Log and append your first events in under five minutes
API Reference
Browse the full REST API for appending, scanning, and managing logs
Storage Design
How Log maps streams to LSM keys with segment-based compaction
Getting to Production
Deploy, monitor, and secure Log for production workloads
GitHub
View the source code, open issues, and contribute