dynamolock
Dynamo Lock Client
A distributed locking library built for Amazon's DynamoDB service.
DynamoDB Lock Client for Go
127 stars
1 watching
47 forks
Language: Go
last commit: 12 days ago dynamodbdynamodb-lock-client
Related projects:
Repository | Description | Stars |
---|---|---|
cirello-io/pglock | A distributed locking library built on top of PostgreSQL | 108 |
aws/aws-dynamodb-encryption-java | Provides encryption and signing services for data stored in Amazon DynamoDB | 138 |
softprops/dynomite | A Rust library that enables writing DynamoDB applications with minimal boilerplate and robust error handling. | 220 |
twharmon/dynago | A package simplifying interaction with AWS DynamoDB using Go. | 12 |
arattian/dynamodb-gui-client | A tool for managing AWS DynamoDB databases from a graphical user interface. | 660 |
subchen/go-trylock | Provides trylock functionality on top of read-write locks for Golang concurrency control | 35 |
fogfish/dynamo | A library providing a key-value abstraction for storing data in AWS DynamoDB and S3 with type-safe Golang structs | 19 |
scanamo/scanamo | Simplifies using DynamoDB with Scala by leveraging the type system and higher-level abstractions to reduce errors and typos. | 319 |
viney-shih/go-lock | A lock library implementing read-write mutex and read-write trylock without starvation to prevent system blocking | 117 |
lk4d4/trylock | Implementation of a mutex-like locking mechanism using unsafe Go constructs | 66 |
victorquinn/dynasty | A clean and simple Amazon DynamoDB client with built-in Promise support for Node.js applications. | 159 |
savaki/dynastore | A DynamoDB-based in-memory storage solution for web applications using the Gorilla Toolkit framework. | 4 |
melchyore/adonis-dynamodb | A toolset for managing DynamoDB tables in an AdonisJs application | 6 |
sanketplus/go-mysql-lock | Provides a locking primitive using MySQL's GET_LOCK mechanism to synchronize access in multi-instance applications. | 62 |
scille/umongo | A Python library for interacting with MongoDB using object-document mapping and asynchronous support | 448 |