kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

Move sprokit processes to arrows sub-tree

Open linus-sherrill opened this issue 4 years ago • 1 comments

The processes under sprokit/processes/* should be migrated to arrows/*/processes/ based on the best fit for the category. Some processes have the same organization as the arrows (e.g. core), but others are part of a new category (e.g. flow and transport). Maybe they should go in arrows/flow/processes for example.

linus-sherrill avatar Aug 06 '20 14:08 linus-sherrill

I would argue that very general purpose processes, like those that control the flow of data (e.g. mux and demux, time shifting data, etc.) should go in arrows/core/processes, however, I could be convinced that a new arrow makes sense too. The current problem is that core has too much in it, but I think sprokit flow and transport processes are more "core" than many other things in core right now.

mleotta avatar Aug 06 '20 15:08 mleotta