golang-key-value-db-browser

module
v0.0.0-...-217b4b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2022 License: MIT

README

Golang KV DB Viewer

golang key-value pair reader/modifier service

Go CodeQL


Simple DB CRUD operations service. Supports Key-Value pair file based Databases. Upload the DB create a local copy and modify/view data and download the updates.

in-action-gif

Features

  • Upload existing DB
  • View Buckets in boltDB
  • View Key-Value pairs under a boltDB bucket
  • Add new bucket
  • Add new Key-Value pair under a bucket
  • Remove a bucket
  • Move/Copy Key-Value pair under a bucket to another bucket (WIP)

Usage

Download the latest release from here

windows

  • 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/

linux

  • Unzip / Untar the release
  • Open the folder in terminal
  • Run commands:
$ chmod +x kv-db-viewer-amd64
$ ./kv-db-viewer-amd64

Supported DB

Technologies used

Code.Share.Prosper

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL