Upgrade to a new more flexible index of products #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Aquila-Consortium/manticore_data#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current data product index is monolithic and separate between public and private.
It is loaded as a giant JSON dictionnary which describes hierarchically the data, its origin, the resolution and the different MCMC elements.
We should build a new metaindex which allows splitting the product index for each data release into its own JSON. For example:
ROOT/products.json:
ROOT/Manticore1/index.json
(regular index of data products to be defined in the doc)