growing-mongofile

0.1.8 • Public • Published

node-growing-mongofile

A hack of node-growing-file by Felix Geisendörfer to stream file from mongodb instead of the local filesystem

Installation

npm install growing-mongofile

Usage

var file = GrowingFile.open(db, 'my-growing-file.dat' [, options [, callback]]);
file.pipe(<some writeable stream>);

The file being read must exist in mongodb. Thus, when saving it, you must close it and re-open it. For this, you can simply use :

GrowingFile.createGridStore(db, filename, metadata, callback)

License

Written by Tugdual de Kerviler, licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i growing-mongofile

Weekly Downloads

15

Version

0.1.8

License

none

Last publish

Collaborators

  • tug