-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
(Corresponding internal ticket: EDU-1842)
Is your feature request related to a problem? Please describe.
Right now, https://learn.temporal.io/examples/ only lists a single example (Background Checker), in a single programming language (Go). A user who's new to Temporal might leave this page with the impression that Temporal is extremely limited in what it can do, and/or in the languages that it supports.
In reality, however, there are TONS of Temporal examples kicking around out there, among them:
- Reference Applications such as the newly announced Order Management System (OMS)
- Samples for each SDK (samples-go, samples-python, etc.)
- Demos which can be less thoroughly documented / polished than the above, but nevertheless are great to highlight a particular use case, design pattern, and/or Temporal feature (there are moves to consolidate these under https://github.com/temporal-sa/)
- Community-Contributed Examples a collection of some of these can be found at https://github.com/temporalio/awesome-temporal
But, without doing a bunch of sleuthing and/or without a great deal of random luck, you'd never ever know this as it stands today. 😢
Describe the solution you'd like
- The main thing? More than one example on that page. 🤣
- Along with this, introducing "categorization/taxonomy" of examples, so that we can start to expand out beyond simply the "end-to-end" applications (which are far less plentiful, and extremely time consuming to create)
- The simplest thing that can possibly work that accomplishes those two (at least for now).
Additional context
Community-contributed examples are a bit of a can of worms, so let's leave those out of scope for now. (But... working on it! :))
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request