Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent Storage #2

Open
zowens opened this issue Jan 14, 2018 · 2 comments
Open

Persistent Storage #2

zowens opened this issue Jan 14, 2018 · 2 comments
Milestone

Comments

@zowens
Copy link
Owner

zowens commented Jan 14, 2018

The Paxos state must be applied to persistent storage. The easiest to plug in may be RocksDB.

@zowens zowens added this to the 0.1 milestone Jan 14, 2018
@qdequele
Copy link

Does this persistent storage is used to store each (Instant, Command)? Is it possible to create a Trait for that? In case we don't use RocksDB, but we already use another kv-store.

@zowens
Copy link
Owner Author

zowens commented Jul 6, 2020

There will be a Storage trait that could be swapped out for any implementation. For 0.1 it'll be a synchronous API. I'll post a trait sketch here before I start implementing.

@zowens zowens added this to To do in Paxos Library Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Paxos Library
  
To do
Development

No branches or pull requests

2 participants