Live data from Hacker News

Show HN: Simple JSON Aggregator for Java

github.com

1–3 of 3 posts

Re: Show HN: Simple JSON Aggregator for Java

#3
post #2

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.