A simple project enabling some cool data operations on large arrays
# Run npm install
npm install data-worker
# Import Data worker in yout project
import { dw } from 'data-worker';
-
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...
- Star our GitHub repo ⭐
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧
- Follow us on Twitter 🐾
Made with ❤️. Follow us on Twitter to get the latest news first! We're always happy to receive your feedback!