zhiying8710 / python-rocksdb

Python bindings for RocksDB

Home Page:https://rocksdb-tina.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-rocksdb

This project is based off the efforts from https://github.com/NightTsarina/python-rocksdb and basically strips backup support, filter support and several options, so that it can work on rocksdb from 5.17 (which is what's available on Ubuntu 20.04) through 7.0 (the current latest release, already the only one published on homebrew and alpine repos).

It isn't intended for general use and should eventually be superseded by the project is is based off when repos catch on and rocksdb 7.0 is properly (without stripped features) supported.

About

Python bindings for RocksDB

https://rocksdb-tina.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Cython 67.9%Language:Python 23.5%Language:C++ 7.9%Language:Dockerfile 0.7%