Development¶
Install this project with poetry
Start the prefect server:
Update the prefect config, as directed by the prefect server:
If you want to deploy a pygeoapi process locally with prefect, then also start a prefect agent:
Now stand up pygeoapi with the provided config files:
If you need to regenerate the openapi description file, run:
Deploy the hi-prefect-world
process:
- Run a deployed process with prefect
- List processes
- Execute the standard
hello-world
process via prefect:
http -v localhost:5000/processes/hello-world/execution inputs:='{"message": "Yo", "name": "planet Earth"}'
- Execute our
hi-prefect-world
process: