git ssb

2+

Dominic / pull-stream



Commit 22c80b9c74339096c81f7668440f2b298fad8116

docs: add links to stream types and fix terms.

Jamen Marz authored on 10/26/2016, 4:50:08 PM
GitHub committed on 10/26/2016, 4:50:08 PM
Parent: 6d8777ef49f6fa68005761edf9c8ceee6ba48d16

Files changed

docs/glossary.mdchanged
docs/glossary.mdView
@@ -21,19 +21,19 @@
2121
2222 Eager means to do something early, so you have it ready
2323 immediately when you need it.
2424
25-## Source
25+## [Source](sources/index.md)
2626
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).
2828
29-## Sink
29+## [Sink](sinks/index.md)
3030
3131 The last stream in the pipeline. The Sink is not readable.
3232
33-## Through
33+## [Through](throughs/index.md)
3434
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.
3636
3737 ## Push vs Pull
3838
3939 A pull-stream is a stream where the movement of data

Built with git-ssb-web