ausecocloud / ecocloud

Issue tracker
6 stars 0 forks source link

Update EcoCloud search calls to KN #80

Open jyucsiro opened 5 years ago

jyucsiro commented 5 years ago

KN v2.1 is being developed and is planned for release early April 2019. Part of that is to streamline deployments and help improve the search APIs.

Currently the EcoCloud explorer uses the https://es.knowledgenet.co in production for access to the KN ElasticSearch API using HTTP POST queries.

In the future KN v2.1 release, a minor change will see access to this ElasticSearch API at https://knowledgenet.co/api/v0/es-query/datasets instead (not deployed yet).

In preparation for this, we have deployed candidate changes to our staging deployment at staging.knowledgenet.co. See https://staging.knowledgenet.co/api/v0/es-query/datasets

This issue is to start the process of migrating to this API endpoint.