lipas-liikuntapaikat / lipas

Lipas is a nationwide, public GIS service of Finnish sport and recreation facilities.
MIT License
70 stars 14 forks source link

Changes based on swimming pool experts feedback #3

Closed vharmain closed 6 years ago

vharmain commented 6 years ago

Live

https://lipas-dev.cc.jyu.fi/

Functionality for running data maintenance tasks

Sometimes we need to manipulate batches of data stored in the db. Since we're storing documents in JSONB blobs, our options are:

This does the latter. Tasks are defined in lipas.maintenance namespace and running happens by simply executing:

docker-compose run backend-maintenance :my-maintenance-task

Let's see how this works for us in the long run.

Several small changes to swimming pool form content

See commit messages for further details.