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.
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.
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.