FastAPI server that implements the OGC API - Processes
Project description
Eozilla Wraptile
Wraptile is a server made for wrapping workflow orchestration systems with a unified restful API that should be almost compliant with the OGC API - Processes.
Wraptile can currently be run with a local execution service or with Airflow.
Local execution service
Running Wraptile with a local service:
pixi shell
wraptile run -- wraptile.services.local.testing:service --processes --max-workers=5
The possible options are
--processes/--no-processes: Whether to use processes or threads, defaults to threads.--max-workers=INTEGER: Maximum number of processes or threads, defaults to 3.
Airflow service
Start by running a local Airflow instance with some test DAGs:
cd eozilla-airflow
pixi install
pixi run airflow standalone
Then run the Wraptile server with the local Airflow instance (assuming the local Airflow webserver runs on http://localhost:8080):
pixi shell
wraptile run -- wraptile.services.airflow:service --airflow-password=a8e7f4bb230
The possible options are
--airflow-base-url=TEXT: The base URL of the Airflow web API, defaults tohttp://localhost:8080.--airflow-username=TEXT: The Airflow username, defaults toadmin.--airflow-password=TEXT: The Airflow password. For an Airflow installation with the simple Auth manager, use the one from.airflow/simple_auth_manager_passwords.json.generated.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wraptile-0.0.6.tar.gz.
File metadata
- Download URL: wraptile-0.0.6.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a56adff78a34aa67238c6b924e0b4c3e0cb83da04b03ee8349a48400d9ed4a8e
|
|
| MD5 |
e5eadd941e0d01e31a10c630fa86014f
|
|
| BLAKE2b-256 |
640e242e5f36aa0c474299df586d26357d5ec10a5d40a3a24a6a05c4a2d9dfe4
|
File details
Details for the file wraptile-0.0.6-py3-none-any.whl.
File metadata
- Download URL: wraptile-0.0.6-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7196ed1ff0205bbfb0fdc571d75d42205f362b33b196461906ca287e26348c4e
|
|
| MD5 |
dc718aaea760af283e8a4c06419da315
|
|
| BLAKE2b-256 |
b45fa07d5f2e9b9ae92c85f6acf37a1793f772ae6a12351019dfca6b99b4f5a7
|