dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.12k stars 341 forks source link

doc: add diagram for how .NET SDK interacts with Dapr runtime #1146

Open sicoyle opened 1 year ago

sicoyle commented 1 year ago

Describe the proposal

Is your feature request related to a problem? Please describe. There is no visual representation for how the SDK interacts with the Dapr runtime.

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 .NET SDK, and the Dapr sidecar close to the codebase, within the README.md file.

The diagram should include:

Other ideas that can be included in diagram:

Describe alternatives you've considered We could technically keep the README.md file as is, but it would be nice to have visuals here for community members understanding of these interactions.

Additional context https://docs.dapr.io/developing-applications/sdks/

shruthiragu commented 1 year ago

/assign

sicoyle commented 1 year ago

@shruthiragu Hope you are enjoying the Grace Hopper Conference Open Source Day event! Please let us know if you need help with anything (and when you open a PR with the changes) so we can move this issue in the board to "In review"! Thank youuuuu :)

halspang commented 1 year ago

@sicoyle - Do any other SDKs have this diagram? This feels like something better suited to the main Dapr Docs repo as all of our interactions are defined by the Dapr runtime itself.