Arattian / DynamoDb-GUI-Client

DynamoDb GUI Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamoDb-GUI-Client

(This project is no longer supported)

First, of all, I really appreciate the work of everyone who contributed to this project so far. This was really challenging and interesting project for me when I get my first job in programming. Unfortunately due to the lack of time and loss of personal interest on this, I will no longer contribute to this project. Thank you very much for supporting me and for every star given to this project. Also, I want to share with you the app that I just saw for database management directly from AWS development team, give it a try they did a good job NoSQL Workbench. Sincerely yours Arattian::LinkedIn

All Contributors

Cross-platform GUI client for DynamoDb

GitHub

Logo

πŸ‘€ Logo

Run

git clone https://github.com/Arattian/DynamoDb-GUI-Client.git
cd DynamoDb-GUI-Client
npm i
# Electron serve
npm run electron:serve
# Vue Cli serve
npm start

Build Instructions

git clone https://github.com/Arattian/DynamoDb-GUI-Client.git
cd DynamoDb-GUI-Client
npm i
# Electron application build(This will build app for your OS)
npm run electron:build

Features

  • Remote Access of AWS DynamoDB Service*

  • Local DynamoDB

  • Supports multiple databases

  • View

    • Table view
      • Records view
      • Table schema view
  • Operation

    • Record
      • Add Record
      • Edit Record
      • Delete Record
    • Table
      • Add Table
      • Edit Table
      • Delete Table
    • Filter by attribute value
    • Filter by attribute name
  • For remote access, need to provide access and secret keys.All keys stored in localStorage.

Contributors

Thanks goes to these wonderful people (emoji key):

Misak Poghosyan
Misak Poghosyan

πŸš‡ ⚠️ πŸ“’ πŸ”§ 🚧 πŸ’»
Gevorg A. Galstyan
Gevorg A. Galstyan

πŸ€” πŸš‡ 🚧 πŸ“’ πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

DynamoDb GUI Client

License:MIT License


Languages

Language:Vue 50.5%Language:TypeScript 47.4%Language:JavaScript 1.5%Language:HTML 0.7%