write-ahead-log topic

List write-ahead-log repositories

cmu15-445

162
Stars
50
Forks
Watchers

:floppy_disk: CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.

go-sstables

255
Stars
9
Forks
Watchers

Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Ships now with an embedded key-value store.

waltz

406
Stars
34
Forks
Watchers

Waltz is a quorum-based distributed write-ahead log for replicating transactions

CMU-15445

288
Stars
71
Forks
Watchers

https://www.jianshu.com/nb/36265841

dotNext

1.5k
Stars
119
Forks
Watchers

Next generation API for .NET

pgdeltastream

252
Stars
15
Forks
Watchers

Streaming Postgres logical replication changes atleast-once over websockets

rdms

20
Stars
2
Forks
Watchers

Storage library (Work In Progress)

raft

108
Stars
17
Forks
Watchers

raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol

DBMS_ARIES

34
Stars
10
Forks
Watchers

a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID