Community driven, reusable components for distributed apps
Go to file
Álvaro Aguilar-Tablada Espinosa e10d5b7e86
[RabbitMQ pub/sub] Allow quorum queues (#2816)
Signed-off-by: Bernd Verst <github@bernd.dev>
Signed-off-by: Alvaro Aguilar <alvaro.aguilar@scrm.lidl>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Álvaro Aguilar <95039001@lidl.de>
Signed-off-by: Álvaro Aguilar <alvaroteleco@hotmail.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Álvaro Aguilar <95039001@lidl.de>
2023-08-07 06:28:58 -07:00
.build-tools [GCP Bindings Bucket] Adds Component Metadata Schema (#2936) 2023-08-04 07:45:16 -07:00
.devcontainer Updated Go tags in dev container (#2909) 2023-06-13 09:11:46 -07:00
.github State stores: expose TTL as a feature (#2987) 2023-08-04 09:38:22 -07:00
bindings [GCP Bindings Bucket] Adds Component Metadata Schema (#2936) 2023-08-04 07:45:16 -07:00
configuration Azure App Config: fix time format to time.duration (#3004) 2023-08-01 03:50:01 +00:00
contenttype Add Cloud Event Protobuf to PubSub Content Types 2023-03-02 14:37:18 -08:00
crypto Update some dependencies (#2996) 2023-07-18 23:10:53 +00: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 State stores: expose TTL as a feature (#2987) 2023-08-04 09:38:22 -07:00
lock [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +00:00
metadata DecodeMetadata: add support for aliases via "mapstructurealiases" struct tag (#3034) 2023-08-03 12:40:23 -07:00
middleware Wasm middleware: add ability to pass config to guest (#2918) 2023-08-07 00:04:38 -07:00
nameresolution Add appId to consul default checks (re-do of #2490) (#2980) 2023-07-20 10:47:54 -07:00
pubsub [RabbitMQ pub/sub] Allow quorum queues (#2816) 2023-08-07 06:28:58 -07:00
secretstores [AWS SSM Parameter SecretStore] Adds Component Metadata Schema (#2938) 2023-08-02 17:59:27 +00:00
state Conformance Tests: State- ` ttlExpireTime` (#2863) 2023-08-04 12:11:52 -07:00
tests [RabbitMQ pub/sub] Allow quorum queues (#2816) 2023-08-07 06:28:58 -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 Update dependencies (#3037) 2023-08-03 11:33:06 -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 [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +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 [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +00:00
go.mod Update dependencies (#3037) 2023-08-03 11:33:06 -07:00
go.sum Update dependencies (#3037) 2023-08-03 11:33:06 -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