Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivanshvij/dblock
A simple distributed locking library for Go
https://github.com/shivanshvij/dblock
distributed golang lock postgres
Last synced: 17 days ago
JSON representation
A simple distributed locking library for Go
- Host: GitHub
- URL: https://github.com/shivanshvij/dblock
- Owner: ShivanshVij
- License: apache-2.0
- Created: 2024-08-26T00:47:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T15:51:48.000Z (3 months ago)
- Last Synced: 2024-10-09T12:06:12.646Z (3 months ago)
- Topics: distributed, golang, lock, postgres
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DBLock
A simple distributed locking library for Go. Heavily inspired by [cirello.io/pglock](https://github.com/cirello-io/pglock), but built on top of
[ent](https://entgo.io) instead for better database compatibility.[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.22-61CFDD.svg)## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/shivanshvij/dblock][gitrepo]. For more contribution information check out [the contribution guide](contributing).
## License
This project is available as open source under the terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in this project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
[gitrepo]: https://github.com/shivanshvij/dblock
[contributing]: https://github.com/shivanshvij/dblock/blob/main/CONTRIBUTING.md