Skip to content

pacificclimate/station-data-portal-backend

Repository files navigation

Station Data Portal Backend

Python CI Docker Publishing

The Station Data Portal Backend is a microservice providing metadata from a PyCDS database. The nominal client is the Station Data Portal app, but it is not particularly tuned to this app.

At present, this service provides only metadata. Data download services are provided by an instance of the PDP backend.

Documentation

Releasing

To create a versioned release:

  1. Increment version in pyproject.toml.
  2. Summarize the changes from the last release in NEWS.md.
  3. Add, commit, and tag, and push these changes:
    git add setup.py NEWS.md
    git commit -m "Bump to version x.x.x
    git tag -a -m "x.x.x" x.x.x
    git push --follow-tags
    

About

Data service backend for the Station Data Portal

Resources

Stars

Watchers

Forks

Packages

No packages published