Community driven, reusable components for distributed apps
Go to file
문찬용 b387fcdff3
add Ping operation to`store` interface. (#757)
* add `Ping` operation.

* add `Ping` implementation of GA components

* add context to an argument for Ping

* add `Ping` implementation of blobstorage

* fix error string for passing lint

* Update blobstorage.go

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-05-25 23:48:46 -07:00
.github Automerge in contrib. (#849) 2021-04-28 16:12:21 -07:00
authentication change headers (#679) 2021-02-09 18:57:55 -08:00
bindings Add bindings dingtalk webhook (#817) 2021-05-14 09:11:16 -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 Configurable retry (#854) 2021-05-06 09:43:57 -07:00
metadata Add function to generate CloudEvent for raw subscribed events. (#864) 2021-05-10 10:39:26 -07:00
middleware Sentinel middleware support (#829) 2021-05-13 12:11:24 -07:00
nameresolution Configurable retry (#854) 2021-05-06 09:43:57 -07:00
pubsub Fix race in pulsar pubsub component (#868) 2021-05-13 22:50:17 -07:00
secretstores Added vaultToken support (#796) 2021-05-13 10:33:03 -07:00
state add Ping operation to`store` interface. (#757) 2021-05-25 23:48:46 -07:00
tests add Ping operation to`store` interface. (#757) 2021-05-25 23:48:46 -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 Add initial set of conformance tests (#586) 2021-01-20 12:09:51 -08: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 Add bindings rocketmq (#815) 2021-05-13 15:41:49 -07:00
go.sum Add bindings rocketmq (#815) 2021-05-13 15:41:49 -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