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

PebbleDB integration to fulfill KeyValueDB #4471

Open
timwu20 opened this issue Jan 14, 2025 · 0 comments
Open

PebbleDB integration to fulfill KeyValueDB #4471

timwu20 opened this issue Jan 14, 2025 · 0 comments

Comments

@timwu20
Copy link
Contributor

timwu20 commented Jan 14, 2025

Issue Summary

Taken from design doc:

db.Backend is constructed using an implementation of the database.Database interface. We have already introduced the DBAdapter type which takes an underlying kvdb.KeyValueDB implementation and implements database.Database. We will have to implement an implementation of kvdb.KeyValueDB that is powered by PebbleDB and use that when constructing Client and it's associated db.Backend.

Acceptance Criteria

  • Implementation of kvdb.KeyValueDB that utilizes PebbleDB
  • Unit tests
  • Utilize in constructor for db.Backend as DatabaseSource.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant