Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haarcuba/consulock
a distributed lock based on consul
https://github.com/haarcuba/consulock
Last synced: about 15 hours ago
JSON representation
a distributed lock based on consul
- Host: GitHub
- URL: https://github.com/haarcuba/consulock
- Owner: haarcuba
- Created: 2018-02-26T14:39:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T17:57:21.000Z (about 3 years ago)
- Last Synced: 2024-11-14T09:35:13.847Z (5 days ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Consulock
Consulock is a Python interface for managing a shared resource (i.e. shared by
many processes on different machines) based on the
[consul](https://www.consul.io/) framework.Consulock is a simple lock abstraction supporting `acquire`, `release` and some other actions appropriate to the consul framework.
# TODO
I will write more documentation in the future, for the time being, check out the unit tests.