forked from mchmarny/dapr-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mark Fussell
committed
Jan 16, 2021
1 parent
cc29106
commit 3a360c2
Showing
297 changed files
with
26,227 additions
and
26,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# VS Code | ||
Debug | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output | ||
*.out | ||
|
||
# mac | ||
.DS_Store | ||
|
||
# bin | ||
bin | ||
|
||
# vendored dependnacies | ||
vendor | ||
|
||
# certs | ||
*.pem | ||
|
||
# secrets | ||
secrets.json | ||
|
||
# certs | ||
certs | ||
setup/certs | ||
|
||
# other | ||
setup/config/ingress.yaml | ||
setup/config/namespace.yml | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# VS Code | ||
Debug | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output | ||
*.out | ||
|
||
# mac | ||
.DS_Store | ||
|
||
# bin | ||
bin | ||
|
||
# vendored dependnacies | ||
vendor | ||
|
||
# certs | ||
*.pem | ||
|
||
# secrets | ||
secrets.json | ||
|
||
# certs | ||
certs | ||
setup/certs | ||
|
||
# other | ||
setup/config/ingress.yaml | ||
setup/config/namespace.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Mark Chmarny | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
MIT License | ||
Copyright (c) 2020 Mark Chmarny | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
# Dapr demos | ||
|
||
Collection of personal [Dapr](https://dapr.io) demos. | ||
|
||
> Note, some of these demos require latest version of Dapr, Ingress gateway, Observability components, or cluster-local Redis and Mongo services. To create Kubernetes cluster with all these components on AKS, or quickly configure an existing cluster, consider the [Dapr Cluster Setup](./setup) utility. | ||
|
||
* Bindings | ||
* [Scheduling using cron](./cron-binding) - Using scheduler to execute service | ||
* [Tweet stream](./pipeline/tweet-provider) - Subscribing to a Twitter even stream and publishing to a pub/sub topic | ||
* [State change handler](./state-change-handler) - RethinkDB state changes streamed into topic | ||
* Eventing | ||
* [gRPC event subscriber](./grpc-event-subscriber) - Subscribing to topic and processing its events using gRPC service | ||
* [HTTP event subscriber](./http-event-subscriber) - Subscribing to topic and processing its events using HTTP service | ||
* Services | ||
* [gRPC echo service](./grpc-echo-service) - gRPC service invocation example | ||
* [HTTP echo service](./http-echo-service) - HTTP service invocation example | ||
* [Sentiment Scorer](./pipeline/sentiment-scorer) - Sentiment scoring serving backed by Azure Cognitive Service | ||
* Integrations | ||
* [Components in ACI](./dapr-api-on-aci) - Dapr components as microservices on ACI without app | ||
* [Component in Kubernetes](./component-api) - Dapr components as microservices on Kubernetes without app | ||
* [Dapr Apps in ACI](./dapr-aci) - Deploying apps with Dapr sidecar and components on ACI | ||
* [Dapr with APIM](./apim-gateway) - Dapr API using Azure API Management self-hosted gateway | ||
* [Dapr API on Ingress](./daprized-ingress) - Expose Dapr API on Kubernetes Ingress Controller using NGINX | ||
* [Dapr GitOps](https://github.com/mchmarny/git-ops) - GitHub Actions build pipeline for Dapr apps | ||
* Solutions | ||
* [Order cancellation](./order-cancellation) - multiple Dapr service integrations with observability | ||
* [Pipeline](./pipeline) - Demos combining Twitter binding, Sentiment scoring, Multi Pub/Sub Processor, and WebSocket Viewer app | ||
* [Fan-out](./fan-out) - Single message source "broadcasted" to multiple, configurable targets (e.g. Redis PubSub, HTTP, gRPC) | ||
* [Hardened](./hardened) - Example of multi-microservice app with tightly controlled access to secrets, components, and full invoking service identity validation | ||
* Templates | ||
* [Dapr gRPC Service](https://github.com/mchmarny/dapr-grpc-service-template) - gRPC service template | ||
* [Dapr HTTP Event Subscriber](https://github.com/mchmarny/dapr-http-event-subscriber-template) - Event subscriber HTTP service template | ||
* [Dapr gRPC Event Subscriber](https://github.com/mchmarny/dapr-grpc-event-subscriber-template) - Event subscriber gRPC service template | ||
* [dapr-http-cron-handler](https://github.com/mchmarny/dapr-http-cron-handler-template) - Scheduled service development template | ||
|
||
## Disclaimer | ||
|
||
This is my personal project and it does not represent my employer. While I do my best to ensure that everything works, I take no responsibility for issues caused by this code. | ||
|
||
## License | ||
|
||
This software is released under the [MIT](./LICENSE) | ||
# Dapr demos | ||
|
||
Collection of personal [Dapr](https://dapr.io) demos. | ||
|
||
> Note, some of these demos require latest version of Dapr, Ingress gateway, Observability components, or cluster-local Redis and Mongo services. To create Kubernetes cluster with all these components on AKS, or quickly configure an existing cluster, consider the [Dapr Cluster Setup](./setup) utility. | ||
|
||
* Bindings | ||
* [Scheduling using cron](./cron-binding) - Using scheduler to execute service | ||
* [Tweet stream](./pipeline/tweet-provider) - Subscribing to a Twitter even stream and publishing to a pub/sub topic | ||
* [State change handler](./state-change-handler) - RethinkDB state changes streamed into topic | ||
* Eventing | ||
* [gRPC event subscriber](./grpc-event-subscriber) - Subscribing to topic and processing its events using gRPC service | ||
* [HTTP event subscriber](./http-event-subscriber) - Subscribing to topic and processing its events using HTTP service | ||
* Services | ||
* [gRPC echo service](./grpc-echo-service) - gRPC service invocation example | ||
* [HTTP echo service](./http-echo-service) - HTTP service invocation example | ||
* [Sentiment Scorer](./pipeline/sentiment-scorer) - Sentiment scoring serving backed by Azure Cognitive Service | ||
* Integrations | ||
* [Components in ACI](./dapr-api-on-aci) - Dapr components as microservices on ACI without app | ||
* [Component in Kubernetes](./component-api) - Dapr components as microservices on Kubernetes without app | ||
* [Dapr Apps in ACI](./dapr-aci) - Deploying apps with Dapr sidecar and components on ACI | ||
* [Dapr with APIM](./apim-gateway) - Dapr API using Azure API Management self-hosted gateway | ||
* [Dapr API on Ingress](./daprized-ingress) - Expose Dapr API on Kubernetes Ingress Controller using NGINX | ||
* [Dapr GitOps](https://github.com/mchmarny/git-ops) - GitHub Actions build pipeline for Dapr apps | ||
* Solutions | ||
* [Order cancellation](./order-cancellation) - multiple Dapr service integrations with observability | ||
* [Pipeline](./pipeline) - Demos combining Twitter binding, Sentiment scoring, Multi Pub/Sub Processor, and WebSocket Viewer app | ||
* [Fan-out](./fan-out) - Single message source "broadcasted" to multiple, configurable targets (e.g. Redis PubSub, HTTP, gRPC) | ||
* [Hardened](./hardened) - Example of multi-microservice app with tightly controlled access to secrets, components, and full invoking service identity validation | ||
* Templates | ||
* [Dapr gRPC Service](https://github.com/mchmarny/dapr-grpc-service-template) - gRPC service template | ||
* [Dapr HTTP Event Subscriber](https://github.com/mchmarny/dapr-http-event-subscriber-template) - Event subscriber HTTP service template | ||
* [Dapr gRPC Event Subscriber](https://github.com/mchmarny/dapr-grpc-event-subscriber-template) - Event subscriber gRPC service template | ||
* [dapr-http-cron-handler](https://github.com/mchmarny/dapr-http-cron-handler-template) - Scheduled service development template | ||
|
||
## Disclaimer | ||
|
||
This is my personal project and it does not represent my employer. While I do my best to ensure that everything works, I take no responsibility for issues caused by this code. | ||
|
||
## License | ||
|
||
This software is released under the [MIT](./LICENSE) |
Oops, something went wrong.