GithubHelp home page GithubHelp logo

jesusoctavioas / dynamoit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bykka/dynamoit

0.0 1.0 0.0 1.54 MB

A simple AWS DynamoDB viewer

License: GNU General Public License v3.0

Java 96.86% CSS 3.14%

dynamoit's Introduction

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

dynamoit's People

Contributors

bykka avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.