Community driven, reusable components for distributed apps
Go to file
Josh van Leeuwen d47d1a7aad
pubsub/rabbitmq: return error if reconnect errors in Init (#3198)
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-10-27 10:38:43 -07:00
.build-tools fix typo to direct users to proper part on docs page (#3193) 2023-10-25 09:57:40 -07:00
.devcontainer Updated Go tags in dev container (#2909) 2023-06-13 09:11:46 -07:00
.github Re-enabling the failing GCP tests (#3170) 2023-10-09 10:54:01 -07:00
bindings Update a number of dependencies (#3160) 2023-10-03 22:44:30 +00:00
configuration Update a number of dependencies (#3160) 2023-10-03 22:44:30 +00:00
contenttype Add Cloud Event Protobuf to PubSub Content Types 2023-03-02 14:37:18 -08:00
crypto Kubernetes components: add "kubeconfigPath" metadata (#3060) 2023-08-10 17:27:02 -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 Move SQLite "auth" metadata to a separate package `internal/authentication/sqlite` (#3135) 2023-09-20 15:26:12 -07:00
lock Some fixes for Redis Lock component (#3044) 2023-08-07 16:03:16 -07:00
metadata Move SQLite "auth" metadata to a separate package `internal/authentication/sqlite` (#3135) 2023-09-20 15:26:12 -07:00
middleware Wasm middleware: add ability to pass config to guest (#2918) 2023-08-07 00:04:38 -07:00
nameresolution Consul name resolution in-memory cache (#3121) 2023-10-13 08:52:54 -07:00
pubsub pubsub/rabbitmq: return error if reconnect errors in Init (#3198) 2023-10-27 10:38:43 -07:00
secretstores Add insecureskipverify warnings (#3090) 2023-08-18 16:23:51 +00:00
state Adds outbox metadata fields (#3186) 2023-10-21 17:27:41 -07:00
tests Pin runtime 1.12.0 in cert tests (#3177) 2023-10-13 10:40:20 -07:00
workflows [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +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 Conformance test: move loader to each component type's folder (#3162) 2023-10-03 16:13:28 -07: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 Migrate Zeebe tests to certification tests (#3112) 2023-09-08 09:33:11 -07:00
README.md fix readme url error (#3092) 2023-08-18 08:56:18 -07: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 a number of dependencies (#3160) 2023-10-03 22:44:30 +00:00
go.sum Update a number of dependencies (#3160) 2023-10-03 22:44:30 +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