Community driven, reusable components for distributed apps
Go to file
Mukundan Sundararajan 8a3a5e9ebc
Merge branch 'master' into rethinkdb-transactions
2023-04-03 21:20:18 +05:30
.build-tools Add metadata analyzer tools (#2696) 2023-03-24 18:34:36 +00:00
.devcontainer Fixed race condition in SQLite cert test (#2663) 2023-03-13 18:40:56 +00:00
.github GCP Certification Testing Infrastructure (#2714) 2023-03-31 18:39:46 +00:00
bindings Remove required checks from SES metadata (#2699) 2023-03-27 21:59:43 +00:00
configuration Standardize metadata parsing in configstores and lockstore (#2710) 2023-03-25 22:34:48 +00:00
contenttype Add Cloud Event Protobuf to PubSub Content Types 2023-03-02 14:37:18 -08:00
crypto Crypto component for Azure Key Vault (#2692) 2023-03-25 02:05:37 +00: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 Remove pgx/stdlib import (#2725) 2023-03-30 16:17:09 -07:00
lock Standardize metadata parsing in configstores and lockstore (#2710) 2023-03-25 22:34:48 +00:00
metadata Refactor metadata parsing in middlewares and workflows (#2715) 2023-03-28 09:34:20 -07:00
middleware Refactor metadata parsing in middlewares and workflows (#2715) 2023-03-28 09:34:20 -07:00
nameresolution Small perf tweaks to K8s nameresolver (#2703) 2023-03-25 01:07:25 +00:00
pubsub Create component metadata for pubsub.kafka (#2678) 2023-04-02 14:34:04 +00:00
secretstores Create component metadata for secretstores.kubernetes (#2719) 2023-03-29 04:03:50 +00:00
state Merge branch 'master' into rethinkdb-transactions 2023-04-03 21:20:18 +05:30
tests Merge conformance and certification coverage report (#2681) 2023-03-31 17:41:33 +00:00
workflows Refactor metadata parsing in middlewares and workflows (#2715) 2023-03-28 09:34:20 -07:00
.codecov.yaml Updated codecov Action to v3 and reduce email spam (#1936) 2022-08-04 17:28:54 -07:00
.gitignore Add metadata analyzer tools (#2696) 2023-03-24 18:34:36 +00: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 Add metadata analyzer tools (#2696) 2023-03-24 18:34:36 +00:00
README.md Fix build status badge on contrib readme 2023-03-15 18:01:39 -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 deps: updates wazero to 1.0.0 (#2709) 2023-03-25 17:10:07 +00:00
go.sum deps: updates wazero to 1.0.0 (#2709) 2023-03-25 17:10:07 +00:00

README.md

Components Contrib

Build, Lint, Unit Test - complete matrix 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