The Wayback Machine - https://web.archive.org/web/20221031141138/https://github.com/deptno/dynamon
Skip to content
This repository has been archived by the owner. It is now read-only.

deptno/dynamon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

😈 Dynamon. DynamoDB GUI client

CircleCI Logo

Dynamon is GUI client for DynamoDB.


Recent update

  • support Local dynamodb stream(v0.3) Stream
  • Drop {electron, monorepo} to develop fast
  • Connect dynamodb-local (docker run -p 8000:8000 amazon/dynamodb-local)
{
  "region": "dynamon",
  "endpoint": "http://localhost:8000"
}
  • Support create table

unstable (dynamon developed targeting local environment)

👀 Click to watch screenshot

run

npm -g i dynamon
dynamon # run

contribution

npm i
npm run watch # for backend typescript compile
npm run start

Logging

DEBUG=dynamon* npm run start # dynamon only
DEBUG=dynalee* npm run start # dynalee(aws-sdk wrapper, engine for dynamon)
DEBUG=dyna* npm run start # dynamon, dynalee
DEBUG=* npm run start # ??

features

  • Local DynamoDB (port 8000)
  • View
    • Table view
      • Sub collection view
      • Table schema view
      • Nested JSON(Enter, Leave)
    • JSON view
  • Operation
    • Table
      • Add Table
      • Edit Table
      • Delete Table
    • Search
      • Scan
      • Query
      • Index
    • Document
      • Add multiple documents
      • Add document
      • Edit document
      • Delete document
  • Stream - support function endpoint

link