-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tie patterns to use cases #213
Comments
Noted @tmcclell will put this on the agenda when project calls are resumed. |
I personally would like to see more levels in terms of abstractness. I tried to formulate one point here #217 and I think this could be another aspect or level of abstraction. In the end it the things that we have currently as pattern would be the lowest (or almost lowest) level, and we have a better hierarchy above this. |
You used a really interesting term there @markus-ntt-seidl "intention". I'm seeing that used multiple times in multiple places now, esp. in the kubernetes space. You describe the intents of your workload I'm starting to suspect that we are trying to give advice to the wrong categories, and we should be giving advice for types of workloads instead of types of domains. E.g. break down "machine learning" into the traits of what makes a machine learning workload different from say a "web server" workload and then a pattern is for a particular type of workload trait. So perhaps a traits for a machine learning workload is:
And traits for a web server workloads is:
And then our patterns might be against those categories, e.g. patterns for:
Because that's what really matters, when we say machine learning for instance we are just assuming your machine learning system is high cpu and low network, it might not be, those are just the assumption we are making. And the advice we are giving in a pattern is more based on the traits for different types of workloads. |
Thanks for your thoughts, @jawache (this also includes an answer to #217 (comment) ) It is difficult to find the "right" structure, but our current track needs to be revised IMHO. The pattern books I've read had a problem statement and then a solution to that problem in form of a pattern. Even if Singleton or "Event-Driven Consumer" are simple from a nowadays point of view, they might only have reached this because of writing it down in a more lengthy form (I once read that the first description in a novel about a time machine was 20~30 pages long, and today we write two words for this). Coming from that point we could try to generate higher level of intentions (like Rightsizing) or something like that and describe how this intention can be applied in various environments. I wouldn't mind if that part can be read as a book then linking to a list of pattern. (But: Information on how to scale kubernetes pods up/down is readily found on the internet and there might not be a need to duplicate this) I do really like the idea of coming from assumptions we have about the system the reader is having. Like: "Have high CPU load -> try these patterns". |
Reviving this discussion as we have identified out first Use Case: #297 |
An idea that came out of Standards working group would be to tie patterns to Use cases for publication. Discuss process?
The text was updated successfully, but these errors were encountered: