tsdataclinic / scout

Scout is a data discovery tool to explore open data portals worldwide.
https://scout.tsdataclinic.com
Apache License 2.0
33 stars 12 forks source link

Switched from Elasticsearch to OpenSearch #331

Closed jps327 closed 1 year ago

jps327 commented 1 year ago

AWS has better support for OpenSearch over Elasticsearch. Since this is the way Scout is deployed, it is easier to switch the development setup to use OpenSearch. The APIs are basically identical and interchangeable, with minor differences in their KNN types. However, those minor differences were enough to cause bugs in production, so we're switching the development environment to match production.