NASA-PDS / registry-sweepers

Scripts that run regularly on the registry database, to clean and consolidate information
Apache License 2.0
0 stars 1 forks source link

migrate elasticsearch client to opensearch-py for legacy synx sweeper… #80

Closed tloubrieu-jpl closed 8 months ago

tloubrieu-jpl commented 8 months ago

…. And use a temporary pypi package as a dependency.

🗒️ Summary

1) The migration to using opensearch-py as a client (https://github.com/NASA-PDS/registry-sweepers/pull/72). was not done for the legacy Solr synchronization sweeper. It is now done. 2) Also, one depency was girectly on a github repository (solr-to-es) which is not allowed by pypi. So I published the dependency myself (while waiting for this ticket to be resolved https://github.com/o19s/solr-to-es/issues/23). And I used this dependency in the current project.