DRUMS is a key-value store, which is optimized for:
- fast bulk inserts,
- fast state dependent updates
- range selects
DRUMS was first developed to store sequence related data, but it can be easily adapted for other problems, e.g. product informations, click data, ... . DRUMS is very memory efficient. To find an example for sequence related data, please have a look at the BioDRUMS project.
Please see http://mgledi.github.io/DRUMS/ for documentation, tutorials and examples.