Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.