Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirello-io/dynamolock
DynamoDB Lock Client for Go
https://github.com/cirello-io/dynamolock
dynamodb dynamodb-lock-client
Last synced: 3 months ago
JSON representation
DynamoDB Lock Client for Go
- Host: GitHub
- URL: https://github.com/cirello-io/dynamolock
- Owner: cirello-io
- License: apache-2.0
- Created: 2018-07-08T11:13:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T14:04:12.000Z (3 months ago)
- Last Synced: 2024-07-29T18:19:49.642Z (3 months ago)
- Topics: dynamodb, dynamodb-lock-client
- Language: Go
- Homepage: https://godoc.org/cirello.io/dynamolock/v2
- Size: 794 KB
- Stars: 124
- Watchers: 2
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go-extra - dynamolock - 07-08T11:13:00Z|2022-04-08T19:51:54Z| (Distributed Systems / Advanced Console UIs)
README
# DynamoDB Lock Client for Go
** dynamolock v1 is now retired. Please use the [dynamolock/v2][https://cirello.io/dynamolock/v2]. **
This repository is covered by this [SLA](https://github.com/cirello-io/public/blob/master/SLA.md).
The dymanoDB Lock Client for Go is a general purpose distributed locking library
built for DynamoDB. The dynamoDB Lock Client for Go supports both fine-grained
and coarse-grained locking as the lock keys can be any arbitrary string, up to a
certain length. Please create issues in the GitHub repository with questions,
pull request are very much welcome.It is a port in Go of Amazon's original [dynamodb-lock-client](https://github.com/awslabs/dynamodb-lock-client).