Community driven, reusable components for distributed apps
Go to file
Mayank Kumar 7f9850a04f
Improve mqtt pubsub for multiple topics (#443)
- Listen on multiple topics when those are provided for subscription.
- Improve the current logic to use dedicated function from paho client.
2020-09-03 10:17:27 -07:00
.github Upgrade Go to 1.15 (#432) 2020-08-12 10:22:48 -07:00
authentication Change Kubernetes client to official go-client in the events binding. (#436) 2020-08-18 11:49:06 -07:00
bindings Change Kubernetes client to official go-client in the events binding. (#436) 2020-08-18 11:49:06 -07:00
docs fix broken links in developing-component.md (#312) 2020-04-20 19:16:23 -07:00
exporters Use dapr logger (#238) 2020-02-28 15:49:49 -08:00
middleware Adding middleware component for non interactive oauth2 client credentials flow (#431) 2020-08-16 11:05:24 -07:00
nameresolution rename servicediscovery to nameresolution pkg and refactor it (#368) 2020-06-24 11:23:15 -07:00
pubsub Improve mqtt pubsub for multiple topics (#443) 2020-09-03 10:17:27 -07:00
secretstores refactors local secret, adds env var imp dapr issue #1961 (#444) 2020-08-25 12:26:25 -07:00
state Add metadata property to TransactionalRequest (#430) 2020-08-12 09:30:37 -07:00
.gitignore [WIP] PostgreSQL State Store (#353) 2020-07-09 13:56:08 -07:00
.golangci.yml Upgrade go version to 1.14.3 and linter version to 1.26.0 (#352) 2020-05-29 15:26:33 -07: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 Change Kubernetes client to official go-client in the events binding. (#436) 2020-08-18 11:49:06 -07:00
go.sum Change Kubernetes client to official go-client in the events binding. (#436) 2020-08-18 11:49:06 -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