https://github.com/grimen/node-document-compressor
Compressor adapter interface for `node-document` ODM for Node.js.
https://github.com/grimen/node-document-compressor
Last synced: 3 months ago
JSON representation
Compressor adapter interface for `node-document` ODM for Node.js.
- Host: GitHub
- URL: https://github.com/grimen/node-document-compressor
- Owner: grimen
- License: mit
- Created: 2013-01-09T19:57:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-29T09:06:47.000Z (over 11 years ago)
- Last Synced: 2025-02-12T19:42:23.301Z (3 months ago)
- Language: JavaScript
- Homepage: https://npmjs.org/package/node-document-compressor
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# NODE-DOCUMENT-COMPRESSOR [](http://travis-ci.org/grimen/node-document-compressor)
**Compressor** adapter interface for [node-document](https://github.com/grimen/node-document) ODM for Node.js.
## About
Unified interface for compressing/decompressing data using different kind of compression engines/algorithms.
## Adapters
* [Deflate](https://github.com/grimen/node-document-compressor-deflate)
* [LZF](https://github.com/grimen/node-document-compressor-lzf)
* [Snappy](https://github.com/grimen/node-document-compressor-snappy)## Installation
```shell
$ npm install node-document-compressor
```## Usage
For details; see [node-document](https://github.com/grimen/node-document).
## Test
**Local tests:**
```shell
$ make test
```## License
Released under the MIT license.
Copyright (c) [Jonas Grimfelt](http://github.com/grimen)
[](https://bitdeli.com/free "Bitdeli Badge")