1.9.5 • Published 10 days ago

dynamodb-dashboard v1.9.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

icons8-database-administrator-96

DynamoDB Dashboard

A Web GUI Dashboard for local or remote DynamoDB, inspired from dynamodb-admin.

npm npm NPM

Docker Pulls Docker Image Size (tag)

dynamodb-dashboard Builder

Installation:

Install application globally:

npm install --global dynamodb-dashboard

Start dynamodb-dashboard instance:

dynamodb-dashboard start
Options
  • -d, --debug : show log output of running application (default: false)
  • -o, --open : open http://\:\/dynamodb (default: false)
  • -p, --port <port> : port to run app (default: 4567)
  • -h, --host <host> : host to run app (default: 127.0.0.1)

Setting Environment variables

Currently, following environment variables are supported, with default values:

  • AWS_REGION (default: us-west-2)
  • AWS_ENDPOINT (default: http://127.0.0.1:8000)
  • AWS_ACCESS_KEY_ID (default: fakeAccessKeyId)
  • AWS_SECRET_ACCESS_KEY (default: fakeSecretAccessKey)
  • AWS_SESSION_TOKEN (optional)

To configure, set the AWS environment variables in the terminal session before launching dynamodb-dashboard, example in .bashrc file.

Development Setup

  1. Setup Vue.js App
  2. Setup Node Express Server

OR

$ git clone https://github.com/kritish-dhaubanjar/dynamodb-dashboard.git
$ cd dynamodb-dashboard
$ make watch

Docker

Dockerfile

docker-compose

Preview:

dynamodb-dashboard

image

Demo:

https://user-images.githubusercontent.com/25634165/192109458-a621bc06-788d-4d54-9dc2-9064380ee837.mp4

Contributors ✨

Thanks goes to these wonderful people:

License

Distributed under the MIT License. See LICENSE for more information.

1.9.5

10 days ago

1.9.1

6 months ago

1.9.3

5 months ago

1.9.2

6 months ago

1.8.2

8 months ago

1.9.0

7 months ago

1.8.1

8 months ago

1.8.0

8 months ago

1.7.0

11 months ago

1.5.4

1 year ago

1.5.3

1 year ago

1.6.0

1 year ago

1.5.2

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.4.2

1 year ago

1.3.3

1 year ago

1.0.6

2 years ago

1.4.1

1 year ago

1.3.2

1 year ago

1.0.5

2 years ago

1.4.0

1 year ago

1.3.1

1 year ago

1.0.4

2 years ago

1.2.1

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago