cookiecutter-data-science
cookiecutter-data-science copied to clipboard
Add option to choose different data storage back ends
trafficstars
- S3 (get AWS settings)
- Git Large File Storage
- Git Annex
- dat
Possibly a good reference here - when starting a new static site project with Pelican's quickstart tool, it asks questions very much like cookiecutter to let you choose lots of different deploy options (S3, rsync, Dropbox, etc), and generates a Makefile with the appropriate rules.
Refs:
- https://github.com/getpelican/pelican/blob/master/pelican/tools/pelican_quickstart.py
- https://github.com/getpelican/pelican/blob/master/pelican/tools/templates/Makefile.in
Closing—implemented for V2.