Community driven, reusable components for distributed apps
Go to file
Shen Yang a20d5ce75b
Merge 59b0b99b2c into 20d73459f7
2025-08-01 15:20:10 -07:00
.build-tools fix(tests): bump runtime dep for cert tests to pass (#3912) 2025-07-24 09:01:43 -07:00
.devcontainer Updated Go tags in dev container (#2909) 2023-06-13 09:11:46 -07:00
.github Update PR template (#3866) 2025-08-01 15:16:05 -07:00
bindings Merge 59b0b99b2c into 20d73459f7 2025-08-01 15:20:10 -07:00
common chore: Use base64 to store sqlserver state data (#3919) 2025-08-01 09:14:50 -07:00
configuration feat: allow specifying Redis Sentinel auth (#3905) 2025-07-30 05:45:32 -07:00
contenttype Add Cloud Event Protobuf to PubSub Content Types 2023-03-02 14:37:18 -08:00
conversation Enhance OpenAI to be Azure OpenAi compatible (#3918) 2025-07-31 13:00:07 -07:00
crypto Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -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
lock add metadata prop to lock api (#3812) 2025-07-15 09:46:13 -07:00
metadata add conversation components to component metadata schema and bundle (#3882) 2025-07-11 06:20:24 -07:00
middleware Add Path Filter Support to OAuth2 and Client Credentials Middlewares (#3906) 2025-07-25 08:31:34 -07:00
nameresolution Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
pubsub feat: Add support for replicateSubscriptionState in Pulsar pubsub component (#3853) 2025-08-01 09:55:46 -07:00
secretstores Merge release 1.15 to main (#3790) 2025-07-31 07:45:54 -07:00
state chore: Use base64 to store sqlserver state data (#3919) 2025-08-01 09:14:50 -07:00
tests Enhance OpenAI to be Azure OpenAi compatible (#3918) 2025-07-31 13:00:07 -07:00
workflows Workflows: Make request types optional and use proto strings (#3624) 2024-12-16 09:07:50 -08:00
.codecov.yaml Updated codecov Action to v3 and reduce email spam (#1936) 2022-08-04 17:28:54 -07:00
.gitignore conversation api - refactor langchaingo common models (#3846) 2025-06-25 14:06:17 -07:00
.golangci.yml Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
.prettierignore Rename folder "internal" to "common" (#3225) 2023-11-14 11:36:38 -08: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 Support configurable MaxOutstanding* and NumGoroutines settings for GCP PubSub component (#3442) 2024-06-21 13:02:29 -07:00
LICENSE update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
Makefile Merge 1.14 into master (#3579) 2024-10-24 16:52:48 -07:00
README.md Rename master branch to main 2023-11-06 11:43:03 -08:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
component-metadata-schema.json add conversation components to component metadata schema and bundle (#3882) 2025-07-11 06:20:24 -07:00
go.mod fix(tests): bump runtime dep for cert tests to pass (#3912) 2025-07-24 09:01:43 -07:00
go.sum fix(tests): bump runtime dep for cert tests to pass (#3912) 2025-07-24 09:01:43 -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