Here are
22 public repositories
matching this topic...
Next generation API for .NET
Waltz is a quorum-based distributed write-ahead log for replicating transactions
Streaming Postgres logical replication changes atleast-once over websockets
💾 CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.
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.
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
A LSM-Tree key/value database in Python.
Updated
Dec 18, 2020
Python
a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID
Updated
Aug 22, 2020
Java
End to End Distributed Deep Learning Engine, works both with Streaming and Batch Data built using Apache Flink
Updated
Aug 30, 2020
Java
ArangoDB Write-Ahead-Log Client in Java
Updated
Oct 13, 2018
Java
mqlog is a library that provides an embeddable durable queue implementend as an immutable log
a storage engine by FIFO QUEUE. you can make a distributed-message-queue based on qstore. you can also use it to implemente write-ahead-log
A distributed, clustered, replicated log and queue service with security, retries, and back-off capabilities.
A Java library for working with append-only files
Updated
Jan 31, 2020
Java
A disk-oriented storage manager for the SQLite DBMS
Benchmark Synchronous Group Commit
Listen to ArangoDB's WAL changes
Updated
May 17, 2022
Python
Improve this page
Add a description, image, and links to the
write-ahead-log
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
write-ahead-log
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
LlrbDepth calculates minimum, maximum, average and percentile of leaf-node depth in the LLRB tree.
Would be nice to have some rigorous test cases for this type.