Skip to content

fw-developer/dynamon

 
 

Repository files navigation

Dynamon. DynamoDB GUI client

Logo CircleCI

Dynamon is GUI client for DynamoDB, 🇰🇷 Blog Post(소개글)


unstable (under development)

👀 Click to watch screenshot

checkout development version https://github.com/deptno/dynamon/releases

contribution

yarn
yarn workspace dynamon dev
yarn workspace dynamon-fe dev # run another terminal

or

yarn
yarn dev

features

  • Local DynamoDB (port 8000)
  • Built-in Local DynamoDB (can't spawn in production)
  • View
    • Table view
      • Sub collection view
      • Table schema view
      • Nested JSON(Enter, Leave)
    • JSON view
  • Operation
    • Table
      • Add Table
      • Edit Table
      • Delete Table
    • Record
      • Add multiple records
      • Add record
      • Edit record
      • Delete record

changelog

0.1.5
  • Features

    • Add multiple rows
    • Refresh after operations
  • Bug fixes

    • redux-universal-electron didn't return promise correctly
0.1.4
  • Features

    • Delete record(right click via row header)
    • Move key properties to front
  • Miscellaneous

    • support CI
0.1.3
  • Features
    • Support Copy & Pate
    • Add row
    • Auto reload after add & update row
0.1.2
  • Miscellaneous
    • add Github, Report issue link
0.1.1
  • Features
    • Table schema view
    • support icon
    • can update row and cell
  • Fixes
    • unexpected button click event bubbling
0.1.0 - dynamon is born.

About

😈 Dynamon is GUI client for DynamoDB, can connect local dynamodb.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.5%
  • HTML 0.5%