GithubHelp home page GithubHelp logo

bykka / dynamoit Goto Github PK

View Code? Open in Web Editor NEW
87.0 1.0 3.0 1.86 MB

A simple AWS DynamoDB viewer

License: GNU General Public License v3.0

Java 97.04% CSS 2.96%
dynamodb java javafx gui-application

dynamoit's Introduction

Overview

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

This client allows easy viewing, editing, creating, and deleting of data.

The main idea of the client is to reach the required data in a few clicks without thinking a scan or query operation is required for that.

The client only requires properly configured settings for the AWS CLI tool. Read the official AWS CLI documentation if it is not configured yet. Or configure a new remote or local profile manually using the "Create a new profile" dialog.

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
  • Light / Dark themes support
  • Change region for the active profile
  • Local DynamoDB support
  • Shows information about local and global indexes
  • Automatically uses indexes with projection type ALL

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

mvn clean package -Ppackage

Screenshots:

The main screen (Light theme) main screen

The main screen with filters (Dark theme) filter screen

The edit item dialog edit screen

The compare dialog compare screen

A new profile dialog a new profile dialog

Indexes information dialog indexes info dialog

dynamoit's People

Contributors

bykka avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dynamoit's Issues

Saving document fails

Sometimes Edit dialog does not save the document if to switch to another tab(table).

localstack connection

Hi,

would it be possible to support localstack? I need to specify an endpoint somehow and unfortunatley currently the profiles doesn't support giving an endpoint. aws/aws-cli#1270

I think if I can just enter credentials manually with an optional endpoint argument would be great

thanks

"Search in" opens two tabs of the table

The first tab is filtered by the hash key and the second one by the selected attribute.

Expected to see just one tab of the table with a filter for the selected attribute.

A new way to switch between profiles

It's not usable enough to switch between profiles. There should be some better way how to do that.
The initial idea is to introduce a vertical toolbar with togglable buttons.

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.