Skip to content

Commit

Permalink
Merge pull request #57 from dapr/updatediagrams
Browse files Browse the repository at this point in the history
Update diagrams in docs for samples
  • Loading branch information
Mark Fussell committed Oct 16, 2019
2 parents fb2770a + 03fff1c commit 9af3a93
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file modified 1.hello-world/img/Architecture_Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 2.hello-kubernetes/img/Architecture_Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 3.distributed-calculator/img/Architecture_Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 4.pub-sub/img/K8s_Architecture_Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 4.pub-sub/img/Local_Architecture_Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 5.bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This sample includes two microservices:

The bindings connect to Kafka, allowing us to push messages into a Kafka instance (from our Python microservice) and receive message from that instance (from our Node microservice) without having to know where the instance is hosted. Instead, we connect through our sidecars using the Dapr API. See architecture diagram to see how our components interconnect locally:

![Architecture Diagram](./img/Bindings_Standalone.jpg)
![Architecture Diagram](./img/Bindings_Standalone.png)

This sample also includes a manifest for using Azure Event Hubs to demonstrate how we can simply swap one component out for another.

Expand Down
Binary file removed 5.bindings/img/Bindings_Standalone.jpg
Binary file not shown.
Binary file added 5.bindings/img/Bindings_Standalone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9af3a93

Please sign in to comment.