/etcd-raft-bin-reader

Simple Reader of Etcd Raft WAL & Snap.

Primary LanguageGoApache License 2.0Apache-2.0

etcd-raft-bin-reader

Simple Reader of Etcd Raft WAL & Snap.

Getting Started

Installation

TODO

go install github.com/117503445/etcd-raft-bin-reader@latest # build from source

Usage

./etcd-raft-bin-reader -wal data/raftexample-1 -snapshot data/raftexample-1-snap # TODO

go run main.go # dev

License

Distributed under the Apache License. See LICENSE.txt for more information.

Acknowledgments

https://github.com/nrnrk/raft-wal-viewer provided the initial version of the code.