tomahawk-plugin-kv-memory-store

0.0.6 • Public • Published

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"
        }
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    5
    • latest

Version History

Package Sidebar

Install

npm i tomahawk-plugin-kv-memory-store

Weekly Downloads

6,419

Version

0.0.6

License

none

Last publish

Collaborators

  • hbouvier