Skip to main content
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.

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