utsaslab / pebblesdb

The PebblesDB write-optimized key-value store (SOSP 17)
BSD 3-Clause "New" or "Revised" License
504 stars 98 forks source link

Create python binding for PebblesDB #21

Open vijay03 opened 5 years ago

vijay03 commented 5 years ago

I'd like to have PebblesDB be accessed via Python and be installed via pip. Currently, PebblesDB works well in C++, and somewhat less well with Java (using the LevelDB JNI binding).