components-contrib/configuration
Shivam Kumar 7d24bfa000
Update Go SDK version in certification tests (#2825)
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
2023-05-02 16:09:20 +00:00
..
azure/appconfig Add azure blob binding and app config yaml (#2771) 2023-04-12 21:28:36 -07:00
postgres Add component metadata YAML for Postgres configuration (#2804) 2023-04-24 09:54:41 -07:00
redis Update Go SDK version in certification tests (#2825) 2023-05-02 16:09:20 +00:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
requests.go Removing operation from Updatevent 2023-01-09 20:43:41 +05:30
responses.go fix: Converting configuration API response from an array to dictionary (#1771) 2022-08-25 13:35:02 -07:00
store.go Standardize metadata parsing in configstores and lockstore (#2710) 2023-03-25 22:34:48 +00:00

README.md

Configuration

Configuration components provide a way for your applications to receive configuration values, dynamically.

Learn more about the Configuration building block in Dapr

Implementing a new configuration store

A compliant configuration store needs to implement the Store inteface included in the store.go file.