refined-dusk-58376
11/22/2020, 5:05 PMhappy-kitchen-89482
11/22/2020, 6:38 PMhundreds-father-404
11/22/2020, 8:08 PMrefined-dusk-58376
11/22/2020, 8:43 PMpoetry
as I love how poetry does its package management.
3. The sub-projects includes: utils, serverless functions (openfaas and nuclio personally), web services (python, rust and front-end), and a Kubernetes.
4. As I'm writing code I can import from one of the other sub-packages. For instance, I can foresee this being useful when pulling from one of the util libraries to use between projects.
5. When I run a build all of the python code just works as it should.
6. I'd like to start a service to test that things work the way they're supposed to.
7. I assume I'd have to create plugins for this, but I'd likely want to deploy my Kubernetes serverless functions to kubernetes using a developed plugin.Jenkins
to deploy the code using pants
. All instead of using jenkins directly. That way I could foresee my codebase being extremely simplified.