https://github.com/konoui/boltdb-exporter
bolt db export/dump tool
https://github.com/konoui/boltdb-exporter
bolt boltdb boltdb-command
Last synced: about 1 year ago
JSON representation
bolt db export/dump tool
- Host: GitHub
- URL: https://github.com/konoui/boltdb-exporter
- Owner: konoui
- License: mit
- Created: 2020-09-05T10:11:32.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T11:31:58.000Z (about 3 years ago)
- Last Synced: 2025-03-23T18:05:44.678Z (about 1 year ago)
- Topics: bolt, boltdb, boltdb-command
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## boltdb exporter
The cli exports and dumps bolt db data as json/yaml format.
## Install
```
$ go get -u github.com/konoui/boltdb-exporter
```
## Usage
```
$ boltdb-exporter --db --format yaml [--bucket ...]
```
## Example
```
$ boltdb-exporter --db agent.db
{
"metadata": {
"agent-version": "1.44.2",
"availability-zone": "ap-northeast-1a",
"cluster-name": "default",
(snip)
```