Hello community ! I'm new to Prefect.
Can I use only prefect flow, pipeline and task logics? Not having a anything cloud, or locally self-hosted Prefect server. Just use logics behind those functions.
I have several python functions and private packages. I want to use those as a task. And just creating flow and pipelines and implement with REST api -- Is that best practice or work smoothly?
Would i counter any problem when i use prefect as that?