Community driven, reusable components for distributed apps
Go to file
pruthvidhodda fe9b90075a
Change redis client library to go-redis for redis component (#283)
* Change redis client library to go-redis for redis component to support TLS
2020-03-30 19:50:48 -07:00
.github Upgrade go to 1.13.7 and linter to 1.23.2 (#205) 2020-02-03 14:29:29 -08:00
bindings Add Kinesis data stream binding (#273) 2020-03-24 11:33:23 -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 Use dapr logger (#238) 2020-02-28 15:49:49 -08:00
pubsub Add Hazelcast pubsub support (#254) 2020-03-24 17:00:36 -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 Change redis client library to go-redis for redis component (#283) 2020-03-30 19:50:48 -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 Update Makefile (#144) 2019-11-27 10:18:28 -08: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 Kinesis data stream binding (#273) 2020-03-24 11:33:23 -07:00
go.sum Add Kinesis data stream binding (#273) 2020-03-24 11:33:23 -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