-
Notifications
You must be signed in to change notification settings - Fork 726
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
add general diagram for how SDKs interacts with Dapr runtime #3736
Comments
Thoughts @hhunter-ms ? |
@sicoyle - Can you add a sketch for the words above on your expectation here. If this is a simplified picture I would add it here https://docs.dapr.io/concepts/overview/#developer-language-sdks-and-frameworks, since this is usually simply the importing and using of an SDK |
Maybe something along these lines in the dapr docs (but whoever picks up this issue can use PowerPoint or a nice visualizer to formalize it), and then we could have more details that are SDK specific for the corresponding SDKs? Thoughts @msfussell ?
|
ORRRR even better is this visual here for the JS SDK: Maybe use this as a starting point and spruce it up for where you recommended adding in the dapr docs? Also, again with making SDK specific in the READMEs. |
@sicoyle is this kind of what you're looking for in regards to a general concept diagram? |
What content needs to be created or modified?
There is no visual representation for how the SDKs in general interacts with the Dapr runtime. We should add a visual for this for easy understanding at a glance by community members.
Describe the solution you'd like
It would be nice for community members to have a diagram depicting the interactions with end user applications, the Dapr SDKs, and the Dapr sidecar at a high level.
The diagram should include:
3 main components: end user application, Dapr SDKs, Dapr sidecar
Other ideas (but not limited to below list) that can be included in diagram:
Where should the new material be placed?
On this page: https://docs.dapr.io/developing-applications/sdks/
The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos
No pull requests yet as I'm targetting this as a good idea for adding on the Grace Hopper Conference board for Dapr. I'll link the SDK specific issues here, as I believe we can have a generic visual representation here, and then a more specific diagram per SDK in their associated README.md files.
SDK Issues:
dapr/go-sdk#451
dapr/java-sdk#915
dapr/dotnet-sdk#1146
dapr/js-sdk#521
dapr/python-sdk#599
dapr/rust-sdk#105
dapr/cpp-sdk#56
dapr/php-sdk#139
The text was updated successfully, but these errors were encountered: