FDB-528: FamCatalogue and FamStore backends via OpenFAM / OpenFAM Mock#250
Draft
mcakircali wants to merge 111 commits intodevelopfrom
Draft
FDB-528: FamCatalogue and FamStore backends via OpenFAM / OpenFAM Mock#250mcakircali wants to merge 111 commits intodevelopfrom
mcakircali wants to merge 111 commits intodevelopfrom
Conversation
a46ad53 to
cd15661
Compare
FDB-528
FDB-528
FDB-528
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implements FamCatalogue for FAM catalogue stack (reader/writer wiring, index persistence, engine discovery), and tests. It uses
eckit::FamListandeckit::FamMap.Persists and loads DB key from FAM map storage.
Index listing by iterating catalogue map entries.
per-DB catalogue map and global FAM DB registry.
FamIndex: lazy creation/selection and archive writes.
Flush behavior sorts index axes in batch.
Axis computation by merging axes from loaded indexes.
FamIndex: lookup, iteration, and axis reconstruction from persisted fam.
Entries in FamMap with payload:
FamEngine:
Read root FAM URI from config fam_roots.
Implements canHandle and visitableLocations via FAM registry.
Discover catalogue locations from both Key and MarsRequest queries.
Notes:
Catalogue & index map names are truncated because of OpenFAM object-name limits.
The catalogue map uses underscore-prefixed reserved keys for internal metadata filtering.
Catalogue registration is done by a global FAM registry map for engine discovery.
Contributor Declaration
By opening this pull request, I affirm the following:
🌈🌦️📖🚧 Documentation FDB 🚧📖🌦️🌈
https://sites.ecmwf.int/docs/fdb/pull-requests/PR-250