All Projects → bykka → dynamoit

bykka / dynamoit

Licence: GPL-3.0 license
A simple AWS DynamoDB viewer

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to dynamoit

dynalock
This is a small lock library written Go, which uses AWS DynamoDB as the data store.
Stars: ✭ 15 (-53.12%)
Mutual labels:  dynamodb
quiz-app
Quiz for Desktop Application - Java case.
Stars: ✭ 26 (-18.75%)
Mutual labels:  javafx
AllInOneFX
All In One JavaFX Application with a curated list of awesome JavaFX libraries, frameworks
Stars: ✭ 26 (-18.75%)
Mutual labels:  javafx
Amazon
Simple access to Amazon's web services.
Stars: ✭ 20 (-37.5%)
Mutual labels:  dynamodb
actlist
📦 Actlist is a utility platform to execute your own action list easily and simply.
Stars: ✭ 85 (+165.63%)
Mutual labels:  javafx
darculafx
JavaFX darcula theme
Stars: ✭ 35 (+9.38%)
Mutual labels:  javafx
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-40.62%)
Mutual labels:  javafx
fts
🔍 Postgres full-text search (fts)
Stars: ✭ 28 (-12.5%)
Mutual labels:  gui-application
ddes
JS/TypeScript framework for Distributed Event Sourcing & CQRS
Stars: ✭ 28 (-12.5%)
Mutual labels:  dynamodb
Emoji-Tools
Multiple useful tools to help Android and iOS/OSX developers with creating and modifying Emoji Font files.
Stars: ✭ 102 (+218.75%)
Mutual labels:  javafx
redimo.go
Use the power of DynamoDB with the ease of the Redis API
Stars: ✭ 29 (-9.37%)
Mutual labels:  dynamodb
meteor
https://d2a4u.github.io/meteor/
Stars: ✭ 17 (-46.87%)
Mutual labels:  dynamodb
dynobase
Dynobase - Professional GUI Client for DynamoDB (releases / issues / roadmap repository) https://dynobase.dev
Stars: ✭ 66 (+106.25%)
Mutual labels:  dynamodb
quantumVITAS
Quantum Visualization Interacting Toolkit for Ab-initio Simulations
Stars: ✭ 52 (+62.5%)
Mutual labels:  javafx
Tutorials
Step by step to learn coding and build Apps 🎉. Code files of Youtube & University tutorials.
Stars: ✭ 80 (+150%)
Mutual labels:  javafx
ownNoteEditor
JavaFX editor for the ownNote files locally stored in ownCloud folder
Stars: ✭ 25 (-21.87%)
Mutual labels:  javafx
react-native-appsync-s3
React Native app for image uploads to S3 and storing their records in Amazon DynamoDB using AWS Amplify and AppSync SDK
Stars: ✭ 18 (-43.75%)
Mutual labels:  dynamodb
gomoku-battle
Gomoku Battle is a cross-language cross-system battle platform.
Stars: ✭ 18 (-43.75%)
Mutual labels:  javafx
libnvc
Easy way to embed (neo)vim in your application
Stars: ✭ 32 (+0%)
Mutual labels:  gui-application
OnlyViewer
A material design picture viewer made with JavaFX and JFoenix. / 用JavaFX编写的Material Design风格的电子图片管理系统
Stars: ✭ 23 (-28.12%)
Mutual labels:  javafx

DynamoIt

It's a simple DynamoDB graphical client written on JavaFX.

This client allows easily to view, edit, create, and delete data.

The main idea of the client is to reach the required data in a few clicks.

Features

  • No login required. The client uses AWS cli profiles.
  • Highlights profiles with unique colors
  • Group tables by keywords
  • Automatically detects when to use scan or query requests
  • Supports pagination to view the data.
  • Fast data filtering
  • Highlighting values in the data table
  • Context menu to close all/others tabs
  • Open table in the AWS web console
  • Edit or delete the selected records
  • Import / Export data as json file
  • Search (Ctrl+F) in the edit item dialog
  • Compare two selected documents

Supported filters

Examples are based on "hello world"

Filter name Example
EQUALS hello world
NOT_EQUALS !=hello world
BEGINS_WITH ^hello
CONTAINS ~world
NOT_CONTAINS !~something
EXISTS $
NOT_EXISTS !$

System requirements, building and running

At least Java 17 and maven to build and run the application.

Execute the next command to build

mvn clean package

A jar file with all dependencies will be created in the target/fatJar directory.

To run the application simply execute the command

java -jar target/fatJar/DynamoIt-<version>.jar 

To build a portable bundle you need Java 15 and execute the next command

mvn clean package -Ppackage

Screenshots:

The main screen main screen

The main screen with filters filter screen

The edit item dialog edit screen

The compare dialog compare screen

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