Timeline for How can I use reactive programming at multiple aggregation levels of data?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 29, 2018 at 2:26 | history | edited | Daniel T. | CC BY-SA 4.0 |
added 1011 characters in body
|
| Oct 29, 2018 at 2:19 | history | edited | Daniel T. | CC BY-SA 4.0 |
added 1011 characters in body
|
| Aug 28, 2018 at 20:15 | comment | added | Daniel T. | Again, if you are having a specific problem with properly setting up a specific set of streams, then ask that question. | |
| Aug 28, 2018 at 17:17 | comment | added | JounceCracklePop | "not willing to show anybody" -- that's a little exaggerated given that I have 11 paragraphs and 6 code snippets on an example, but it does seem like I need to think about how to improve it. To use your own words: your response reads more like a rant against my question rather than a legitimate attempt to answer it. | |
| Aug 28, 2018 at 15:53 | comment | added | Daniel T. | Again, if you are having a specific problem with properly setting up a specific set of streams, then ask that question and not this generic "If I do it this way that I'm not willing to show anybody, it doesn't work." diatribe. | |
| Aug 28, 2018 at 13:54 | comment | added | JounceCracklePop | Also notice I never mentioned performance as a concern. I'll remove my downvote when you remove your attempt to convince me that I shouldn't be worried about performance (I'm not). | |
| Aug 28, 2018 at 13:48 | comment | added | JounceCracklePop |
I must not have written my question well because you're the 2nd respondent that doesn't really seem to understand what I'm asking. "Just write your code so it can deal with N elements" -- right, but, for each parent value I get: (A) I get a different N, so (B) I wire up N streams, then (C) they each emit a single value, then (D) I un-wire them. Since this is most streams (with a big enough aggregate), I don't feel like reactive is helping me. And I've read André Staltz's stuff; I'm using xstream, which is the reactive engine for Cycle.js.
|
|
| Aug 28, 2018 at 11:25 | history | edited | Daniel T. | CC BY-SA 4.0 |
deleted 24 characters in body
|
| Aug 28, 2018 at 1:16 | history | answered | Daniel T. | CC BY-SA 4.0 |