Skip to content

A Write-Ahead Log (WAL) design built exclusively on object storage primitives.

License

nvartolomei/oswald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSWALD (Object Storage Write-Ahead Log Device) is a Write-Ahead Log (WAL) design built exclusively on object storage primitives. It works with any object storage service that provides read-after-write consistency and compare-and-swap operations, including AWS S3, Google Cloud Storage, and Azure Blob Storage.

The design supports checkpointing and garbage collection, making it suitable for State Machine Replication (SMR).

high-level diagram

See nvartolomei.com/oswald for more details.

About

A Write-Ahead Log (WAL) design built exclusively on object storage primitives.

Resources

License

Stars

Watchers

Forks