Thanks Lukasz,"Beam abstracts away the datasets and allows for arbitrarily
large transformations, think petabytes of data" : core to contrast vs JVM's
in-mem limitations.Perhaps good to include in FAQ!! :-))Cheers
From: Lukasz Cwik <[email protected]>
To: [email protected]; amir bahmanyari <[email protected]>
Sent: Wednesday, July 13, 2016 12:04 PM
Subject: Re: Java 1.8 Stream vs Beam
Java 8 streams conceptually follow parts of the big data processing model that
came out of map reduce.
Java 8 streams are limited to in memory transformations but Beam abstracts away
the datasets and allows for arbitrarily large transformations, think petabytes
of data so I believe that comparing them will have limited value.
On Wed, Jul 13, 2016 at 2:22 PM, amir bahmanyari <[email protected]> wrote:
Java 8 Streams
|
|
|
| | |
|
|
|
| |
Java 8 Streams
Java8 Streams - Learn Java 8 in simple and easy steps starting from Overview,
Environment Setup, Lambda Expressi... | |
|
|
I would like to get a sense for how we put these in contrast.Is it worth
benchmarking against Beam?Cheers