1.0.0 • Published 4 years ago
@data-heaving/transform-gzip v1.0.0
Data Heaving - Data Transformation to GZIP
This folder contains source code for @data-heaving/transform-gzip NPM package.
The exported entities include:
- A method to be used as complex transformation from
Buffer|stringto GZIPped dataBuffers in Data Heaving Orchestration API.
Notice that this transformations does not require whole dataset to be loaded into memory, instead operating on stream of single datums.
Usage
Include @data-heaving/transform-gzip dependency in your package.json file.
More information
To learn more what Data Heaving project is all about, see here.