Community driven, reusable components for distributed apps
Go to file
Daniel Beall a35a715f9c
Update state/blobstorage.go to add metadata. (#786)
Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
2021-04-15 21:40:09 -07:00
.github Adding the mqtt binding to the conformance tests 2021-03-26 11:05:19 -04:00
authentication change headers (#679) 2021-02-09 18:57:55 -08:00
bindings Merge branch 'master' into patch-1 2021-04-12 19:24:47 -04:00
contenttype change headers (#679) 2021-02-09 18:57:55 -08:00
docs Fix broken links (#718) 2021-02-25 12:45:22 -08:00
internal/config Refactored conformance tests to use a new config package (#712) 2021-03-01 13:03:39 -08:00
metadata change headers (#679) 2021-02-09 18:57:55 -08:00
middleware change headers (#679) 2021-02-09 18:57:55 -08:00
nameresolution change headers (#679) 2021-02-09 18:57:55 -08:00
pubsub Azure Service Bus publishing retries when server is "too busy" (#821) 2021-04-14 11:56:55 -07:00
secretstores AWS SSM Parameter Store (#747) 2021-03-12 11:41:47 -08:00
state Update state/blobstorage.go to add metadata. (#786) 2021-04-15 21:40:09 -07:00
tests Merge branch 'master' into jjcollinge/pubsub-context 2021-04-08 14:11:01 -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 Add initial set of conformance tests (#586) 2021-01-20 12:09:51 -08:00
CODEOWNERS Update and rename OWNERS to CODEOWNERS (#478) 2020-09-25 15:27:33 -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 Run conformance tests for Kuberentes secret store (#673) 2021-02-11 14:40:32 -08:00
Readme.md Update Readme.md (#658) 2021-02-03 12:28:38 -08:00
go.mod Azure Service Bus publishing retries when server is "too busy" (#821) 2021-04-14 11:56:55 -07:00
go.sum Azure Service Bus publishing retries when server is "too busy" (#821) 2021-04-14 11:56:55 -07:00

Readme.md

Components Contrib

Go Report Card 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