append-only-log
Here are 7 public repositories matching this topic...
A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
- Updated
Dec 28, 2024 - Rust
File-based credential vault: SHA-256 email IDs, bcrypt-salted passwords, each record Fernet-encrypted and appended to one log + tiny index for O(1) look-ups. No database, two files, scales to millions of users; ideal for secure prototypes, IoT, and web apps.
- Updated
May 9, 2025 - Python
A log-backed, TTL-aware hybrid in-memory cache and streaming log engine with eviction scheduling and replay support, inspired by modern distributed cache designs.
- Updated
Aug 24, 2025 - C++
- Updated
Aug 24, 2025
Production-ready, disk-backed message queue for single-node Go applications. Zero dependencies, crash-safe, with priorities, DLQ, compression & deduplication.
- Updated
Nov 11, 2025 - Go
🦜 raft consensus for pirates
- Updated
Jun 26, 2025 - JavaScript
File-based credential vault: SHA-256 email IDs, bcrypt-salted passwords, each record Fernet-encrypted and appended to one log + tiny index for O(1) look-ups. No database, two files, scales to millions of users; ideal for secure prototypes, IoT, and web apps.
- Updated
Nov 12, 2025 - Python
Improve this page
Add a description, image, and links to theappend-only-log topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theappend-only-log topic, visit your repo's landing page and select "manage topics."