All Projects โ†’ deptno โ†’ Dynamon

deptno / Dynamon

Licence: other
๐Ÿ˜ˆ Dynamon is GUI client for DynamoDB, can connect local dynamodb.

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to Dynamon

Dynamodb Gui Client
DynamoDb GUI Client
Stars: โœญ 540 (+66.67%)
Mutual labels:  aws, dynamodb, gui
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: โœญ 2,247 (+593.52%)
Mutual labels:  aws, dynamodb
Faraday
DynamoDB client for Clojure
Stars: โœญ 193 (-40.43%)
Mutual labels:  aws, dynamodb
Terraform Aws Tfstate Backend
Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.
Stars: โœญ 229 (-29.32%)
Mutual labels:  aws, dynamodb
Sqs Worker Serverless
Example for SQS Worker in AWS Lambda using Serverless
Stars: โœญ 164 (-49.38%)
Mutual labels:  aws, dynamodb
Aws Cost Saver
A tiny CLI tool to help save costs in development environments when you're asleep and don't need them!
Stars: โœญ 178 (-45.06%)
Mutual labels:  aws, dynamodb
Serverless Analytics
Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
Stars: โœญ 219 (-32.41%)
Mutual labels:  aws, dynamodb
Serverless Dynamodb Autoscaling
Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.
Stars: โœญ 142 (-56.17%)
Mutual labels:  aws, dynamodb
Komiser
โ˜๏ธ Cloud Environment Inspector ๐Ÿ‘ฎ๐Ÿ”’ ๐Ÿ’ฐ
Stars: โœญ 2,684 (+728.4%)
Mutual labels:  aws, dynamodb
Aws Toolkit Eclipse
AWS Toolkit for Eclipse โ€“ย an open-source plugin for developing, deploying, and managing AWS applications.
Stars: โœญ 252 (-22.22%)
Mutual labels:  aws, dynamodb
Arc.codes
The Architect web site! ๐ŸŒฉ
Stars: โœญ 271 (-16.36%)
Mutual labels:  aws, dynamodb
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: โœญ 153 (-52.78%)
Mutual labels:  aws, dynamodb
Awsmobile Cli
CLI experience for Frontend developers in the JavaScript ecosystem.
Stars: โœญ 147 (-54.63%)
Mutual labels:  aws, dynamodb
Realworld Dynamodb Lambda
ฮป serverless backend implementation for RealWorld using AWS DynamoDB + Lambda
Stars: โœญ 185 (-42.9%)
Mutual labels:  aws, dynamodb
Dynomite
โšก๐Ÿฆ€ ๐Ÿงจ make your rust types fit DynamoDB and visa versa
Stars: โœญ 144 (-55.56%)
Mutual labels:  aws, dynamodb
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: โœญ 202 (-37.65%)
Mutual labels:  aws, dynamodb
Dynamodb Documentclient Cheat Sheet
DynamoDB JavaScript DocumentClient cheat sheet
Stars: โœญ 293 (-9.57%)
Mutual labels:  aws, dynamodb
Graphql Recipes
A list of GraphQL recipes that, when used with the Amplify CLI, will deploy an entire AWS AppSync GraphQL backend.
Stars: โœญ 137 (-57.72%)
Mutual labels:  aws, dynamodb
Dql
A SQL-ish language for DynamoDB
Stars: โœญ 141 (-56.48%)
Mutual labels:  aws, dynamodb
Step Functions Draw.io
You can make a AWS step functions workflow with GUI and export/import JSON/YAML.
Stars: โœญ 231 (-28.7%)
Mutual labels:  aws, gui

๐Ÿ˜ˆ 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

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

link

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].