dynamoc
dynamoc copied to clipboard
A DynamoDB GUI client https://ieiayaobb.github.io/dynamoc/
Dynamoc
Dynamoc is a GUI client for dynamodb-local, dynalite and AWS dynamodb
Build status
Screenshots
How to build
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack
TODO list
- [x] Loading mask for operations
- [ ] Previous page for scan
- [x] Query on Primary Key
- [x] Query on GSI
- [x] View detail record on JSON value
- [ ] Edit specified record
- [ ] Delete specified record
- [ ] Show JSON tree for record
- [ ] Show console for each operation
- [ ] Handle page size for query results
- [ ] Add a beautiful LOGO
Thanks to
- vuejs
- vue-router
- vuex
- Element-UI
- electron
- electron-vue
LINCESE
MIT