From ba09eabd686c9374e61a087b99768c056870b7aa Mon Sep 17 00:00:00 2001 From: jack-whitebox <83813212+jack-whitebox@users.noreply.github.com> Date: Thu, 17 Jun 2021 08:11:09 -0400 Subject: [PATCH 1/2] Add devops requirements --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index f5a2ffd..987d154 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,15 @@ Write a NodeJS Script that reads data from a SQL Database of your choice, filter - **We estimate this task should take about 2 hours, depending on your skill level with the technologies involved. If time is too tight of a constraint, please tell us about what you were planning to do given more time.** +### Devops Modifications +If you are applying for a devops role, the requirements are slightly different: + +1. The solution **must** run in containers, one for the script, one for the database. +2. The containers must be configured using docker-compose, kubernetes, or a similar tool of your choice. +4. There should be a readme included explaining the project and how to use it +5. You may use podman, docker, or any container platform, as long as installation and usage is documented in the readme +6. The language can be of your choice, node is not a requirement. + ### Submitting the code challenge Please create a GitHub Repo with your final result. I should be able to run your script and produce the required output. From adaf478cb8575d9f646dab87963886d991562f2a Mon Sep 17 00:00:00 2001 From: jack-whitebox <83813212+jack-whitebox@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:55:21 -0400 Subject: [PATCH 2/2] adding time comment --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 987d154..6844de6 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,7 @@ If you are applying for a devops role, the requirements are slightly different: 4. There should be a readme included explaining the project and how to use it 5. You may use podman, docker, or any container platform, as long as installation and usage is documented in the readme 6. The language can be of your choice, node is not a requirement. +7. The 2 hour estimate is only for the code, the environmental configuration will take somewhat longer. ### Submitting the code challenge