An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# NODE-DOCUMENT-COMPRESSOR [![Build Status](https://secure.travis-ci.org/grimen/node-document-compressor.png)](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)

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/grimen/node-document-compressor/trend.png)](https://bitdeli.com/free "Bitdeli Badge")