mirror of https://github.com/dapr/quickstarts.git
Updating uber readme for all quickstarts with Bindings & Secrets content link (#698)
* updating readme for all quickstarts: - added link to new Bindings quickstart - tightened up descriptons (remove "Demonstrates repetition", and better explain the role of the building block in the sample) Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com> * Secrets is there too, so updating readme Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
parent
31c86fe865
commit
7b202e5536
10
README.md
10
README.md
|
|
@ -11,13 +11,13 @@ Pick a building block API (for example, pub-sub, state management) and rapidly t
|
|||
|
||||
| Dapr Quickstart | Description |
|
||||
|:--------------------:|:--------------------:|
|
||||
| [Publish and Subscribe](./pub_sub) | Demonstrates how to send messages to a topic with one service and subscribe to that topic with another service. |
|
||||
| [Service Invocation](./service_invocation) | Demonstrates to discover and securely invoke methods across services. |
|
||||
| [State Management](./state_management/) | Demonstrates how to store data as key/value pairs in supported state stores. |
|
||||
| Bindings | Coming soon... |
|
||||
| [Publish and Subscribe](./pub_sub) | Asynchronous communication between two services using messaging |
|
||||
| [Service Invocation](./service_invocation) | Asynchronous communication between two services using HTTP |
|
||||
| [State Management](./state_management/) | Store a service's data as key/value pairs in supported state stores |
|
||||
| [Bindings](./bindings/) | Work with external systems using input bindings to respond to events and output bindings to call operations|
|
||||
| [Secrets Management](./secrets_management/) | Securely fetch secrets |
|
||||
| Actors | Coming soon... |
|
||||
| Observability | Coming soon... |
|
||||
| Secrets Management | Coming soon... |
|
||||
| Configuration | Coming soon... |
|
||||
|
||||
### Tutorials
|
||||
|
|
|
|||
Loading…
Reference in New Issue