After having built a static STAC catalog made of several json files, we will want to index this catalog to allow efficient queries.
One option for this is to use stac-fastapi-elasticsearch, which would use ElasticSearch to index the files and then expose an API to query this index.
The team working on the new Data Portal (and Viet in particular) has worked on something similar to index the metadata catalog, we should see if we can easily copy their deployment and/or join it to maintain only a single catalog.
The benefit of combining everything into a single catalog in the long run will be that it will be possible to easily and clearly connect metadata and data, and to augment the metadata entries with information extracted from the data itself.
After having built a static STAC catalog made of several json files, we will want to index this catalog to allow efficient queries.
One option for this is to use stac-fastapi-elasticsearch, which would use ElasticSearch to index the files and then expose an API to query this index.
The team working on the new Data Portal (and Viet in particular) has worked on something similar to index the metadata catalog, we should see if we can easily copy their deployment and/or join it to maintain only a single catalog.
The benefit of combining everything into a single catalog in the long run will be that it will be possible to easily and clearly connect metadata and data, and to augment the metadata entries with information extracted from the data itself.