0.0.5 • Published 10 years ago

tomahawk-plugin-mongo v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

REST API, Key Value Pair Store, backed by MongoDB for Tomahawk

To use this plugin

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

Then create a configuration file in your home directory:

~/.tomahawk/config.json
{
    "plugins" : {
        "store" : {
            "context"        : "/store/api/v1",
            "interval"       : 1000,
            "implementation" : "tomahawk-plugin-mongo",
            "url"            : "mongodb://localhost:27017/tomahawk"
        },
        "store-route" : {
            "implementation" : "tomahawk-routes-kv-store"
        }
    }
}
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