0.0.6 • Published 10 years ago

tomahawk-plugin-kv-memory-store v0.0.6

Weekly downloads
59,965
License
-
Repository
github
Last release
10 years ago

Tomahawk plugin, implementing a Key Value Pair Store in Memory.

To use this plugin

npm install -g tomahawk-routes-kv-store
npm install -g tomahawk-plugin-kv-memory-store

Then create a configuration file in your home directory:

~/.tomahawk/config.json
{
    "plugins" : {
        "store" : {
            "context"        : "/store/api/v1",
            "interval"       : 1000,
            "implementation" : "tomahawk-plugin-kv-memory-store",
            "filename"       : "tomahawk-keyvalue-store"
        },
        "store-route" : {
            "implementation" : "tomahawk-routes-kv-store"
        }
    }
}
0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago