-
gcslock
Simple, scalable, distributed mutex for serializing computations anywhere on the Internet (with Go and shell clients)
Based on “A robust distributed locking algorithm based on Google Cloud Storage” and github.com/marcacohen/gcslock.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I've implemented the same algorithm but for python: https://github.com/orsinium-labs/dimutex
-
gcslock
Discontinued Simple, scalable, distributed mutex for serializing computations anywhere on the Internet (with Go and shell clients) [Moved to: https://github.com/mco-gh/gcslock] (by marcacohen)
What are the differences between https://github.com/marcacohen/gcslock ?
-
distributed-lock-google-cloud-storage-ruby
Ruby implementation of a distributed lock based on Google Cloud Storage
When compared to “A robust distributed locking algorithm based on Google Cloud Storage”, the differences are described in this issue:
Related posts
-
dimutex: asyncio Python library for distributed mutex with GCS as a backend
-
dimutex: asyncio Python library for distributed mutex with GCS as a backend
-
dimutex: asyncio Python library for distributed mutex with GCS as a backend
-
dimutex: asyncio Python library for distributed mutex with GCS as a backend
-
dimutex: asyncio Python library for distributed mutex with GCS as a backend