mirror of https://github.com/dapr/quickstarts.git
Merge pull request #728 from DeepanshuA/binding-readme
Just postgresql typo correction
This commit is contained in:
commit
9ab0a6d0b3
|
@ -1,6 +1,6 @@
|
|||
# Dapr Bindings (Dapr SDK)
|
||||
|
||||
In this quickstart, you'll create a microservice to demonstrate Dapr's bindings API to work with external systems as inputs and outputs. The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostreSql output binding.
|
||||
In this quickstart, you'll create a microservice to demonstrate Dapr's bindings API to work with external systems as inputs and outputs. The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSql output binding.
|
||||
|
||||
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/bindings/) link for more information about Dapr and Bindings.
|
||||
|
||||
|
|
Loading…
Reference in New Issue