Skip to content
#

data-consistency

Here are 20 public repositories matching this topic...

A new package designed to analyze and structure user-submitted text, specifically focusing on community feedback and moderation. The package leverages the capabilities of llmatch-messages to process a

  • Updated Dec 21, 2025
  • Python

A new package that takes a news headline or short text snippet as input and returns a structured summary of the key details, such as the person involved, the event, and the financial or business impac

  • Updated Dec 21, 2025
  • Python

This new package facilitates extracting structured insights from text-based content related to domain-specific issues, such as analyzing DNS blocking reports. Given unstructured text describing networ

  • Updated Dec 21, 2025
  • Python

A new package designed to extract and structure key technical specifications from quantum computing research and development texts. The package takes unstructured text input describing quantum process

  • Updated Dec 21, 2025
  • Python

🇬🇧 Local PDF / XML data comparator that highlights values not found in the other representation, with no API or external service. 🇫🇷 Comparateur local PDF / XML qui signale les valeurs non retrouvées dans l'autre représentation, sans API ni service externe.

  • Updated Aug 16, 2026
  • Python

Distributed system project implementing a two-phase commit protocol with coordinators and participants. I handled failure cases, ensuring data consistency. The coordinator sends commit requests, and participants vote. Based on votes, the coordinator commits or aborts transactions. I simulated failures and used Python for implementation.

  • Updated May 29, 2024
  • Python

Three-service orchestrated saga with a chaos harness that kills the process at every step boundary and proves compensation converges to a consistent terminal state every time. 7 crash points, 7 consistent recoveries, verified by a money-and-stock conservation oracle. Idempotent under concurrent recovery.

  • Updated Aug 12, 2026
  • Python

Money-movement ledger proving exactly-once processing: transactional outbox + idempotent applier, verified by a crash harness that killed its processes 46 times mid-flight with zero lost and zero double-applied transfers across 20,000. Includes a control experiment measuring the corruption without dedupe: 32 accounts.

  • Updated Aug 12, 2026
  • Python

Change-data-capture projector from Postgres into denormalized read models with ordering guarantees and replay-from-LSN rebuilds that are byte-identical to the incremental projection. Fixes the lost-update bug most hand-rolled CDC ships: changes from transactions that commit out of LSN order, closed with a transaction-visibility watermark.

  • Updated Aug 12, 2026
  • Python

Idempotent, resumable partition backfill orchestrator: survives 38 SIGKILLs across 5 chaos trials with checksum-identical results. Atomic staging swaps, fingerprint-driven selective recompute (7 of 90 partitions on late data), transactional SQLite ledger, Airflow dynamic task mapping adapter. 1.2M rows/s on 2 vCPUs.

  • Updated Aug 4, 2026
  • Python

A transactional outbox relay that guarantees your database and event stream never disagree. Postgres + Kafka/Redpanda, exponential-backoff retries, dead-letter archival to S3/MinIO, and effectively-once delivery. Ports-and-adapters core with zero runtime deps, a real load benchmark, and full production tooling.

  • Updated Jul 6, 2026
  • Python

Add this topic to your repo

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

Learn more