|
|
|
|
|
by aeonik
1267 days ago
|
|
The apps that I write pull data, process it, and write it to another sink. There are many different sources and sinks, but the processing pipelines tend to be the same. Based on my research these abstractions are designed for this. Feel free to elaborate why I'm incorrect, or better abstractions. I brought it up in the discussion relating to CRUD, because it's very similar to the code I used to write for straight CRUD. In fact both ends of the processing pipelines are identical to CRUD. |
|
Those two are general purpose abstractions aimed at organizing code. They can certainly be used for this, just like they can be used for anything.