xcube geoDB is a geo-spatial database within the xcube ecosystem. xcube geoDB reads features from e.g. Shapefiles in the form of a GeoDataFrame and processes them in a custom PostgreSQL database provided by Brockmann Consult and the Euro Data Cube (EDC) consortium. The processed data can be accessed and queried via a REST API with full querying capabilities.
Please refer to our documentation for further information.
- Local Unittest
- Create stage/dev release (tag only. Tag name must include the expression ' dev' plus a number, e.g. 0.1.9.dev1)
- The stage release will be deployed using GitHub Actions:
- A docker image will be created and pushed to quay.io
- The new version of the image will be deployed to the cluster using a helm chart
- The stage release will be tested:
- An automatic test is run similar to a unit test
- Users will test the new features and fixes
- Create release
- The release will be deployed using GitHub Actions:
- unittest
- the new version of the xcube geodb image will be created and pushed to quay.io
- the xcube-geodb helm chart will be deployed using the new version of the docker image