A python NoSQL dictionary database, with concurrent access and ACID compliance
-
Updated
Apr 18, 2025 - Python
A python NoSQL dictionary database, with concurrent access and ACID compliance
django-transactions-tutorial 基本教學 - 了解 transactions 概念 📝
Lakesuperior, an alternative Fedora Repository implementation
Python demo code for the new transactions feature in MongoDB 4.0
Production-grade genpark-two-phase-commit-coordinator-skill skill for AI agents
Production-grade genpark-two-phase-commit-coordinator-skill skill for AI agents
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.
Banking transaction simulator demonstrating race conditions and concurrency control strategies (optimistic/pessimistic locking)
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
PostgreSQL bank-transfer ledger demonstrating ACID guarantees — atomic transfers via BEGIN/COMMIT/ROLLBACK, constraint-based consistency, and concurrency-isolation testing with Python & SQLAlchemy. (WIP)
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.
FSM-based transaction engine with exactly-once state guarantees using outbox pattern and optimistic locking
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.
Crash-safe, single-file, embedded document + key-value database. ACID, atomic transactions, Mongo-style queries. Zero dependencies.
To associate your repository with the acid topic, visit your repo's landing page and select "manage topics."