Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package implements the base methods and support for file system and in-memory stores. A vignette shows how additional drivers can be created, and stubs exist for supporting 'Redis' databases.
Version: | 1.0.0 |
Depends: | R (≥ 3.1.0) |
Imports: | R6 (≥ 2.1.0), digest |
Suggests: | DBI, RSQLite, knitr, microbenchmark, testthat |
Published: | 2016-01-20 |
Author: | Rich FitzJohn |
Maintainer: | Rich FitzJohn <rich.fitzjohn at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | storr results |
Reference manual: | storr.pdf |
Vignettes: |
storr drivers external storr |
Package source: | storr_1.0.0.tar.gz |
Windows binaries: | r-devel: storr_1.0.0.zip, r-release: storr_1.0.0.zip, r-oldrel: storr_1.0.0.zip |
OS X Snow Leopard binaries: | r-release: storr_1.0.0.tgz, r-oldrel: not available |
OS X Mavericks binaries: | r-release: storr_1.0.0.tgz |