Skip to content

ogcincubator/dev-exercise

Repository files navigation

Data Publisher Exercise

This proof of concept, shows how GitHub actions can be setup to test a OGC API publishing exercise.

Context

Developer Workflow

  • Fork a template repository similar to this one, which should contain a blank docker compose and pygeoapi config file.
  • If necessary, enable GitHub actions on the fork.
  • Do the necessary changes to docker-compose.yml and the pygeoapi configuration file.
  • Push the changes to the fork and wait for the tests to pass.
  • You can also test the GitHub actions locally, using act

Developer Workflow

GitHub Actions

  • Start the services on the docker compose file.
  • Run tests to check if the server is up & running, and if the features collections endpoint responds.
  • Stop the services on the docker compose file.
  • If any tests fail, there will be info in the Actions log.

Developer Repos

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages