Community driven, reusable components for distributed apps
Go to file
Alessandro (Ale) Segala 5adc33d079
Azure Blob Storage: gracefully handle setting "endpoint" to non-emulator (#2959)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-06-30 19:32:41 +00:00
.build-tools Updated pinned dapr/kit (#2914) 2023-06-16 18:05:06 +00:00
.devcontainer Updated Go tags in dev container (#2909) 2023-06-13 09:11:46 -07:00
.github ETCD State store v2 (#2932) 2023-06-26 16:08:48 +00:00
bindings Merge branch 'release-1.11' of https://github.com/dapr/components-contrib 2023-06-20 17:57:40 -07:00
configuration Update Go SDK version in certification tests (#2825) 2023-05-02 16:09:20 +00:00
contenttype Add Cloud Event Protobuf to PubSub Content Types 2023-03-02 14:37:18 -08:00
crypto Azure Key Vault crypto: fixed JSON marshalling of public keys (#2925) 2023-06-21 01:26:14 -07: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 Azure Blob Storage: gracefully handle setting "endpoint" to non-emulator (#2959) 2023-06-30 19:32:41 +00:00
lock Fix Redis metadata parsing and reporting (#2803) 2023-04-23 06:28:22 +00:00
metadata Metadata parser: add support for built-in authentication profiles and metadata properties (#2760) 2023-04-12 00:04:34 +00:00
middleware Change metadata format of router alias middleware (#2903) 2023-06-19 19:54:23 +00:00
nameresolution feat(nameresolution/kubernetes): add ability for templating the dns name resolution (#2883) 2023-06-25 23:36:26 +00:00
pubsub [Redis State] Component Metadata Schema: sets redisPassword to sensitive (#2934) 2023-06-24 11:29:57 -07:00
secretstores [GCP SecretStores SecretManager] Adds Component Metadata Schema (#2937) 2023-06-28 16:20:08 -07:00
state feat: close mongo db (#2954) 2023-06-30 07:34:34 -07:00
tests Cassandra: return ttlExpiryTime in GetResponse (#2889) 2023-06-27 17:47:39 +00:00
workflows Addition of Purge for workflow (#2729) 2023-04-25 21:48:46 +00: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 Workflow management API cleanup / breaking changes for v1.11 (#2751) 2023-04-24 16:02:59 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
component-metadata-schema.json Adds new property "deprecated" to Metadata schema. (#2794) 2023-04-19 01:22:31 +00:00
go.mod ETCD State store v2 (#2932) 2023-06-26 16:08:48 +00:00
go.sum Fix unlicensed indirect dependencies (#2928) 2023-06-21 17:23:01 -07: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