The Bucket Is the Log: Building an Append-Only Log on Object Storage in Go
Build an append-only log on object storage in Go using immutable segments, a bounded catalog, writer fencing, and replay by LSN or timestamp—without a broker.
2 articles
Build an append-only log on object storage in Go using immutable segments, a bounded catalog, writer fencing, and replay by LSN or timestamp—without a broker.
How an LSM tree gives us the right building blocks, and where object storage changes the design.