mapping-commons / mapping-commons-cookiecutter

0 stars 0 forks source link

Make it possible to use github releases if the mapping sets are too big to check in #3

Open matentzn opened 1 year ago

matentzn commented 1 year ago

In some cases, super large mapping sets need to be checked into version control.. It would be better if it was somehow possible instead (of adding them to mappings) to attach them to github releases. However, to do local operations like deploying a webserver with all mappings, you will still need to be able to have all mapping present in the mappings directory (sync_released_mappings?).

@ehartley Maybe this is not a super high priority right now, but its maybe not a bad idea to be a bit future proof in this regard?