optimistic-locking
There are 49 repositories under optimistic-locking topic.
saxix/django-concurrency
Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
werf/lockgate
Lockgate is a cross-platform distributed locking library for Go. Supports distributed locks backed by Kubernetes or HTTP lock server. Supports conventional OS file locks.
eugene-khyst/spring-data-examples
Spring Data JPA, Spring Data JDBC, and Spring Data R2DBC examples and a comprehensive guide to JPA fetching and locking strategies.
handosme/mybatis-generator-plus
轻度扩展mybatis-generator-core插件,与官方插件兼容。
ph4r05/laravel-queue-database-ph4
Laravel Database Queue with Optimistic locking
pictet-technologies-open-source/reactive-todo-list-r2dbc
Sample reactive application using Angular, Spring Boot, Spring Webflux, Spring Data R2DBC and PostgreSQL. It also demonstrates the notification feature of PostgreSQL (listen/notify)
laurynas-biveinis/unodb
Adaptive Radix Tree in C++
laravel-enso/versioning
Prevents update conflicts in Laravel
sfu-dis/optiql
Optimistic queue-based reader-writer lock for robust index synchronization (SIGMOD 2024)
Abdulsametileri/hotel-reservation-service
A basic hotel reservation system with 2PC using pessimistic and optimistic locks in Go
crossoverJie/gorm-optimistic
This is an optimistic lock plugin based on GORM.
albertllousas/meetups-microservice
Meetups microservice, applying tactical DDD building blocks and in a real example.
pera-soft/stock-management
Stock Management Application
jorzel/concurrency-control
In this repo I would like to show 4 strategies of concurrency control for writing data using Python SQLAlchemy ORM and PostgresSQL (however this examples could be easily transformed to plain SQL).
pictet-technologies-open-source/reactive-todo-list
Sample reactive application using Angular, Spring Boot, Spring Webflux and MongoDB. It also demonstrates the Change Streams feature of MongoDB.
inomera/lock-provider
distributed and local lock provider
filipsnastins/concurrency-control-with-dynamodb
Examples of applying pessimistic and optimistic concurrency control with AWS DynamoDB.
joanna-liana/specification-pattern
Sample (and incomplete) implementation of the Specification pattern in Node.js + TypeORM
senotrusov/redis-call
Redis access library for Ruby with thread-aware connections, handy API for key name construction, transactions and queues.
Snawoot/occ
Generic optimistic concurrent container for Go
AntonioRDev/transactions
API Autorizador de transações
aqib1/Bool.com
MANCALA Game for Bool.com
BAEKJungHo/concurrency-stock
Inflearn. 재고시스템으로 알아보는 동시성이슈 해결 방법
eMahtab/optimistic-locking
Optimistic Locking example using version with MySQL database table
farbodahm/dynamodb-optimistic-locking
A simple project to implement optimistic locking (using versioning) on DynamoDB.
jun-labs/concurrency
🔐 Learning Concurrency
omaskery/optimistic-gorm
Experimental little library implementing an optimistic locking primitive for GORM, a Go ORM library.
PandaTechAM/be-lib-efcore-audit-base
EF Core Auditing made easy - Track entity changes, handle deletions, and manage versioning with optimistic concurrency control.
RafaelGSS/fastify-conditional-requests
Use ETag to Preconditional requests to solve concurrency requests.
yehohanan7/glock
Optimistic lock using persistent stores
manuelarte/awesome-gorm
A curated list of available Gorm plugins
YunusEmreNalbant/hibernate-optimistic-and-pessimistic-locking
Hibernate’in Pessimistic (Kötümser) ve Optimistic (İyimser) kilitleme stratejilerini Spring Boot tabanlı bir uygulama üzerinde nasıl kullanabileceğimizi gösteren bir örnek uygulamadır.