Upgrade to a new more flexible index of products #2

Open
opened 2026-02-26 13:21:43 +00:00 by Guilhem Lavaux · 0 comments

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:

{'DR': ['Manticore1','Manticore2']}

ROOT/Manticore1/index.json
(regular index of data products to be defined in the doc)

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: ```json {'DR': ['Manticore1','Manticore2']} ``` ROOT/Manticore1/index.json (regular index of data products to be defined in the doc)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aquila-Consortium/manticore_data#2
No description provided.