Repository: incubator-beam Updated Branches: refs/heads/master 071e4dd67 -> 7f9270ee2
Update README.md : Fixing Streaming 101 and 102 links Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7644e918 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7644e918 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7644e918 Branch: refs/heads/master Commit: 7644e918c25653f2966a27570799f7a0f10a1066 Parents: 071e4dd Author: Xrampino <[email protected]> Authored: Tue Mar 15 16:58:48 2016 +0100 Committer: Dan Halperin <[email protected]> Committed: Tue Mar 15 11:13:32 2016 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7644e918/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index eb9a4a6..1a089ff 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Beam provides a general approach to expressing [embarrassingly parallel](https:/ The model behind Beam evolved from a number of internal Google data processing projects, including [MapReduce](http://research.google.com/archive/mapreduce.html), [FlumeJava](http://research.google.com/pubs/pub35650.html), and [Millwheel](http://research.google.com/pubs/pub41378.html). This model was originally known as the â[Dataflow Model](http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf)â. -To learn more about the Beam Model (though still under the original name of Dataflow), see the World Beyond Batch: [Streaming 101](https://wiki.apache.org/incubator/BeamProposal) and [Streaming 102](https://www.oreilly.com/ideas/the-world-beyond-batch-streaming-101) posts on OâReillyâs Radar site, and the [VLDB 2015 paper](http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf). +To learn more about the Beam Model (though still under the original name of Dataflow), see the World Beyond Batch: [Streaming 101](https://www.oreilly.com/ideas/the-world-beyond-batch-streaming-101) and [Streaming 102](https://www.oreilly.com/ideas/the-world-beyond-batch-streaming-102) posts on OâReillyâs Radar site, and the [VLDB 2015 paper](http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf). The key concepts in the Beam programming model are:
