Elevator icon indicating copy to clipboard operation
Elevator copied to clipboard

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.

Results 25 Elevator issues
Sort by recently updated
recently updated
newest added

I just tried to run the tests with `nosetests -vs tests`, but it went badly :( : ``` test_unmount_existing_mounted_database (core.backend.test_atm.MajordomeTest) ... ok test_unmount_existing_unmounted_database (core.backend.test_atm.MajordomeTest) ... ok core.backend.test_atm.gen_test_config ... ok test_inactive_worker_last_activity...

The documentation states that : > Elevator tries hard to honor PEP-8, and Zen of Python. However, most of the code doesn't follow the PEP8, or any of the point...

enhancement

The `setup.py` force PyZMQ version 13.0.0. I think we could safely use PyZMQ >= 13.0.0.

enhancement

I just realized that Elevator wasn't compatible with Python 3.

enhancement

In order to reduce unpredictable disk seeks, my intuition is that the ability to create namespaces englobing databases would help. For example, creating the namespace `mynamespace` would actually create a...

feature request
Go

DbStore loading is a bit ugly today: first we load the store from json file, then we update the name to uid index, and then we update each databases options...

enhancement
Go

The go msgpack package maintainer got it deprecated and asks users to switch to the new `codec` package: https://github.com/ugorji/go/tree/master/codec#readme Let's implement it.

enhancement
Go