Community driven, reusable components for distributed apps
Go to file
Mike Brown c7e7d517c0
dynamodb state: add support for etags
In order to safely support concurrent updates to existing state items
clients should employ etags. (For reference please see
tinyurl.com/5n83tnfp). Existing support for AWS DynamoDB does not
include support for etags. This change introduces etag support for AWS
DynamoDB utilizing conditional expressions (reference
tinyurl.com/5du587m8).

Signed-off-by: Mike Brown <github@torvosoft.com>
2022-08-26 12:08:29 -04:00
.devcontainer Updated devcontainer for 1.8 2022-07-08 20:08:47 +00:00
.github Enable conformance tests for rethink db. Make it Beta. Remove Etag feature. (#2015) 2022-08-26 09:04:19 -07:00
bindings Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
configuration fix: Converting configuration API response from an array to dictionary (#1771) 2022-08-25 13:35:02 -07:00
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
health Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784) 2022-06-14 08:27:54 -07:00
internal Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00
lock Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
metadata Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
middleware Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
nameresolution Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
pubsub Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
secretstores Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
state dynamodb state: add support for etags 2022-08-26 12:08:29 -04:00
tests Enable conformance tests for rethink db. Make it Beta. Remove Etag feature. (#2015) 2022-08-26 09:04:19 -07:00
.codecov.yaml Updated codecov Action to v3 and reduce email spam (#1936) 2022-08-04 17:28:54 -07:00
.gitignore Add certification test for kafka bindings component (#1758) 2022-05-31 17:15:37 -07:00
.golangci.yml Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07: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 Fix makefile (#2011) 2022-08-25 10:39:50 -07:00
Readme.md Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
go.mod Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00
go.sum Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00

Readme.md

Components Contrib

Build Status 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

Code of Conduct

Please refer to our Dapr Community Code of Conduct