Community driven, reusable components for distributed apps
Go to file
Bernd Verst 43ccc1c1d8
Update middleware/http/opa/middleware_test.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-06 14:27:18 -07:00
.build-tools Component metadata schema and tools (#2077) 2022-09-27 10:44:54 -07:00
.devcontainer Updated devcontainer for 1.8 2022-07-08 20:08:47 +00:00
.github remove a space - just for testing, sorry 2022-10-06 14:10:20 -07:00
bindings Merge branch 'master' into feature/pubsub-batching 2022-09-29 13:16:43 +05:30
configuration fix redis subscribe all keys 2022-10-06 17:05:27 +05:30
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Updated docs for creating new components (#2078) 2022-09-15 16:47:31 -07:00
health Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784) 2022-06-14 08:27:54 -07:00
internal Merge branch 'master' into net-http-middlewares 2022-10-04 14:06:22 -07:00
lock Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
metadata Keys rename (#2135) 2022-09-28 09:52:59 -07:00
middleware Update middleware/http/opa/middleware_test.go 2022-10-06 14:27:18 -07:00
nameresolution middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
pubsub Update EntryID to EntryId 2022-09-29 15:49:45 +05:30
secretstores Use latest Azure SDK for Go minor / patch SDK versions 2022-09-21 14:54:24 -07:00
state Component metadata schema and tools (#2077) 2022-09-27 10:44:54 -07:00
tests Merge branch 'master' into release-1.9-merge 2022-10-05 13:47:22 -07:00
.codecov.yaml Updated codecov Action to v3 and reduce email spam (#1936) 2022-08-04 17:28:54 -07:00
.gitignore Component metadata schema and tools (#2077) 2022-09-27 10:44:54 -07:00
.golangci.yml Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00
CODEOWNERS Update CODEOWNERS (#987) 2021-07-08 22:19:32 -07:00
CONTRIBUTING.md Add DCO requirements and updated code of conduct (#1395) 2022-01-04 09:40:04 -08:00
LICENSE update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
Makefile Component metadata schema and tools (#2077) 2022-09-27 10:44:54 -07:00
README.md Includes image of contributors in Readme.md (#2083) 2022-09-14 18:28:44 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
component-metadata-schema.json Component metadata schema and tools (#2077) 2022-09-27 10:44:54 -07:00
go.mod Azure Appconfig configuration store - Subscribe and Unsubscribe impl (#2088) 2022-09-28 10:52:12 -07:00
go.sum Azure Appconfig configuration store - Subscribe and Unsubscribe impl (#2088) 2022-09-28 10:52:12 -07:00

README.md

Components Contrib

Build Status Discord License: Apache 2.0 FOSSA Status

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

Thanks to everyone who has contributed!

Code of Conduct

Please refer to our Dapr Community Code of Conduct