Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
readme symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Apr 17, 2018
1 parent af038d0 commit 33ff37f
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 100 deletions.
95 changes: 0 additions & 95 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
88 changes: 83 additions & 5 deletions packages/dynamon/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,95 @@
![Logo](assets/dynamon.png)
# Dynamon. DynamoDB GUI client

Dynamon is GUI client for DynamoDB
![Logo](packages/dynamon/assets/dynamon.png) [![CircleCI](https://circleci.com/gh/deptno/dynamon.svg?style=svg)](https://circleci.com/gh/deptno/dynamon)

Dynamon is GUI client for DynamoDB, [:kr: Blog Post(소개글)](https://medium.com/p/dynamon-gui-dynamodb-client-2827d60d406f)

---

> unstable (under development)
[![](https://user-images.githubusercontent.com/1223020/38453064-7a2d421c-3a8a-11e8-821f-c607fff85642.png)](https://www.youtube.com/watch?v=UI9xyrAKAg0&feature=youtu.be)
:eyes: Click to watch screenshot

checkout development version <https://github.com/deptno/dynamon/releases>

## contribution

```bash
yarn
yarn workspace dynamon dev
yarn workspace dynamon-fe dev # run another terminal
```

or

```bash
yarn
yarn dev
```

## features

* [x] Local DynamoDB (port 8000)
* [ ] Built-in Local DynamoDB
* [ ] Built-in Local DynamoDB (can't spawn in production)
* View
* Table view
* [x] Sub collection view
* [x] Table schema view
* [ ] Nested JSON
* [ ] Nested JSON(Enter, Leave)
* [x] JSON view
* [ ] Edit record
* Operation
* Table
* [ ] Add Table
* [ ] Edit Table
* [ ] Delete Table
* Record
* [x] Add multiple records
* [x] Add record
* [x] Edit record
* [x] Delete record

## changelog

##### 0.1.5

* Features

* Add multiple rows
* Refresh after operations

* Bug fixes
* redux-universal-electron didn't return promise correctly

##### 0.1.4

* Features

* Delete record(right click via row header)
* Move key properties to front

* Miscellaneous
* support CI

##### 0.1.3

* Features
* Support Copy & Pate
* Add row
* Auto reload after add & update row

##### 0.1.2

* Miscellaneous
* add Github, Report issue link

##### 0.1.1

* Features
* Table schema view
* support icon
* can update row and cell
* Fixes
* unexpected button click event bubbling

##### 0.1.0 - dynamon is born.

0 comments on commit 33ff37f

Please sign in to comment.