Skip to content

Instantly share code, notes, and snippets.

@de-sh
Last active July 29, 2020 05:44
Show Gist options
  • Save de-sh/71c52b80861abc0cb5e8d0232f55ddcf to your computer and use it in GitHub Desktop.
Save de-sh/71c52b80861abc0cb5e8d0232f55ddcf to your computer and use it in GitHub Desktop.
A report of work done in the sixth week of the Google Summer of Code 2020 program

July 5-11: Work on rust-rocksdb-cloud bindings progressed with experimentation in writing an interface ccloud wrapper that is inspired from crocksdb C-ABI of the [rust-rocskdb]. It doesn't seem to be a working option and I am not entirely sure if this is the way to go forward, I have requested Yi to reconsider the creation of an entirely separate interface that is not contained within the same crate as the rocksdb interface. Some trial interfaces that I have created includes a layer of code that effectively invokes CloudEnv::NewAwsEnv() but there are issues in compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment