NASA-PDS / registry-api

Web API service for the PDS Registry, providing the implementation of the PDS Search API (https://github.com/nasa-pds/pds-api) for the PDS Registry.
https://nasa-pds.github.io/pds-api
Apache License 2.0
2 stars 5 forks source link

Start to use the new OpenSearchClient instead of ResHighLevelClient #421

Closed tloubrieu-jpl closed 2 months ago

tloubrieu-jpl commented 6 months ago

🗒️ Summary

Partially implemented as a demo for one end-point.

⚙️ Test Data and/or Report

curl -H 'Accept:application/json' 'http://localhost:8081/products/urn:nasa:pds:insight_rad::2.1'

curl -H 'Accept:application/csv' 'http://localhost:8081/products/urn:nasa:pds:insight_rad::2.1'

♻️ Related Issues

Start point for ticket https://github.com/NASA-PDS/registry-api/issues/304

tloubrieu-jpl commented 2 months ago

This PR will never be merged. We have later version of that currently in develop branch.