mongo

package
v0.0.0-...-3374899 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2014 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package mongo registers the "mongo" blobserver storage type, storing blobs using MongoDB.

Sample (low-level) config:

"/bs/": {
    "handler": "storage-mongo",
    "handlerArgs": {
       "host": "172.17.0.2",
       "database": "camlitest"
     }
},

Possible parameters: host (optional, defaults to localhost) database (required) collection (optional, defaults to blobs) user (optional) password (optional)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL