Skip to content

Repository for data transformation -related packages of Data Heaving package family.

License

Notifications You must be signed in to change notification settings

DataHeaving/transform

Repository files navigation

Data Heaving - Data Transformations

Code Coverage

This repository is part of Data Heaving project. There are multiple packages in the repository, all of which are related to transforming data Data Heaving Orchestration API:

  • CSV package for transforming arrays into CSV rows (strings), and
  • GZIP package for transforming strings or Buffers into GZIPped Buffers.

The common aspect for these transformations is that they do not require whole dataset to be loaded into memory, instead operating on a stream of data.

Usage

All packages of Data Heaving project are published as NPM packages to public NPM repository under @data-heaving organization.

More information

To learn more what Data Heaving project is all about, see here.

About

Repository for data transformation -related packages of Data Heaving package family.

Resources

License

Stars

Watchers

Forks

Packages

No packages published