An open API service indexing awesome lists of open source software.

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

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)
```