awslabs / amazon-dynamodb-lock-client

The AmazonDynamoDBLockClient is a general purpose distributed locking library built on top of DynamoDB. It supports both coarse-grained and fine-grained locking.
Other
472 stars 85 forks source link

Is it possible to migrate this set of logic to a relational database, such as MySQL #80

Open EternalSaul opened 2 years ago

EternalSaul commented 2 years ago

Many times, business logic may need to rely on leader election, but there is not always a dynamodb. Do you think is it possible to migrate this set of logic to a relational database, like mysql?