All Projects → YoyaTeam → dynamodb-manager

YoyaTeam / dynamodb-manager

Licence: MIT license
A Dynamodb admin & manager GUI for DynamoDB Local and remote.

Programming Languages

Vue
7211 projects
SCSS
7915 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dynamodb-manager

redimo.go
Use the power of DynamoDB with the ease of the Redis API
Stars: ✭ 29 (-74.56%)
Mutual labels:  dynamodb, dynamodb-client
dynobase
Dynobase - Professional GUI Client for DynamoDB (releases / issues / roadmap repository) https://dynobase.dev
Stars: ✭ 66 (-42.11%)
Mutual labels:  dynamodb, dynamodb-client
aws-dynamodb-java-example-local-testing
Example Gradle Java project for using AWS DynamoDB for local testing.
Stars: ✭ 22 (-80.7%)
Mutual labels:  dynamodb, dynamodb-local
Sqs Worker Serverless
Example for SQS Worker in AWS Lambda using Serverless
Stars: ✭ 164 (+43.86%)
Mutual labels:  dynamodb
Scalardb
Universal transaction manager
Stars: ✭ 178 (+56.14%)
Mutual labels:  dynamodb
Serverless Analytics
Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
Stars: ✭ 219 (+92.11%)
Mutual labels:  dynamodb
aws-pdf-textract-pipeline
🔍 Data pipeline for crawling PDFs from the Web and transforming their contents into structured data using AWS textract. Built with AWS CDK + TypeScript
Stars: ✭ 141 (+23.68%)
Mutual labels:  dynamodb
Dynasty
Dynasty - Promise-based, clean DynamoDB API
Stars: ✭ 157 (+37.72%)
Mutual labels:  dynamodb
PocoDynamo
C# .NET Typed POCO Client for AWS Dynamo DB
Stars: ✭ 39 (-65.79%)
Mutual labels:  dynamodb
Yoyo
A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.
Stars: ✭ 210 (+84.21%)
Mutual labels:  dynamodb
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (+77.19%)
Mutual labels:  dynamodb
Realworld Dynamodb Lambda
λ serverless backend implementation for RealWorld using AWS DynamoDB + Lambda
Stars: ✭ 185 (+62.28%)
Mutual labels:  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 (+100.88%)
Mutual labels:  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 (+56.14%)
Mutual labels:  dynamodb
aws-developer-associate-certificate
Note to pass the AWS Developer Associate Exam
Stars: ✭ 53 (-53.51%)
Mutual labels:  dynamodb
Dynamodb Geo.js
A node-friendly typescript port of https://github.com/awslabs/dynamodb-geo
Stars: ✭ 161 (+41.23%)
Mutual labels:  dynamodb
Aws Toolkit Eclipse
AWS Toolkit for Eclipse – an open-source plugin for developing, deploying, and managing AWS applications.
Stars: ✭ 252 (+121.05%)
Mutual labels:  dynamodb
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+1871.05%)
Mutual labels:  dynamodb
Faraday
DynamoDB client for Clojure
Stars: ✭ 193 (+69.3%)
Mutual labels:  dynamodb
Eventsource
Serverless Go event sourcing library built on top of dynamodb
Stars: ✭ 217 (+90.35%)
Mutual labels:  dynamodb

dynamodb manager

This GUI tool to manage your local dynamodb. If you have a better idea, welcome to issue.

image

features

  • Table
    • Add Table
    • Edit Table
    • Delete Table
    • Connect Table
    • Add Index(GSI and LSI)
    • Delete Index
  • Item
    • Add Item
    • Edit Item
    • Delete Item
    • import/export Items
  • Search (Table or Index)
    • Scan Table
    • Query Table
    • Filter Condition

how to use

Here is a sample website that can be used https://dynamodb-manager.netlify.app/, You can also use docker to deploy the local version. https://hub.docker.com/r/taydy/dynamodb-manager/.

docker pull taydy/dynamodb-manager
docker run -t -p 8080:80 taydy/dynamodb-manager

or you can build the project, and put the dist directory in amazon s3 and aliyun oss.

show me

setting

image

config

image

table info

image

item search

image

table index

image

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

# build image
docker build -t taydy/dynamodb-manager .

# run image
docker-compose up -d

Issue

  • applying the configuration but get error "Configuration is not in effect!"

    please see Cors

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].