Hi I am very interested in kedro. However I am not interested in the full workflow as described in Spaceflight turtorial. At my work we have an in house built python DAG framework based on dask and I would like to replace it with kedro. What I would like to do is create pipelines dynamically, and use mostly memory datasets in the catalogue.
I fear for my use case, I may not be able to use kedro and kedro-viz how I would like.
Does the pipelining part of kedro stand alone without the need setting up the kedro template, setting up the data folders and packaging of project?