Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Amazon DynamoDB benchmark/performace driver for SBK #340

Open
teruo-koyanagi opened this issue Mar 22, 2022 · 1 comment
Open

Add Amazon DynamoDB benchmark/performace driver for SBK #340

teruo-koyanagi opened this issue Mar 22, 2022 · 1 comment

Comments

@teruo-koyanagi
Copy link

Describe the Issue (Bug/Feature)
Add the SBK driver for Amazon DynamoDB performance benchmarking.

To Reproduce
See the steps : https://github.com/kmgowda/SBK#add-your-driver-to-sbk
to add the SBK driver for Amazon DynamoDB.
To know about Amazon DynamoDB, see: https://aws.amazon.com/dynamodb/
AWS Java SDK: https://github.com/aws/aws-sdk-java-v2/
Code example with DynamoDB: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/examples-dynamodb.html

Expected behavior
SBK with -class DynamoDB and additional parameters should benchmark the Amazon DynamoDB NoSQL database.

Additional context
DynamoDB is frequently used in the AWS applications in TOYOTA.
For the global deployment, we sometimes need to migrate such applications to other cloud.
To develop the migration, we need a solution to compare DynamoDB with the target NoSQL database, for example Cassandra.
SBK can be the best for it, once it have DynamoDB driver.

#SODACODE2022

@kmgowda
Copy link
Owner

kmgowda commented Apr 3, 2022

thanks @teruo-koyanagi for the issue.. if you add the DynamoDB SBK driver .. it will fetch you SODAHIGH point.. I strongly recommend you to add a simple DynamoDB driver for SBK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants