Slide 7
Slide 7 text
The project
100% python
• Poetry, pytest, type hints, black, flake8, ruff, ...
• System administration commands
• Resource allocation algorithms
Structuring choices
• Wherever possible, give priority to :
●
declarative rather than imperative configuration
●
conventions rather than explicit configuration, avoiding duplication of information
• Rely on proven technologies (OCI/Docker containers in the first instance)
• Be inspired by "best practices" such as the "12 factor apps", SBOM, ...
• Provide for extensions through plugins