Community driven, reusable components for distributed apps
Go to file
Julian-Chu caab6d32eb
don't treat non-existent keys as errors (#300)
2020-04-09 12:03:02 -07:00
.github Fix linter check (#295) 2020-04-01 17:47:22 -07:00
bindings Add TLS support for bindings.redis (#302) 2020-04-09 12:02:24 -07:00
docs fix typo (#234) 2020-02-26 09:20:56 -08:00
exporters Use dapr logger (#238) 2020-02-28 15:49:49 -08:00
middleware Small misspelling in error messages (#299) 2020-04-07 11:41:58 -07:00
pubsub Fix linter errors (#293) 2020-04-01 17:22:15 -07:00
secretstores fix key for azure keyvault (#267) 2020-03-09 21:56:11 -07:00
servicediscovery Use dapr logger (#238) 2020-02-28 15:49:49 -08:00
state don't treat non-existent keys as errors (#300) 2020-04-09 12:03:02 -07:00
.gitignore Add github action for CI (#59) 2019-10-28 15:39:48 -07:00
.golangci.yml Upgrade go to 1.13.7 and linter to 1.23.2 (#205) 2020-02-03 14:29:29 -08:00
CONTRIBUTING.md Adding Contribution guide for components contrib repo (#38) 2019-10-15 15:41:18 -07:00
LICENSE Adding license header and updating to MIT license. (#26) 2019-10-09 10:58:08 -07:00
Makefile Increase linter timeout to 20m (#292) 2020-04-01 17:42:31 -07:00
OWNERS Create OWNERS (#36) 2019-10-15 11:13:34 -07:00
Readme.md Initial commit of component development doc (#202) 2020-01-31 09:27:08 -08:00
go.mod Add TLS support for bindings.redis (#302) 2020-04-09 12:02:24 -07:00
go.sum Add TLS support for bindings.redis (#302) 2020-04-09 12:02:24 -07:00

Readme.md

Components Contrib

Go Report Card Build Status Join the chat at https://gitter.im/Dapr/components-contrib 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