littlefork-core
v1.0.0-rc.1
Published
A sequential data processing pipeline.
Downloads
12
Maintainers
Readme
Littlefork
A modular pipeline for sequential batch processing. We use it for iterative data retrievals and transformations.
Installation
npm install --save littlefork
About
Littefork is a product of the Exposing the Invisible team.
The best way to learn how to use it to follow the tutorial. If you rather want to develop plugins for Littlefork, look at the developers guide and the API guide.
Littlefork is licensed under the GPL3.
TODO:
- Add contributing
- Contact
Benchmarks
To run the following benchmarks:
npm run bench:filter
- a custom implementation ofdata.filter
and homonym.filter are replaced with lodash'sfilter
, which is a blast compared to legacy.npm run bench:equals
- a better performing version ofdata.equals
, that is also in use for homonyms. Performs much better than legacy, especially when there are more elements to compare.
Development
Please see the contribution policy for more information.