VirtualTam's bookmarks
37 bookmarks found
-
Jenkins & .Net
2018-02-06 - https://plugins.jenkins.io/msbuild
- https://jenkinsheaven.blogspot.fr/
- https://blog.alexellis.io/continuous-integration-docker-windows-containers/
- https://asmagin.com/2017/05/02/jenkins-on-docker-for-net-projects/
- https://developers.redhat.com/blog/2016/09/05/how-to-install-and-configure-jenkins-to-build-net-apps-on-red-hat-enterprise-linux/
- https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites
- https://www.pgs-soft.com/cross-platform-application-using-net-core-jenkins-docker/
- https://stackoverflow.com/questions/27725236/jenkins-net-build-server
- https://blog.couchbase.com/continuous-deployment-with-jenkins-and-net/
-
On the Existence of IT Thingies
2018-01-21 - If it is not managed by SCM, it doesn't exist.
- If it is not covered by tests, it doesn't exist.
- If it cannot be built and deployed in an automated and reproducible way, it doesn't exist.
- If it is not running in production, it doesn't exist.
- If it is not monitored and supervised, it doesn't exist.
Simple, heh?
-
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
-
Django, Docker and MySQL
2017-11-29 Django ORM:
- https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-notes
- https://stackoverflow.com/questions/34777755/how-to-config-django-using-pymysql-as-driver
- https://stackoverflow.com/questions/19189813/setting-django-up-to-use-mysql
MySQL / MariaDB / Percona connectors:
- https://stackoverflow.com/questions/4960048/python-3-and-mysql
- https://github.com/PyMySQL/PyMySQL
- https://pypi.python.org/pypi/mysql-connector-python
Docker images:
- https://store.docker.com/images/mariadb
- https://store.docker.com/images/mysql
- https://store.docker.com/images/percona
Compose and Django ORM database migrations:
-
-
Ivan Ristić: Deploying Forward Secrecy
2017-06-16 -
Apache Hadoop
2017-03-06 - https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html
- https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ClusterSetup.html
- https://cloud.google.com/hadoop/setting-up-a-hadoop-cluster
- https://www-ssl.intel.com/content/dam/www/public/us/en/documents/white-papers/best-practices-for-implementing-apache-hadoop-paper.pdf
- https://www-ssl.intel.com/content/dam/doc/white-paper/cloud-computing-optimizing-hadoop-deployments-paper.pdf
-
Serverless: Thin Air as a Service
-
FreeIPA
2016-12-02 LDAP/Kerberos directory server built on top of 389DS
-
bslatkin/dpxdt · GitHub
2015-09-17 Make continuous deployment safe by comparing before and after webpage screenshots for each release.