Community driven, reusable components for distributed apps
Go to file
Bernd Verst d3f9363244
Merge pull request #2512 from berndverst/workflows
Reduce default contrib test runs on PR. Moves them to `/ok-to-test` and scheduled runs.
2023-02-08 12:42:14 -08:00
.build-tools drop dapr runtime fork replace 2023-01-12 16:38:29 +05:30
.devcontainer Updated devcontainer.json 2023-01-31 23:16:50 +00:00
.github Reduce default contrib test runs. Moves them to '/ok-to-test'. 2023-02-07 17:58:01 -08:00
bindings Make use of CloudEvent content header constant to avoid duplication 2023-02-02 15:43:49 +01:00
configuration Working on upgrading from track1 SDKs 2023-01-20 16:59:27 +00:00
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Fix ordering in docs 2022-10-27 14:04:13 +02:00
health Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784) 2022-06-14 08:27:54 -07:00
internal Support PEM certificates from Azure AD 2023-01-24 01:00:28 +00:00
lock feature: add context to lock&pubsub API 2022-12-19 09:11:53 +08:00
metadata Make keys in GetMetadataProperties case-insensitive 2023-01-24 09:07:15 -08:00
middleware drop dapr runtime fork replace 2023-01-12 16:38:29 +05:30
nameresolution mdns: shut down on context cancelation and not on signal 2023-01-26 12:15:37 -08:00
pubsub Fix flaky RabbitMQ certification tests 2023-01-26 22:09:35 +00:00
secretstores upgrade a bunch of SDKs 2022-12-02 14:40:20 -08:00
state do not include boolean in exported json 2023-01-26 14:20:04 -08:00
tests Merge branch 'master' into snssqs-cert-test-1971-disableDeleteOnRetryLimit 2023-01-26 18:47:55 -05: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 Merge branch 'dapr:master' into master 2022-11-11 23:34:39 +02: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 Merge branch 'master' of https://github.com/dapr/components-contrib into s3-fix 2023-01-10 14:47:10 -08: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 feature: add context to lock&pubsub API 2022-12-14 22:30:07 +08:00
go.mod Add schema support to apache pulsar (#2475) 2023-01-26 13:10:58 -08:00
go.sum Add schema support to apache pulsar (#2475) 2023-01-26 13:10:58 -08: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