Hacker News new | ask | show | jobs
Show HN: Simple JSON Aggregator for Java (github.com)
2 points by testware 3193 days ago
1 comments

how exactly does that differ from java streams?
This is not as feature-rich as Streams, but Streams is Java 8, and this is for systems that want to do simple aggregations on JSON data coming in from data stores that use JSON. I wrote it to bring something akin to MongoDB's aggregations into the JVM. With Java 8, Streams are a much better solution usually.