openraft-rocksstore-compat07

Crates.ioopenraft-rocksstore-compat07
lib.rsopenraft-rocksstore-compat07
version0.8.9
sourcesrc
created_at2023-02-28 02:20:14.425536
updated_at2024-03-06 15:44:26.896797
descriptionA example v07 compatible implementation of the `openraft::RaftStorage` trait.
homepagehttps://github.com/datafuselabs/openraft
repositoryhttps://github.com/datafuselabs/openraft
max_upload_size
id796521
size29,235
张炎泼 (drmingdrmer)

documentation

https://docs.rs/openraft-rocksstore-copmat07

README

openraft-rockcsstore-0708

This is an example RaftStorage implementation illustrating how to upgrade an application based on openraft-0.7 to openraft-0.8.

In this example, it assumes there is an on-disk rocksdb dir that backs an 0.7 application, and the compatible 0708 should be able to read data from this dir and write data to it.

Commit count: 2149

cargo fmt