Community driven, reusable components for distributed apps
Go to file
Shivam Kumar 997e6f49d5
Certification test for redis config store (#2431)
Signed-off-by: shivam <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-14 00:23:23 +00:00
.build-tools Updated to Go 1.20 2023-02-22 21:19:41 +00:00
.devcontainer Fixed race condition in SQLite cert test (#2663) 2023-03-13 18:40:56 +00:00
.github Certification test for redis config store (#2431) 2023-03-14 00:23:23 +00:00
bindings Support Increment Operation, TTL in Redis Binding (#2654) 2023-03-09 21:23:04 +00:00
configuration Certification test for redis config store (#2431) 2023-03-14 00:23:23 +00:00
contenttype Add Cloud Event Protobuf to PubSub Content Types 2023-03-02 14:37:18 -08:00
docs Just pointing to the bindings tutorial 2023-02-22 07:58:00 +01:00
health Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
internal Upgrade `azidentity` to 1.3.0-beta.4 (#2665) 2023-03-13 20:16:27 +00:00
lock Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
metadata Removed go.uber.org/atomic and github.com/pkg/errors 2023-02-15 19:56:20 +00:00
middleware Certification test for middleware.http.ratelimit (#2636) 2023-03-07 20:51:35 +00:00
nameresolution Remove now-unused metadata properties (#2637) 2023-03-06 21:52:58 +00:00
pubsub Create component metadata for pubsub.in-memory (#2664) 2023-03-13 11:24:33 -07:00
secretstores Completed the removal of the Azure SDK track 1 2023-02-27 22:37:23 +00:00
state Consolidate SQL expired date garbage collector (#2633) 2023-03-09 16:40:58 +00:00
tests Certification test for redis config store (#2431) 2023-03-14 00:23:23 +00:00
workflows Updating workflows request struct 2022-11-14 12:39:35 -07:00
.codecov.yaml Updated codecov Action to v3 and reduce email spam (#1936) 2022-08-04 17:28:54 -07:00
.gitignore Fix Azure Service Bus cert/conf tests (#2218) 2022-10-24 15:05:36 -07:00
.golangci.yml 💄 2023-02-17 00:02:23 +00:00
.prettierignore Prettier 2023-02-17 03:57:10 +00:00
.prettierrc.json Prettier 2023-02-17 03:57:10 +00: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 Updated to Go 1.20 2023-02-22 21:19:41 +00:00
README.md Includes image of contributors in Readme.md (#2083) 2022-09-14 18:28:44 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
component-metadata-schema.json Adding in missing component metadata schema file addition for workflows 2022-10-24 21:10:19 -06:00
go.mod Upgrade `azidentity` to 1.3.0-beta.4 (#2665) 2023-03-13 20:16:27 +00:00
go.sum Upgrade `azidentity` to 1.3.0-beta.4 (#2665) 2023-03-13 20:16:27 +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

Thanks to everyone who has contributed!

Code of Conduct

Please refer to our Dapr Community Code of Conduct