3.0.3 • Published 5 years ago

data-worker v3.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

Data Manipulation Lib written in Typescript

Build Status npm version Coverage Status License: MIT Greenkeeper badge semantic-release

A simple project enabling some cool data operations on large arrays

Usage

# Run npm install
npm install data-worker

# Import Data worker in yout project
import { dw } from 'data-worker';

Features

  • Works on Flat JSON's (for now)
  • Create multiple level of grouping on Data passed via input
    • Flat grouping
    • Hierarchical Grouping with key sorting
  • Aggregation - Ops Available sum,mean,variance,stdev,q1,q3 etc.
    • On Flat Data
    • On nested grouped data
    • On Flat grouped Data
  • Filtering and many more coming soon...

API reference

Project wiki

How can I support developers?

  • Star our GitHub repo :star:
  • Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
  • Follow us on Twitter :feet:

From The Creator

Made with :heart:. Follow us on Twitter to get the latest news first! We're always happy to receive your feedback!

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago