Simple DB CRUD operations service. Supports some golang Key-Value pair file based Databases. Upload the DB create a local copy and modify/view data and download the updates.
-
Upload existing DB -
View Key-Value pairs -
Add new Key-Value pair -
Remove Key-Value pair -
Update Key-Value pair - Download updated file (not working on boltDB files)
-
View Buckets in boltDB -
Add / remove bucket - Move/Copy Key-Value pair under a bucket to another bucket
Download the latest release from here
-
- Docker must be installed download here
- clone the repo and run docker command
git clone https://github.com/ric-v/divulge-keyvalue-db-ui.git cd divulge-keyvalue-db-ui/ docker build -t divulge-viewer:latest . # to run and delete the container after stopping the same docker run --name divulge-viewer --rm -it -p 8080:8080 divulge-viewer:latest # or to run and keep the container docker run --name divulge-viewer -it -p 8080:8080 divulge-viewer:latest
- The service will be available at http://localhost:8080/
-
- Unzip / Untar the release
- Open the folder
- Run the .exe file (in the pop up screen, click more info > Run anyway > allow firewall access if the pop-up comes)
- The service will be available at http://localhost:8080/
-
- Unzip / Untar the release
- Open the folder in terminal
- Run commands:
chmod +x divulge-viewer-*-amd64 ./divulge-viewer-*-amd64
- The service will be available at http://localhost:8080/
Code.Share.Prosper