Skip to content

Releases: caffinc/jaggr

Fancy new boots!

30 Nov 09:08
Compare
Choose a tag to compare

New in this version:

  1. Top N operation
  2. First Object operation
  3. Last Object operation
  4. Standard Deviation (Population) operation
  5. Renamed util classes

Everyone's invited

29 Nov 21:32
Compare
Choose a tag to compare

New in this version:

  1. Batch support!
  2. Batch support!
  3. Batch support! (It's kind of a big deal to me 👍 )

Damn native aggregations!

29 Nov 09:19
Compare
Choose a tag to compare

Added new features!

  1. Iterators! Iterators! Iterators! More in the README.md
  2. Benchmarking work's started! Native aggregations are fast, but can we beat it?
  3. Updated README.md

Can't stop tinkering

27 Nov 22:19
Compare
Choose a tag to compare

Made a bunch of changes to the project because I can't stop tinkering:

  1. Split the utility project out of the core project.
  2. Added JsonIterator to iterate JSON files.
  3. Added more tests for utilities.
  4. Bunch of other small changes to the code.

Basic Improvements

27 Nov 05:39
Compare
Choose a tag to compare

Adding support for aggregating Iterators

A starting point

26 Nov 23:56
Compare
Choose a tag to compare

This is the first release containing the following simple aggregations:

  1. Count
  2. Sum
  3. Average
  4. Minimum
  5. Maximum
  6. Collect as List
  7. Collect as Set

It has been tested with sample data and it seems to work. Performance tests haven't been completed yet.