Community driven, reusable components for distributed apps
Go to file
Dmitry Shmulevich d1b898b020
Update gocql dependency (#942)
2021-06-16 11:09:52 -07:00
.devcontainer Add devcontainer for contributors (#936) 2021-06-14 11:09:32 -07:00
.github Update issue templates with security reporting info (#917) 2021-06-14 10:43:14 -07:00
authentication change headers (#679) 2021-02-09 18:57:55 -08:00
bindings Update Zeebe to version 1.0 (#876) 2021-06-11 16:34:01 -07:00
contenttype change headers (#679) 2021-02-09 18:57:55 -08:00
docs Use `go mod tidy` before make (#799) 2021-04-26 23:08:52 -07:00
internal Use a channel to signal that the retry go routine and hopefully remove the race condition that makes this a flaky test. (#937) 2021-06-11 16:18:00 -07:00
metadata Add function to generate CloudEvent for raw subscribed events. (#864) 2021-05-10 10:39:26 -07:00
middleware Resolving gofumpt issues (#932) 2021-06-09 15:18:50 -07:00
nameresolution Resolving gofumpt issues (#932) 2021-06-09 15:18:50 -07:00
pubsub Add backoff for rabbitmq PubSub component (#862) 2021-06-10 00:19:46 -07:00
secretstores Resolving gofumpt issues (#932) 2021-06-09 15:18:50 -07:00
state Resolving gofumpt issues (#932) 2021-06-09 15:18:50 -07:00
tests ci: enable gofumt linter (#887) 2021-05-27 22:21:24 -07:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
.gitignore remove etcd state store to prepare to update grpc to new version (#499) 2020-10-15 09:53:49 -07:00
.golangci.yml ci: enable gofumt linter (#887) 2021-05-27 22:21:24 -07:00
CODEOWNERS Update and rename OWNERS to CODEOWNERS (#478) 2020-09-25 15:27:33 -07:00
CONTRIBUTING.md Update docs with new docs links (#513) 2020-10-26 11:52:20 -07:00
LICENSE change headers (#679) 2021-02-09 18:57:55 -08:00
Makefile Use `go mod tidy` before make (#799) 2021-04-26 23:08:52 -07:00
Readme.md Update Readme.md (#658) 2021-02-03 12:28:38 -08:00
go.mod Update gocql dependency (#942) 2021-06-16 11:09:52 -07:00
go.sum Update gocql dependency (#942) 2021-06-16 11:09:52 -07:00

Readme.md

Components Contrib

Go Report Card Build Status Discord License: MIT

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