DDV

Terminal DynamoDB Viewer ⚡️

View the Project on GitHub lusingander/ddv

DDV

Crate Status

Terminal DynamoDB Viewer ⚡️

About

DDV is a TUI application to view Amazon DynamoDB in the terminal.

[!WARNING] This application is designed to be used in a local environment or in a development environment with a small amount of data. It is not suitable for use in a production environment with large amounts of data.

Goals

Non-Goals

Installation

Cargo

$ cargo install --locked ddv

Homebrew (macOS)

$ brew install lusingander/tap/ddv

Downloading binary

You can download pre-compiled binaries from releases.

Usage

After installation, run the following command:

$ ddv

Basically, you can use it in the same way as the AWS CLI.

In other words, if the default profile settings exist or the environment variables are set, you do not need to specify any options.

Options

DDV - Terminal DynamoDB Viewer ⚡️

Usage: ddv [OPTIONS]

Options:
  -r, --region <REGION>     AWS region
  -e, --endpoint-url <URL>  AWS endpoint url
  -p, --profile <NAME>      AWS profile name
  -h, --help                Print help
  -V, --version             Print version

Keybindings

The basic key bindings are as follows:

Key Description
Ctrl-C Quit app
Enter Open selected item
Backspace Go back to previous
j/k/h/l ↓/↑/←/→ Select item / Scroll
? Show help

Detailed operations on each view can be displayed by pressing ? key.

Screenshots

License

MIT