Community driven, reusable components for distributed apps
Go to file
Laurence a21897bc81
add config api (#1113)
* add config api

* fix: add ut

* fix: linter

* fix

* fix: some pr comments

* fix: go mod tidy

* fix: ut

* Update redis_value.go

* Update redis_value_test.go

* Update redis_test.go

* Update requests.go

* Update responses.go

* Update redis_value.go

* Update redis_value_test.go

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Long Dai <long.dai@intel.com>
2021-10-19 13:55:38 -07:00
.devcontainer Update devcontainer to dapr-dev:0.1.4 2021-09-15 20:17:09 +00:00
.github Limit Identity's access to Key Vault to read only 2021-10-18 14:28:18 -07:00
authentication ci: standard linter config (#1102) 2021-09-21 15:21:59 -07:00
bindings binding/mysql: optimize output error (#1195) 2021-10-18 17:25:35 -07:00
configuration add config api (#1113) 2021-10-19 13:55:38 -07:00
contenttype ci: standard linter config (#1102) 2021-09-21 15:21:59 -07:00
docs Contributor Docs: Debugging conformance tests (#1079) 2021-08-26 15:29:14 -07:00
internal/component/redis add redis username metadata (#1177) 2021-10-06 12:54:00 -07:00
metadata ci: standard linter config (#1102) 2021-09-21 15:21:59 -07:00
middleware ci: standard linter config (#1102) 2021-09-21 15:21:59 -07:00
nameresolution Improve mDNS nameresolver code quality (#1179) 2021-10-06 12:16:40 -07:00
pubsub reconnect rabbitmq on 'unexpected command received' error (#1198) 2021-10-14 21:19:31 -07:00
secretstores Add dapr user agent for Azure Components (#1152) 2021-09-27 17:04:27 -07:00
state Add StateStore query API (#1153) 2021-10-18 13:55:26 -07:00
tests Fix conformance test due to query API test not in SQL Server. (#1207) 2021-10-19 13:41:17 -07:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
.gitignore remove etcd state store to prepare to update grpc to new version (#499) 2020-10-15 09:53:49 -07:00
.golangci.yml ci: standard linter config (#1102) 2021-09-21 15:21:59 -07:00
CODEOWNERS Update CODEOWNERS (#987) 2021-07-08 22:19:32 -07:00
CONTRIBUTING.md Update docs with new docs links (#513) 2020-10-26 11:52:20 -07:00
LICENSE change headers (#679) 2021-02-09 18:57:55 -08:00
Makefile Disabled CGO in contrib test run. (#1077) 2021-08-13 17:05:10 -07:00
Readme.md Update Readme.md (#971) 2021-06-22 14:48:41 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
go.mod Update paho.mqtt.golang to v1.3.5 (#1192) 2021-10-12 16:38:02 -07:00
go.sum Update paho.mqtt.golang to v1.3.5 (#1192) 2021-10-12 16:38:02 -07:00

Readme.md

Components Contrib

Build Status Discord License: MIT

The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.

Using components developers can interact with bindings, state stores, messaging systems and more without caring about the underlying implementation.

Available component types:

For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.

Contribution

Code of Conduct

Please refer to our Dapr Community Code of Conduct