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

[C++] Remote Device for FasterKv #353

Merged
merged 31 commits into from
Nov 4, 2020
Merged

[C++] Remote Device for FasterKv #353

merged 31 commits into from
Nov 4, 2020

Conversation

chinkulkarni
Copy link
Contributor

  • Adds in a new device called StorageDevice that can transparently flush local files to a remote tier
  • Reads are serviced from the appropriate tier
  • Compiles and unit tests on Linux
  • Unit tests and flags are compiled only when a flag is passed in to CMake
  • A helper script helps install dependencies on Linux

@chinkulkarni chinkulkarni self-assigned this Oct 16, 2020
@chinkulkarni chinkulkarni linked an issue Oct 16, 2020 that may be closed by this pull request
@chinkulkarni chinkulkarni added the enhancement New feature or request label Oct 16, 2020
@chinkulkarni chinkulkarni requested a review from badrishc October 16, 2020 18:02
@chinkulkarni chinkulkarni marked this pull request as ready for review October 16, 2020 18:26
@badrishc badrishc merged commit 4d9fcde into master Nov 4, 2020
@badrishc badrishc deleted the cc-blobs branch November 11, 2020 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C++] Add in Azure Blob Store layer for HybridLog
2 participants