Follow us

NoSQL Workbench for DynamoDB to design, visualize and query your data models using UI

 

NoSQL Workbench for AWS DynamoDB provide visual editor tool to create, view DB model/table. Insert record, run queries.

Generally to achieve this we need AWS console access and then we can do all these things from there but think for developer who do not have access to AWS console, in that case either they can use AWS SDK to run API's and play with DynamoDB but that is not providing you UI. So in that we developer can prefer NoSQL Workbench which they can download and install on his machine and do everything using UI and finally commit the change to AWS DynamoDB account you want to and for that you just need access key and secret key with AWS DynamoDB permission.

 

Demo:

  1. First download it and install:

  1. After successful installation, open it and click on launch AWS DynamoDB and then it will give you left navigation menu option to do all the stuff you need. From data modeler tab, you can define the mode(DB) and then all the required tables and its attributes/fields.

  1. From Visualizer tab, you can add/edit sample records(rows) and then using "Commit to Amazon DynamoDB", you can push your model to AWS account DynamoDB:

While you use commit to Amazon DynamoDB it ask you to provide AWS region, access key and secret key and then it will make available your model to AWS account:

Note: It also provide you to update model on your local DynamoDB.

  1. On successful commit, you can verify you model to AWS account (using console):

 

  1. With NoSQL Workbench, "Operation Builder" menu option you can run the query on the table.

 

 

Categories/Tags: NoSQL Workbench~DynamoDB

Recent Articles

1

AWS Saving Plan - Cost optimization tips

2
3

AWS RDS Key Concepts & Why you should use it?

4
5

Open-Search/Kibana - Multi Tenancy Setup

See All Articles