Community driven, reusable components for distributed apps
Go to file
Alessandro (Ale) Segala 9a28bb2f70 Added retry logic and back-off to Cosmos DB components
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2022-03-24 22:32:05 +00:00
.devcontainer Update Dev Container Base Image (#1546) 2022-03-02 10:32:06 -08:00
.github StateStore API implementation for CockroachDB (#1559) 2022-03-22 08:24:14 -07:00
authentication update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
bindings Added retry logic and back-off to Cosmos DB components 2022-03-24 22:32:05 +00:00
configuration Fix: unsubscribe by id (#1483) 2022-02-17 06:41:36 -08:00
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Add make modtidy-all action (#1308) 2021-11-18 17:02:18 -08:00
internal/component/redis update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
metadata redis state store: implement state query API (#1488) 2022-03-02 10:51:09 -08:00
middleware Update daprd in cert tests. (#1511) 2022-02-18 14:42:19 -08:00
nameresolution update mdns name resolver to resolve feedback (#1607) 2022-03-21 15:04:07 -07:00
pubsub Support using AAD auth for Event Hubs Storage account (#1578) 2022-03-21 15:06:30 -07:00
secretstores Support version and engine path in vault secret store, add vaultValueType option. (#842) 2022-02-03 15:37:27 -08:00
state Added retry logic and back-off to Cosmos DB components 2022-03-24 22:32:05 +00:00
tests StateStore API implementation for CockroachDB (#1559) 2022-03-22 08:24:14 -07:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
.gitignore Ignore go.work for Go 1.18 Workspaces (#1324) 2021-11-29 13:06:48 -08: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 Add DCO requirements and updated code of conduct (#1395) 2022-01-04 09:40:04 -08:00
LICENSE update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
Makefile Sync mDNS first browse (#1591) 2022-03-21 09:18:56 -07:00
Readme.md Add FOSSA workflow and badge 2022-03-11 13:01:14 +05:30
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
go.mod Workaround for Cosmos DB state store unable to launch when using AAD auth 2022-03-24 20:55:09 +00:00
go.sum Workaround for Cosmos DB state store unable to launch when using AAD auth 2022-03-24 20:55:09 +00:00

Readme.md

Components Contrib

Build Status Discord License: Apache 2.0 FOSSA Status

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