Commit 22c80b9c74339096c81f7668440f2b298fad8116
docs: add links to stream types and fix terms.
Jamen Marz authored on 10/26/2016, 4:50:08 PMGitHub committed on 10/26/2016, 4:50:08 PM
Parent: 6d8777ef49f6fa68005761edf9c8ceee6ba48d16
Files changed
docs/glossary.md | changed |
docs/glossary.md | ||
---|---|---|
@@ -21,19 +21,19 @@ | ||
21 | 21 | |
22 | 22 | Eager means to do something early, so you have it ready |
23 | 23 | immediately when you need it. |
24 | 24 | |
25 | -## Source | |
25 | +## [Source](sources/index.md) | |
26 | 26 | |
27 | -The first stream in the pipeline. The Source is not writable. | |
27 | +The first stream in the pipeline. The Source is not a reader (not writable). | |
28 | 28 | |
29 | -## Sink | |
29 | +## [Sink](sinks/index.md) | |
30 | 30 | |
31 | 31 | The last stream in the pipeline. The Sink is not readable. |
32 | 32 | |
33 | -## Through | |
33 | +## [Through](throughs/index.md) | |
34 | 34 | |
35 | -The stream (or streams) in the middle of the pipeline, between your source and sink. A through is readable and writable. | |
35 | +The stream (or streams) in the middle of the pipeline, between your source and sink. A through is a reader and readable. | |
36 | 36 | |
37 | 37 | ## Push vs Pull |
38 | 38 | |
39 | 39 | A pull-stream is a stream where the movement of data |
Built with git-ssb-web