idempotent
There are 47 repositories under idempotent topic.
pig-mesh/idempotent-spring-boot-starter
spring boot idempotent starter
luno/workflow
A tech stack agnostic Event Driven Workflow framework, written in Go, that supports durable, robust, and idempotent state changes with timeouts, callbacks, scheduled triggers, and await calls. Compatible with Kafka and Reflex out of the box.
HarryHarcourt/Ansible-RHEL7-CIS-Benchmarks
This repository contains an Ansible Role for RHEL7 / CentOS based on the Center for Internet Security Benchmarks
clayrisser/idempotent-babel-polyfill
import babel-polyfill multiple times
qonto/idempotent-request
Rack middleware ensuring at most once requests for mutating endpoints.
Alokia/Idempotent-Generative-Network
Idempotent Generative Network's unofficial pytorch implementation
weihubeats/mq-idempotent
mq幂等框架开箱即用(支持RocketMQ、RabbitMQ、Kafka)mq idempotent framework (support RocketMQ, RabbitMQ, Kafka)
go-cinch/layout
Go Cinch Project Template
guitsaru/rack-idempotency
Rack middleware for idempotency guarantees in mutating endpoints.
javidalpe/laravel-idempotency
Laravel Idempotency Middleware
WangJi92/idempotent-spring-boot-starter
幂等的,防止重复的提交,使用spring HandlerInterceptor 拦截+redission 提供的分布式锁来进行控制
HarryHarcourt/Ansible-RHEL8-CIS-Benchmarks
Ansible role for RedHat Enterprise Linux release 8 following the CIS Benchmarks
jaclu/spd
Minimalistic POSIX shell iSH-app deployment toolset
telekom/netplanner
Netplanner is netplan.io compatible CLI which adds more netdev devices.
catmullet/one
🚥 Idempotency Handler, for making sure incoming requests are idempotent. Useful for payments, "at least once delivery" systems and more.
jaclu/ishTools
tools I use to make life easier using iSH shell
arun0009/idempotent
Make your APIs Idempotent
go-cinch/auth
auth api
jcagarcia/grape-idempotency
Gem for supporting idempotency in your Grape APIs
briantist/Idempotion
Use PowerShell DSC resources as imperative functions.
TomerAberbach/keyalesce
🔑 Get the same key for the same sequence of values!
xuxiaowei-com-cn/spring-boot-starter-idempotent
一个基于 Spring Boot Redis 的 幂等
nageoffer/seraph
幂等基础组件,支持接口幂等和消息队列重复消费问题。
ablestack/reactive-domain-objects
Intelligently synchronizes any source of JSON data with rich observable Domain Models
mahendraHegde/node-idempotency
makes any request idempotent across nodejs frameworks like nestjs, express, fastify
sobhanatar/idempotent
Idempotent Package for Laravel
Elijas/redis-message-queue
Robust Python queuing with message deduplication
rdt712/middy-idempotency
Make AWS Lambda Functions Idempotent using Middy
EvanDylan/unicorn
Unicron is easy to use, java based, idempotent solution
HeyFL/chris-project-parent
1.基础Common依赖工程 2.redis依赖以及幂等扩展工程 3.基于RabbitMQ的rabbitmq_delayed_message_exchange插件的消息级延迟补偿工程
clarkzinzow/Distributed-File-Server
A simple, idempotent UDP-based distributed file server, written in C.
mraerino/hacknow
⛏ Utility for automation of project directories and switching workspaces
zhuangjinjin/idempotent-boot-starter
idempotent integration with spring-boot
AustinHellerRepo/RustyChain
This library abstracts over functional processing units represented as chainlinks. Each link in the chain is meant to be independent, idempotent, largely immutable, and highly testable.
PouyaPouryaie/springboot-kafka
This project demonstrates a simple kafka producer and consumer alongside another feature like error-handling, integration test with testcontainer and more