Skip to content
#

api-reliability

Here are 7 public repositories matching this topic...

Language:Python
Filter by language

Drop-in idempotency layer for POST endpoints: atomic Redis claiming, byte-identical replay, in-flight collapsing. Proof asserted in tests: 50 concurrent duplicate payment requests, exactly one charge. Includes the crash-window test middleware demos hide, closed with a DB uniqueness constraint (ADR explains which layer owns which guarantee).

  • Updated Aug 12, 2026
  • Python

Validating, idempotent ingestion gateway for FHIR-shaped healthcare data: cross-field validation at the door (claim totals must equal item sums), Idempotency-Key replay/409 semantics, batch vs transaction bundles, and a requeueable dead-letter queue. ~600 resources/s measured; bad data never 500s.

  • Updated Aug 6, 2026
  • Python

Improve this page

Add a description, image, and links to the api-reliability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more