Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

FDB client server based on fastapi #113

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

FDB client server based on fastapi #113

wants to merge 9 commits into from

Conversation

cfkanesan
Copy link
Collaborator

@cfkanesan cfkanesan commented Jan 12, 2024

FDB server module.

Usage:

$ export GRIB_DEFINITION_PATH=...
$ uvicorn idpi.fdb_server:app [--reload] --port 8989 --host 0.0.0.0

OpenAPI docs are available under http://host:port/docs in a web browser.

The reload option enables reloading the server
when changes to the module are observed.

Note: archival will only work if you have write access to the fdb root.
Update src/idpi/data/fdb_config_balfrin.yaml as needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant