Skip to content
#

acid

Here are 16 public repositories matching this topic...

Embedded realtime database with vector search (HNSW), BM25, RRF hybrid retrieval, Boolean DSL, real-time SUB/UNSUB push, and ACID transactions with WAL. One self-contained binary under 1 MB. Apache-2.0.

  • Updated Jun 8, 2026
  • Python

A production-ready FastAPI-based wallet service integrating Paystack for payment processing and Google OAuth for authentication. The system supports dual authentication modes: JWT tokens for end-users and API keys for service-to-service communication, Include wallet deposits via Paystack with secure webhook verification, wallet-to-wallet transfers

  • Updated Dec 31, 2025
  • Python

A real relational database engine from scratch in pure Python, zero dependencies: checksummed paged storage, a bounded buffer pool, a B+Tree with secondary indexes and overflow pages, a WAL with crash recovery, MVCC transactions, a SQL parser + planner (joins, aggregation), a DB-API 2.0 driver, and a client/server.

  • Updated Sep 9, 2026
  • Python

Database performance engineering lab demonstrating 148x query optimization through advanced indexing strategies and ACID-compliant transaction patterns. Features production-ready implementations spanning both SQL and NoSQL paradigms with measured performance analytics. A practical showcase of database engineering principles.

  • Updated Feb 27, 2025
  • Python

Add this topic to your repo

To associate your repository with the acid topic, visit your repo's landing page and select "manage topics."

Learn more