Show HN: Simple JSON Aggregator for Java
github.com
Show HN: Simple JSON Aggregator for Java
1–3 of 3 posts
Re: Show HN: Simple JSON Aggregator for Java
#2how exactly does that differ from java streams?
Re: Show HN: Simple JSON Aggregator for Java
#3how 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.