Setting up NoSQL Workbench
Let us start by downloading NoSQL Workbench and installing it on our local machines. The tool itself is free of cost and supports multiple platforms such as macOS, Windows, and major Linux distributions. First, you will download it from the AWS docs (2) and make sure to note the directory you download it to.
Downloading NoSQL Workbench
Depending on your operating system, you can download the appropriate package from the AWS docs (2). This process should be straightforward.
Fun Fact
The NoSQL Workbench installation packages are served off Amazon Simple Storage Service (S3), an AWS object storage service with 99.999999999% (11 nines) of durability. An example from the public docs about S3: if you store 10,000,000 objects in it, you can on average expect to incur a loss of a single object once every 10,000 years.
Installing NoSQL Workbench
Yet again, the installation procedure may vary depending on your operating system. The corresponding operating...