open-consul/contributing/persistence/README.md

16 lines
350 B
Markdown
Raw Normal View History

# Persistence
- hashicorp/raft
- state.Store - hashicorp/go-memdb
- FSM
- boltdb - https://github.com/boltdb/bolt (https://github.com/etcd-io/bbolt)
- snapshot and restore
2021-07-05 19:17:54 +00:00
## Additional documentation
The following links provide more detail about about cluster persistence.
* [Consul Architecture Guide](https://www.consul.io/docs/architecture)