Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tidwall/raft-wal

Write ahead Raft log for Go
https://github.com/tidwall/raft-wal

Last synced: about 2 months ago
JSON representation

Write ahead Raft log for Go

Awesome Lists containing this project

README

        

# raft-wal

*project is a work-in-progress and may not be ready for production*

This repository provides the raftwal package.
It uses the [tidwall/wal](https://github.com/tidwall/wal)
write ahead log library and implements the raft.LogStore from the [hashicorp/raft](https://github.com/hashicorp/raft) project.

## Contact

Josh Baker [@tidwall](http://twitter.com/tidwall)

## License

raftwal source code is available under the MIT [License](/LICENSE).