An open API service indexing awesome lists of open source software.

https://github.com/yoanesber/go-idempotency-api

A secure transaction service built with Go, Gin, Redis, and PostgreSQL. It enforces idempotency via unique Idempotency-Keys, ensuring safe retries without duplicate processing. Redis enables fast key checks, while PostgreSQL ensures reliable data persistence.
https://github.com/yoanesber/go-idempotency-api

gin-gonic golang idempotency-key postgresql redis-client

Last synced: 12 months ago
JSON representation

A secure transaction service built with Go, Gin, Redis, and PostgreSQL. It enforces idempotency via unique Idempotency-Keys, ensuring safe retries without duplicate processing. Redis enables fast key checks, while PostgreSQL ensures reliable data persistence.

Awesome Lists containing this project