oleiade / Elevator

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.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Clean that Environment mess #128

Closed oleiade closed 11 years ago

oleiade commented 11 years ago

Today, environment is handled via a shared Environment object which can be bootstraped from either a file or command line arguments. It sometimes lead to misunderstanding, or to bugs like: #127

The goal of this issue is to find a solution to make it more straight forward.