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

Remove datasets which are not served with elastic, from the elastic docker example #8

Closed
doublebyte1 opened this issue Oct 3, 2023 · 6 comments · Fixed by #7
Closed
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@doublebyte1
Copy link
Contributor

Description
In the elastic docker example, pygeoapi is configured to serve 4 datasets, but only 1 of them is actually using elastic as a backend provider.

Steps to Reproduce
Start the docker-compose file and navigate to the collections page. You will see 4 datasets there.

Screenshot 2023-10-03 at 15 37 50

These datasets use different providers: CSV, GeoJSON, SQLiteGPKG. Only one of them uses elastic.

Expected behavior

In this example, we should publish only the dataset that is served using the elastic provider:

Screenshot 2023-10-03 at 15 36 43

In order to achieve this, you can edit the pygeoapi configuration file to remove all the datasets that are not published using the elastic provider.

@doublebyte1 doublebyte1 added bug Something isn't working good first issue Good for newcomers labels Oct 3, 2023
@krishnaglodha
Copy link
Member

On it

@krishnaglodha
Copy link
Member

Fixed in PR geopython/pygeoapi#1364

@krishnaglodha
Copy link
Member

Screenshot 2023-10-04 at 10 06 36 AM

@doublebyte1
Copy link
Contributor Author

Thanks @krishnaglodha! Please see my comment here: geopython/pygeoapi#1364 (review)

Copy link

github-actions bot commented Apr 7, 2024

This Issue has been inactive for 90 days. As per RFC4, in order to manage maintenance burden, it will be automatically closed in 7 days.

@KilimAnnejaro
Copy link
Contributor

Note: I'm thinking this issue belongs on https://github.com/geopython/pygeoapi-examples, rather than here, after #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants