Socket
Socket
Sign inDemoInstall

littlefork-core

Package Overview
Dependencies
22
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    littlefork-core

A sequential data processing pipeline.


Version published
Maintainers
1
Created

Readme

Source

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 of data.filter and homonym.filter are replaced with lodash's filter, which is a blast compared to legacy.
  • npm run bench:equals - a better performing version of data.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.

Keywords

FAQs

Last updated on 10 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc