Projects in Awesome Lists tagged with wal
A curated list of projects in awesome lists tagged with wal .
https://github.com/dylanaraps/pywal
🎨 Generate and change color-schemes on the fly.
changing-colorschemes colorscheme terminal-emulators wal
Last synced: 30 Oct 2025
https://github.com/pgbackrest/pgbackrest
Reliable PostgreSQL Backup & Restore
archiving azure backup bzip2 checksum database differential gcs gzip incremental lz4 multi-process parallel pgbackrest postgres postgresql restore s3 wal zstd
Last synced: 16 Dec 2025
https://github.com/apache/bookkeeper
Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads
apache big-data bookkeeper distributed-log distributed-systems wal
Last synced: 13 May 2025
https://github.com/dylanaraps/wal
🎨 Generate and change colorschemes on the fly. Deprecated, use pywal instead. -->
changing-colorschemes colorscheme terminal-emulators wal
Last synced: 09 Apr 2025
https://github.com/danihek/hellwal
Pywal-like color palette generator, but faster and in C
c color-palette colors colorschemes generator hell hellwal idkk rice templates themes wal wallpaper
Last synced: 16 May 2025
https://github.com/eylles/pywal16
16 colors fork of pywal
changing-colorschemes colorscheme pywal pywal16 ricing terminal-emulators wal
Last synced: 15 May 2025
https://github.com/hellobike/amazonriver
amazonriver 是一个将postgresql的实时数据同步到es或kafka的服务
elasticsearch es go kafka pg postgres postgresql realtime replication stream sync wal
Last synced: 04 May 2025
https://github.com/unit-io/unitdb
Fast specialized time-series database for IoT, real-time internet connected devices and AI analytics.
analytics database db iot timeseries timeseries-database trie wal
Last synced: 14 Apr 2025
https://github.com/guycipher/lsmt
Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package
concurrent-safe database datastructure keyvaluestore log-structured-merge-tree lsm-tree lsmtree transactional wal
Last synced: 11 Mar 2026
https://github.com/prologic/bitcask
🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
bitcask database db go golang key-value kv kvstore lsm radix trie wal
Last synced: 13 Apr 2025
https://github.com/dneustadt/hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
color-scheme colorscheme hyper hyper-plugin hyper-theme wal
Last synced: 03 Apr 2025
https://github.com/al8n/orderwal
A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
append-only append-only-log rust wal write-ahead-log
Last synced: 26 Apr 2025
https://github.com/fgmacedo/soonerdb
A LSM-Tree key/value database in Python.
key-value key-value-database key-value-store log-structured-merge-tree lsm-tree memtable python sstable wal write-ahead-log
Last synced: 02 May 2025
https://github.com/fuwn/zed-theme-wal
🎨 A theme for the Zed text editor that utilises your wal colour scheme
pywal text-editor theme wal zed
Last synced: 13 Apr 2025
https://github.com/png261/pywalc
Web client for Pywal to change color-schemes online
changing-color-online changing-colorschemes colorscheme pywal pywal-online pywalc terminal-emulators wal
Last synced: 02 Apr 2026
https://github.com/avindra/dotfiles
:computer: *n*x dotfiles for a user shell. Targets primarily desktop Linux. Uses: i3, fish, pywal, vim, fzf and dirp.
bash-shell dotfiles fish-shell linux linux-desktop preferences programming pywal shell-profile software theme wal
Last synced: 14 Apr 2025
https://github.com/fuwn/pywal.nix
🌈 Extremely straightforward evaluation-time Pywal integration for Home Manager
functional-programming home-manager nix nixos pywal wal
Last synced: 04 Mar 2026
https://github.com/Fuwn/pywal.nix
🌈 Extremely straightforward evaluation-time Pywal integration for Home Manager
functional-programming home-manager nix nixos pywal wal
Last synced: 04 Oct 2025
https://github.com/dfsp-spirit/wal
Quake modding toolkit for R. Can read, export and import Quake bitmap images in WAL and Q1 texture formats, read and export MDL and MD2 models, extract PAK and WAD archives.
image pak quake quake-engine quake2 textures wad wal
Last synced: 13 Apr 2025
https://github.com/ez-cdc/dbmazz
CDC, radically simplified. One Rust binary replaces Kafka + Debezium + ZooKeeper + Flink. Any source, any target. 300K+ events/sec · <1s latency · ~5 MB RAM. Fewer components = fewer failures + lower cloud bill. Open-source.
cdc change-data-capture data-engineering data-pipeline debezium-alternative flink-alternative postgresql realtime replication rust snowflake starrocks wal
Last synced: 29 Apr 2026
https://github.com/ashwaniydv/my-lsm-tree-cpp
Log-structured Key-Value storage engine written in C++
bitcask cpp database db storage-engine wal write-ahead-logging
Last synced: 23 Apr 2025
https://github.com/xi/xiwal
Generate terminal color schemes
colorscheme colorscheme-generator terminal wal
Last synced: 29 Jul 2025
https://github.com/patilharshal16/psql-replication
Postgres replication: Read data from WAL(Write ahead log) file i.e. in binary format and convert that WAL data to readable JSON format using the Wal2JSON library and store that JSON data in database/S3/Cloud for auditing purpose.
database databases ddl ddl-export java java-8 kafka postgres postgresql postgresql-database psql psql-database replication spring-boot stream wal wal2json
Last synced: 27 Oct 2025
https://github.com/ul0gic/sqlite-deno
A true-Deno SQLite. WASM-based, no FFI, honors Deno permission model. Build-in-public: engine (Deno-FS VFS + both concurrency modes + crash recovery) proven; public API in progress.
database deno edge sqlite typescript vfs wal wasm webassembly
Last synced: 24 Jun 2026
https://github.com/bnomei/kirby3-sqlite-cachedriver
Kirby 3 SQLite Cache-Driver
cache key key-value kirby3 kirby3-cms kirby3-plugin performance pragma sqlite transactions value wal
Last synced: 13 Mar 2025
https://github.com/misachi/pg_wal_ext
Read WAL files and possibly generate the SQL
postgres postgresql-extension wal write-ahead-log
Last synced: 28 Apr 2026
https://github.com/lukaszbudnik/pintor
A robust Java implementation of a Write Ahead Log (WAL) system designed for ensuring data durability and consistency in database systems.
database java wal write-ahead-log
Last synced: 17 May 2026
https://github.com/xuyuchen9/loomq
A durable time kernel for distributed systems
concurrency delay-queue distributed-systems high-performance java-21 java-25 lightweight no-polling no-redis task-scheduling virtual-threads wal
Last synced: 30 May 2026
https://github.com/softadastra/sync
Durable synchronization engine built on WAL, outbox, retries, and explicit conflict handling.
acks convergence outbox recovery snapshots softadastra wal
Last synced: 30 May 2026
https://github.com/securityronin/sqlite-forensic
SQLite forensic library — read-only b-tree/freelist/WAL reader plus a deleted-record carver that recovers freed-page, in-page, and dropped-table rows. Panic-free, forbid-unsafe, validated against undark and fqlite.
btree carving data-recovery deleted-record-recovery dfir digital-forensics forensics incident-response rust sqlite sqlite-forensics wal
Last synced: 21 Jun 2026
https://github.com/impankratov/pywal-lush
🎨 pywal-based neovim colorscheme
lua lush-nvim neovim neovim-colorscheme vim vim-colorscheme wal wpgtk
Last synced: 11 May 2026
https://github.com/kanutocd/pgoutput-client
Transport-only PostgreSQL logical replication client for receiving pgoutput CopyData payloads.
cdc change-data-capture event-streaming logical-decoding logical-replication pgoutput postgresql replication-client replication-slots ruby streaming wal
Last synced: 23 Jun 2026
https://github.com/ljmsc/wal
write ahead log
disk go golang log storage wal write-ahead-log
Last synced: 13 Mar 2026
https://github.com/themankindproject/keplordb
A columnar log engine optimized for high-throughput ingestion of structured, append-only, time-ordered events.
append-only avx2 columnar-storage database db embeddable iot log-engine logging mmap rust simd telemetry time-series wal
Last synced: 28 May 2026
https://github.com/l00pss/walrus
Walrus is a high-performance and reliable Write-Ahead Log (WAL) implementation written in Go. It's designed for data integrity and reliable recovery operations.
Last synced: 30 Jan 2026
https://github.com/kanutocd/pgoutput-parser
A pure Ruby parser for PostgreSQL pgoutput logical replication CopyData payloads.
binary-parser cdc change-data-capture logical-decoding logical-replication pgoutput postgres postgresql postgresql-replication protocol-parser ractor ractor-safe replication ruby stream-processing wal
Last synced: 23 Jun 2026
https://github.com/hslam/wal
Package wal implements write-ahead logging.
batch-write go golang log mmap segment wal write-ahead-logging
Last synced: 30 Mar 2025
https://github.com/shirotech/indexmap_store
Persistent `IndexMap` for Rust. In-memory hash-ordered map plus an append-only WAL on disk. O(1) get / insert / remove / modify, insertion-order iteration, crash-safe torn-tail recovery, automatic compaction. `serde`-generic keys and values.
append-only-log embedded-database indexmap key-value-store persistent-storage rust serde wal
Last synced: 11 Jun 2026
https://github.com/elares/ironbus
IronBus: a simple, resilient, hyperscale, edge-first, cross-platform single-topic message queue in Rust.
backpressure crash-recovery durability edge-computing embedded-database event-streaming iot message-broker message-queue nats pubsub rust single-binary wal
Last synced: 04 Jul 2026
https://github.com/srotya/minuteman
Embeddable Clustered Replicated WAL Library (Pre-Alpha)
database distributed-systems leader-election replication-cluster wal
Last synced: 06 Jan 2026
https://github.com/juminiy/wal
GNU99 C Utils Collections
c99 json json-flatten map memory-layout mutex optimized-memory thread wal workgroup
Last synced: 02 Jan 2026
https://github.com/danihek/zathura-hellwal
🎨📖 A script that dynamically generates a zathura colorscheme based on hellwal colors.
colors colorscheme hellwal pdf pywal wal zathura
Last synced: 04 Oct 2025
https://github.com/sabrehagen/wal-fade
fade your background color through your wal color palette
Last synced: 28 Apr 2026
https://github.com/vladimiracunadev-create/gabysql
🗄️ GabySQL · Base de datos embebida en Rust, multiplataforma, archivo único .db, WAL, API HTTP/JSON y admin web liviano. Diseñada para entornos embebidos y edge. 🦀
cross-platform database docker embedded-database http-api php rust single-file-database sql storage-engine wal
Last synced: 01 Jun 2026
https://github.com/layer1labs/chronomemory
Epistemic State Database (ESDB) — tamper-evident, WAL-based persistence for agentic AI workflows. OEA anti-hallucination fields, confidence-filtered RAG retrieval, SHA-256 hash chain, CPSC projection engine.
agent-memory agentic-ai anti-hallucination chronomemory constraint-topology cpsc epistemic-ai esdb layer1labs oea python rust wal
Last synced: 04 Jun 2026
https://github.com/zvndev/powdb
PowDB — Rust native database with PowQL query language
btree database embedded-database nosql powql query-language rust wal
Last synced: 05 Jun 2026
https://github.com/pgx-contrib/pgxrepl
Change data capture for pgx v5 — typed logical replication events with CollectableRow scanning and at-least-once delivery
cdc change-data-capture go golang logical-replication pgoutput pgx postgres postgresql replication wal
Last synced: 13 Jun 2026
https://github.com/kanutocd/cdc-concurrent
Provides optional Async-backed I/O-concurrent execution for cdc-core. It accelerates I/O-bound Change Data Capture (CDC) event processing while preserving the cdc-core programming model.
async cdc change-data-capture concurrency data-pipeline event-processing fiber-scheduler io-concurrency logical-replication pgoutput postgres postgresql ruby ruby-gem wal
Last synced: 23 Jun 2026
https://github.com/dj258255/minidb
A relational database built from scratch in C to dissect how PostgreSQL/MySQL work — pages, buffer pool, heap, B+Tree, SQL parser/executor, WAL, transactions.
b-tree c database database-internals dbms from-scratch learning-project sql storage-engine wal
Last synced: 24 Jun 2026
https://github.com/kwhorne/sql-anywhere
🪶 A friendly, embeddable SQL engine built on SQLite — local-first, replication-ready, and right at home wherever your app runs. Made with care by Elyra.
database edge embedded-database local-first offline-first replication rust sql sqlite wal
Last synced: 25 Jun 2026