Skip to content

Archives

OSWALD

  • OSWALD

    "OSWALD 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) [and] has been formally specified and verified using the P programming language." - by Nicolae Vartolomei

    Tags: oswald wal object-storage s3 gcs azure smr storage formal-methods design architecture cloud-computing