![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
faust-streaming-rocksdb
Advanced tools
Python bindings for RocksDB 6.
This project is now deprecated, users should now use https://github.com/Congyuwang/RocksDict since it has better documentation, portability, and an active community.
See https://faust-streaming.github.io/python-rocksdb/ for a more comprehensive install and usage description.
This library is built for Debian + Ubuntu Distributions.
.. code-block:: bash
pip3 install faust-streaming-rocksdb
.. code-block:: python
>>> import rocksdb
>>> db = rocksdb.DB('test.db', rocksdb.Options(create_if_missing=True))
>>> db.put(b'a', b'data')
>>> print(db.get(b'a'))
b'data'
This project attempts to collect the efforts put into different forks of the
pyrocksdb
_ project that was originally written by stephan-hof
, as sadly
none seems to be actively maintained. In particular, the python-rocksdb
fork
created by twmht
, but it also incorporates changes from other forks and
unfinished pull requests. The current state of this project has pulled all of
these commits from NightTsarina
's fork
_.
.. _python-rocksdb: https://github.com/twmht/python-rocksdb .. _twmht: https://github.com/twmht .. _pyrocksdb: https://github.com/stephan-hof/pyrocksdb .. _stephan-hof: https://github.com/stephan-hof .. _NightTsarina: https://github.com/NightTsarina .. _fork: https://github.com/NightTsarina/python-rocksdb
FAQs
Python bindings for RocksDB, primarily for use with Faust
We found that faust-streaming-rocksdb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.