117503445 / etcd-raft-bin-reader

Simple Reader of Etcd Raft WAL & Snap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Reader of Etcd Raft WAL & Snap.

License:Apache License 2.0


Languages

Language:Go 100.0%