Create a new Service¶
What's a service pack?¶
A service pack contains:
- the service
- the checker
- documentation
- workflows to check that everyhing is working as expected
Service Structure¶
Examples: https://github.com/enowars/enowars-service-example
Service¶
Checker¶
The checker stores and checks the flags in your service.
Examples: https://github.com/enowars/enowars-service-example
Other checker lib...
Create a Service¶
Describe how to build a new service
Create a private "enowars
- We require a specific project structure
- Use the provided files, docker-compose, etc.
- Adhere to the service & checker tenets