Community driven, reusable components for distributed apps
Go to file
Ian Luo 97912e75c6
mysql outbinding support (#615)
* mysql outbinding support

* fix lint issues

* use time duration string instead of number of seconds

* correct typo

* use 'addr' instead of 'server' and 'port' in order to align with url in dsn format

* simplify configuration, and allow PEM configurable

* jsonfy the query result

* add more unit test for mysql binding

* add unit test to verify timestamp

* add type verify in integration test

* add test to verify BOOLEAN

* update comment

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-25 18:45:26 -08:00
.github Fix conformance workflow file (#627) 2021-01-21 20:10:29 -08:00
authentication Various AWS improvements (#525) 2020-11-23 13:21:29 -08:00
bindings mysql outbinding support (#615) 2021-01-25 18:45:26 -08:00
contenttype Refactor and fix contenttype logic for pubsub. (#602) 2021-01-14 14:28:52 -08:00
docs Add golangci-lint as prerequisite (#628) 2021-01-22 09:47:20 -08:00
metadata Add priority parameters to RabbitMQ queue and message (#606) 2021-01-22 14:03:53 -08:00
middleware Adding force https metadata key (#487) 2020-10-22 14:51:07 -07:00
nameresolution mDNS round robin (#540) 2020-12-14 12:50:21 -08:00
pubsub Fix gcp pub/sub multiple subscriptions (#607) 2021-01-15 13:23:30 -08:00
secretstores Fix get bulk secret for hashicorp vault. (#632) 2021-01-25 11:41:03 -08:00
state Provide distinction between missing and empty etags (#600) 2021-01-14 10:41:38 -08:00
tests Refactor conformance tests (#626) 2021-01-21 19:19:34 -08: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 Adding license header and updating to MIT license. (#26) 2019-10-09 10:58:08 -07:00
Makefile Refactor conformance tests (#626) 2021-01-21 19:19:34 -08:00
Readme.md Remove exporters component code (#553) 2020-12-10 13:38:26 -08:00
go.mod mysql outbinding support (#615) 2021-01-25 18:45:26 -08:00
go.sum mysql outbinding support (#615) 2021-01-25 18:45:26 -08: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

Code of Conduct

Please refer to our Dapr Community Code of Conduct