Daniel Ahn
03/03/2021, 6:05 PMPrefect Core is licensed under the Apache Software License Version 2.0. Please note that Prefect Core includes utilities for running Prefect Server and the Prefect UI, which are themselves licensed under the Prefect Community License.• Is there a clearer documentation on what's under PCL vs Apache 2.0?
Prefect Core includes utilities for running Prefect Server and the Prefect UI• are these referring to the CLI wrapper around docker-compose (https://github.com/PrefectHQ/prefect/tree/master/src/prefect/cli)? • in other words, if I write my own docker-compose to deploy Prefect Core in my environment, the entire architecutre should be under Apache 2.0?
Chris White
Daniel Ahn
03/03/2021, 6:18 PMChris White
Daniel Ahn
03/03/2021, 6:23 PMChris White
flow.run
(which does have a synchronous, not-HA scheduler for scheduled work).
I agree with you that once you have a workflow that is important / needs managing in any way, using a Prefect API is really where the main “workflow” features live.