RickZee / dynamodb-gui

Amazon Dynamo DB management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Dynamo DB management tool

Please Note: this is a very work in progress.

Purpose

To provide a simple GUI to view, and in the future manage, your local Dynamo DB instance. Currectly uses the default port 8000 to connect to local Dynamo DB.

Prerequisites

Install Node

How to use

$ git clone https://github.com/RickZee/dynamodb-gui.git
$ cd dynamodb-gui
$ npm i
$ npm start

Roadmap

  • Add visualization to tp display map and list attribute types
  • Item creating, editing, deletion
  • Table modification
  • Table creation and deletion
  • Ability to connect to "real" Dynamo DB
  • Import/Export
  • Add pagination to table view
  • Support AWS dynamodb query syntax in table view

Contribute

Please create tickets for suggestions and bugs.

Or - fork, fix and create a PR :)

Licence

MIT License

About

Amazon Dynamo DB management tool

License:MIT License


Languages

Language:JavaScript 50.7%Language:TypeScript 32.9%Language:HTML 11.3%Language:CSS 5.0%