Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evnix/boltdbweb
A web based GUI for BoltDB files
https://github.com/evnix/boltdbweb
boltdb database explorer gui
Last synced: about 8 hours ago
JSON representation
A web based GUI for BoltDB files
- Host: GitHub
- URL: https://github.com/evnix/boltdbweb
- Owner: evnix
- License: mit
- Created: 2016-07-16T20:22:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T07:21:19.000Z (8 months ago)
- Last Synced: 2024-10-22T10:02:44.988Z (22 days ago)
- Topics: boltdb, database, explorer, gui
- Language: CSS
- Homepage:
- Size: 1.9 MB
- Stars: 329
- Watchers: 16
- Forks: 63
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boltdbweb
A simple web based boltdb GUI Admin panel.##### Installation
```
go get github.com/evnix/boltdbweb
```##### Usage
```
boltdbweb --db-name=[required] --port=[optional] --static-path=[optional]
```
- `--db-name:` The file name of the DB.
- NOTE: If 'file.db' does not exist. it will be created as a BoltDB file.
- `--port:` Port for listening on... (Default: 8080)
- `--static-path:` If you moved the binary to different folder you can determin the path of the `web` folder. (Default: Same folder where the binary is located.)##### Example
```
boltdbweb --db-name=test.db --port=8089 --static-path=/home/user/github/boltdbweb
```
Goto: http://localhost:8089##### Screenshots:
![](https://github.com/evnix/boltdbweb/blob/master/screenshots/1.png?raw=true)
![](https://github.com/evnix/boltdbweb/blob/master/screenshots/2.png?raw=true)
![](https://github.com/evnix/boltdbweb/blob/master/screenshots/3.png?raw=true)