VirtualTam's bookmarks
305 bookmarks found
-
Actors:
- database server / cluster
- load-balanced application servers relying on a database schema with migrations
- reverse proxy
Issue:
- managing database schema migrations
Possible sequence:
- create the database
- run a service that executes database schema migrations
- start application servers
- start the load-balancer / reverse-proxy
Resources:
- https://www.reddit.com/r/docker/comments/2t2pnf/what_are_best_strategies_to_migrate_relational/
- https://softwareengineering.stackexchange.com/questions/357929/db-migration-strategy-for-docker-containers-in-aws-ecs
- https://stackoverflow.com/questions/41592091/run-a-database-migration-command-when-deploying-a-docker-container-to-aws
- https://ltd-keeper.lsst.io/gke-migrations.html
- https://stackoverflow.com/questions/31715239/docker-compose-database-migrations-and-other-pre-post-scripts
- https://stackoverflow.com/questions/38089999/docker-compose-rails-best-practice-to-migrate
- https://stackoverflow.com/questions/37058812/how-best-to-run-one-off-migration-tasks-in-a-kubernetes-cluster
-
Watching a directory for file changes
2017-11-03 Python:
- http://brunorocha.org/python/watching-a-directory-for-file-changes-with-python.html
- https://github.com/gorakhargosh/watchdog
- https://stackoverflow.com/questions/182197/how-do-i-watch-a-file-for-changes
- https://stackoverflow.com/questions/136168/get-last-n-lines-of-a-file-with-python-similar-to-tail
C/C++:
-
Data Art – The R graph Gallery
2017-10-15 -
Algorithmic Composer
2017-10-11 -
Home Page for 20 Newsgroups Data Set
2017-09-30 -
-
http://dataconomy.com/2016/12/use-elasticsearch-nlp-text-mining%e2%80%8a-%e2%80%8apart-1/
-
http://dataconomy.com/2017/05/use-elasticsearch-nlp-text-mining-part-2/
-
https://www.elastic.co/blog/text-classification-made-easy-with-elasticsearch
-
https://www.elastic.co/guide/en/elasticsearch/guide/current/languages.html
-
https://www.elastic.co/guide/en/elasticsearch/plugins/current/ingest-attachment.html
-
https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-lang-analyzer.html
-
https://lingpipe-blog.com/2014/04/10/lucene4-document-classification/
-
https://medium.com/@textminers/how-to-use-elasticsearch-for-textmining-part-1-5589e76301d5
-