Community driven, reusable components for distributed apps
Go to file
Mark Chmarny d2dcd8e508
Bi-directional output binding for PostgreSQL (#468)
* wip: postgres

* postgres crud binding

* CRUD postgres bidirectional output binding

* live test setup comments

* updated example conn string

* lint fixes

* test sql linting

* pr review updates

* lint fixes

* comment spelling

* metadata optional for close
2020-09-23 17:19:37 -07:00
.github Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
authentication Change Kubernetes client to official go-client in the events binding. (#436) 2020-08-18 11:49:06 -07:00
bindings Bi-directional output binding for PostgreSQL (#468) 2020-09-23 17:19:37 -07:00
docs Fix Dapr home bin directory. (#464) 2020-09-18 18:44:35 -07:00
exporters Use dapr logger (#238) 2020-02-28 15:49:49 -08:00
middleware feat(middleware): add opa middleware (#456) 2020-09-12 12:29:42 -07:00
nameresolution rename servicediscovery to nameresolution pkg and refactor it (#368) 2020-06-24 11:23:15 -07:00
pubsub Adding PubSub response type. (#453) 2020-09-04 12:59:43 -07:00
secretstores refactors local secret, adds env var imp dapr issue #1961 (#444) 2020-08-25 12:26:25 -07:00
state Use concurrency control in Multi() (#466) 2020-09-22 15:13:39 -07:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -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 Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -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 Bi-directional output binding for PostgreSQL (#468) 2020-09-23 17:19:37 -07:00
go.sum Bi-directional output binding for PostgreSQL (#468) 2020-09-23 17:19:37 -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