Community driven, reusable components for distributed apps
Go to file
Simon Leet 6400db8717
Add Close() to GCPStorage binding (#1111)
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-09-02 09:51:50 -07:00
.devcontainer Fix Go extension for devcontainer (#1023) 2021-07-30 12:16:56 -07:00
.github Add conformance test for influx bindings (#1115) 2021-09-02 09:28:58 -07:00
authentication Support Azure AD auth for Cosmos DB (#1104) 2021-09-01 12:44:05 -07:00
bindings Add Close() to GCPStorage binding (#1111) 2021-09-02 09:51:50 -07:00
contenttype change headers (#679) 2021-02-09 18:57:55 -08:00
docs Contributor Docs: Debugging conformance tests (#1079) 2021-08-26 15:29:14 -07:00
internal/component/redis Removing internal config and retry packages that were moved to dapr/kit. (#988) 2021-07-02 20:17:52 -07:00
metadata Add function to generate CloudEvent for raw subscribed events. (#864) 2021-05-10 10:39:26 -07:00
middleware Resolving gofumpt issues (#932) 2021-06-09 15:18:50 -07:00
nameresolution Importing the retry and config packages from kit instead of internal (#940) 2021-06-22 09:38:55 -07:00
pubsub Add JetStream support (#1101) 2021-09-01 11:50:16 -07:00
secretstores Adding multi-valued secret support to the local file store component (#1089) 2021-08-19 15:46:42 -07:00
state Fix parseErr return in blobstorage Init() (#1108) 2021-09-01 13:05:32 -07:00
tests Add conformance test for influx bindings (#1115) 2021-09-02 09:28:58 -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: enable gofumt linter (#887) 2021-05-27 22:21:24 -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 Support Azure AD auth for Cosmos DB (#1104) 2021-09-01 12:44:05 -07:00
go.sum Support Azure AD auth for Cosmos DB (#1104) 2021-09-01 12:44:05 -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