Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the docker example to ES=8 #985

Merged
merged 2 commits into from Oct 16, 2022

Conversation

doublebyte1
Copy link
Contributor

@doublebyte1 doublebyte1 commented Sep 15, 2022

Overview

ES8 introduces new capabilities (like the ability to publish data as vector tiles), but we are tied to the elastic-search client, which did not produce a version compatible with 8, yet. See: elastic/elasticsearch-dsl-py#1569
The approach here is to run ES8 in compatibility mode, so that it does not break the client.

Related Issue / Discussion

#970

Contributions and Licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)

  • I'd like to contribute the feature to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of contribution.
  • I have already previously agreed to the pygeoapi Contributions and Licensing Guidelines

@doublebyte1 doublebyte1 added the enhancement New feature or request label Sep 16, 2022
@doublebyte1 doublebyte1 linked an issue Sep 16, 2022 that may be closed by this pull request
@@ -62,6 +62,10 @@ services:
ports:
- 9300:9300
- 9200:9200
environment:
ELASTIC_CLIENT_APIVERSIONING: 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

running ES 8 in compatibility mode

@tomkralidis tomkralidis merged commit fd5ea06 into geopython:master Oct 16, 2022
@doublebyte1 doublebyte1 deleted the es-upgrade branch December 2, 2022 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support to Elasticsearch Vector Tiles on OGC API Tiles
2 participants