hello! I'm evaluating prefect in place of airflow - heard only good things so am here to test it out as a ETL pipeline!
How do I get started if I'd like to deploy exclusively on docker? Does it still require python on host machine to run? Thanks and looking forward to this!
👋 8
k
Kevin Kho
06/24/2021, 1:01 PM
Hi @Alderson, yes it would require Python because you would need the Prefect agent running on the host machine and that needs Python. I would go through the tutorial, and then specifically look for the DockerRun and DockerAgent docs.