Community driven, reusable components for distributed apps
Go to file
Alessandro (Ale) Segala 66b9646899 Azure auth: do not use CLI provider by default when running in a cloud service (#3338)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-07 00:05:46 +00:00
.build-tools Update dependencies including Dependabot alerts (#3326) 2024-01-30 10:24:41 -08:00
.devcontainer Updated Go tags in dev container (#2909) 2023-06-13 09:11:46 -07:00
.github fix(build): fix broken workflow by setting up go first (#3319) 2024-01-18 15:18:59 -08:00
bindings Metadata TryGetTTL: adds time.ParseDuration support (#3122) 2024-01-16 10:15:55 -08:00
common Azure auth: do not use CLI provider by default when running in a cloud service (#3338) 2024-02-07 00:05:46 +00:00
configuration Chore: use a single package for all Feature structs (#3278) 2024-01-08 09:07:10 -08:00
contenttype Add Cloud Event Protobuf to PubSub Content Types 2023-03-02 14:37:18 -08:00
crypto Chore: use a single package for all Feature structs (#3278) 2024-01-08 09:07:10 -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
lock Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
metadata Metadata TryGetTTL: adds time.ParseDuration support (#3122) 2024-01-16 10:15:55 -08:00
middleware Chore: use a single package for all Feature structs (#3278) 2024-01-08 09:07:10 -08:00
nameresolution Nameresolvers: add support for ResolveIDMulti (#3284) 2024-01-08 10:17:22 -08:00
pubsub Enable configurable concurrency for pulsar (#3330) 2024-02-02 10:29:31 -08:00
secretstores secret store: AWS connection validation for parameter store and secrets manager (#3301) 2024-01-16 08:28:29 -08:00
state CosmosDBState - Add, as option, the partitionKey in QueryMethod (#3227) 2024-01-24 16:49:33 -08:00
tests Update dependencies including Dependabot alerts (#3326) 2024-01-30 10:24:41 -08:00
workflows Enable recursive terminate/purge (#3296) 2024-01-02 08:40:44 -08: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 Chore: use a single package for all Feature structs (#3278) 2024-01-08 09:07:10 -08: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 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 Rename master branch to main 2023-11-06 11:43:03 -08: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 HTTP Binding: add "maxResponseBodySize" metadata option (#3040) 2023-08-14 21:06:30 -07:00
go.mod Update dependencies including Dependabot alerts (#3326) 2024-01-30 10:24:41 -08:00
go.sum Update dependencies including Dependabot alerts (#3326) 2024-01-30 10:24:41 -08: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