Commit Graph

101 Commits

Author SHA1 Message Date
Aman Singh e925ff1a53
Add Reactive Dapr with Drasi sample (#236)
Demonstrates how Drasi enhances Dapr microservices architectures with eventually
   consistent materialized views, realtime dashboards and intelligent pub/sub.

Signed-off-by: Aman Singh <aman.singh.original@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-10 08:45:49 -07:00
Alexander Trauzzi 8155deeea9
Add workload identity federation sample application (#235)
* Add demo and doc for workload identity federation.

Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>

* Remove unused file.

Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>

* Apply suggestions from code review

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>

* Update dapr-aks-workload-identity-federation/deploy/app.yaml

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>

* Add prerequisites (not much\!)

Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>

* Additional metadata and an index link.

Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>

* Azure, not local.

Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>

---------

Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
2025-09-10 08:13:52 -07:00
Bilgin Ibryam 7b84a328ee
Fix repo urls and sync apps (#233) 2025-09-09 13:54:27 -07:00
Fernando Rocha 1ee466d2b1
Argo CD Sample (#227)
* Argo CD Sample

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

* Delete dapr-argocd/gitops/conductor directory

Signed-off-by: Fernando Rocha <fernandorsl@gmail.com>

* Update dapr-argocd/README.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Fernando Rocha <fernandorsl@gmail.com>

* Update dapr-argocd/README.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Fernando Rocha <fernandorsl@gmail.com>

* fixing module name

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

* fixing module name

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

* fixing module name

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

---------

Signed-off-by: Fernando Rocha <fernando@diagrid.io>
Signed-off-by: Fernando Rocha <fernandorsl@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-04-26 08:45:02 +01:00
dependabot[bot] 13dadda416
Bump qs, body-parser and express in /dapr-distributed-calendar (#130)
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

Updates `body-parser` from 1.19.0 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.19.0...1.20.1)

Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: direct:production
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-16 12:05:00 +01:00
dependabot[bot] 336c50d434
Bump express from 4.18.2 to 4.19.2 in /hello-typescript (#199)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 20:14:26 -08:00
Fernando Rocha 2a438ee9d3
Kafka Producer with Dapr Consumer Sample (#223)
* raw payload sample

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

* updating readme

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

---------

Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2025-02-04 13:11:43 -08:00
Fernando Rocha ad548a185d
Dapr EKS Pod Identity Example (#222)
* EKS pod identity sample

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

* Including gitignore

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

* README

Signed-off-by: Fernando Rocha <fernando@diagrid.io>

---------

Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2025-01-20 20:14:27 -08:00
dependabot[bot] b8328b8184
Bump qs and express in /hello-typescript (#129)
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 21:19:19 -08:00
Will Velida 91bbfb9e9f
Adding eShopOnDapr to external projects in README.md (#163)
Signed-off-by: Will Velida <willvelida@hotmail.co.uk>
2024-01-25 21:18:34 -08:00
Mark Fussell 2e4b12a3ca
Sample: Outbox Pattern in C# using Redis and MySQL (#171)
* Outbox pattern sample

* update readme

* Updating to add MySQL

* Adding and updating readme
2023-12-21 13:59:49 -08:00
Marc Duiker af93068195
Add holopin.yml config (#160)
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2023-11-21 21:54:49 -08:00
Chris Gillum da3611f5b1
Update Python Workflow sample to dapr-ext-workflow v0.3.0 (#175)
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-11-16 16:41:37 -08:00
Chris Gillum fe2e0c109a
Sample: Order processing workflow in python (#170)
* Workflow order processing sample in Python

Signed-off-by: Chris Gillum <cgillum@microsoft.com>

* Update README.md with link to new sample

Signed-off-by: Chris Gillum <cgillum@microsoft.com>

---------

Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-11-13 15:38:49 -08:00
Pravin Pushkar 5228153f59
Pluggable Secret store template (#164)
* Pluggable Secret store template

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Updating proto and readme

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

---------

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2023-10-11 10:42:45 -07:00
Kendall 94f37191f7
Workflow External Endpoint Sample (#159)
* Workflow External Endpoint Sample

Signed-off-by: Kendall Roden <kendall@diagrid.io>

* Update readme.md with new sample link

Signed-off-by: Kendall Roden <kendall@diagrid.io>

* Adding sample info table

Signed-off-by: Kendall Roden <kendall@diagrid.io>

---------

Signed-off-by: Kendall Roden <kendall@diagrid.io>
2023-09-11 21:07:38 -07:00
dependabot[bot] ec80b693c0
Bump express in /hello-service-fabric/daprsfpkg/MyService/CodeUserApp (#139)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 19:59:14 -07:00
Ross Smith 2ebfc860fc
Added pubsub-dapr-aks-java sample link to the readme (#157)
* Added pubsub-dapr-aks-java

Signed-off-by: ross-p-smith <rosmith@microsoft.com>

* Remove submodule!

Signed-off-by: ross-p-smith <rosmith@microsoft.com>

---------

Signed-off-by: ross-p-smith <rosmith@microsoft.com>
2023-08-14 19:57:19 -07:00
Taction 87d362020a
Fix dapr runtime version in doc (#155)
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-08-14 19:55:24 -07:00
Girish Sharma 4ef4d0545a
Update k8s registry reference (#143)
Signed-off-by: letmerecall <girishsharma001@gmail.com>
2023-07-31 17:02:29 -07:00
Crypt Keeper 75f05f65f6
component http wasm: adjust for config drift (#150)
* component http wasm: adjust for config drift

The configuration property for the wasm file is renamed per https://github.com/dapr/components-contrib/pull/2817

Signed-off-by: Adrian Cole <adrian@tetrate.io>

* fuzz

Signed-off-by: Adrian Cole <adrian@tetrate.io>

---------

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-07-31 11:57:00 -07:00
Crypt Keeper d3a6145ec0
Adds sample for embedded wasm usage (#122)
This introduces users to the idea that WebAssembly is embedded in the
sidecar, by actually serving a request that way.

This will be more interesting when we add file watch support to the wasm
middleware, which would allow people to reload wasm without restarting
the process.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-04-11 08:42:32 +03:00
Marcos Candeia 51ced3e57b
Fix readme grpc_cli command to invoke pluggable component (#123)
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>

Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
2022-11-12 10:39:50 -08:00
Emre Savcı ff6a287287
add dapr-examples repository to external samples section (#117)
Signed-off-by: Emre Savcı <emre.savci@trendyol.com>

Signed-off-by: Emre Savcı <emre.savci@trendyol.com>
2022-11-11 17:24:42 -08:00
Artur Souza 1403b3e0cc
Fix to work with more recent version of cognitive services. (#92)
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>

Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-11-11 17:24:05 -08:00
Harry Kimpel 2ee2f6e6d8
Bindings commercetools (#110)
* Adding sample for commercetools GraphQL binding

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>

* Updating top/level readme to include commercetools sample

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>

* Fixing some typos in the readme

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
2022-11-11 17:23:44 -08:00
Marcos Candeia 78eed72a81
Sample/pluggable components (#120) 2022-10-11 22:30:29 -07:00
petrichor adecca8e8f
Fix README.md Step 4 orderId 42 is inconsistent with Step 5 orderId 41 (#114)
Signed-off-by: whirlwinder <69021934+my-Sakura@users.noreply.github.com>

Signed-off-by: whirlwinder <69021934+my-Sakura@users.noreply.github.com>
Co-authored-by: whirlwinder <69021934+my-Sakura@users.noreply.github.com>
2022-08-11 15:15:47 -07:00
Bilgin Ibryam b4f99cbc38
Fixed broken links and ignored IntelliJ files (#116)
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2022-08-11 15:14:35 -07:00
Harry Kimpel a814faf2ac
Adding sample for commercetools GraphQL binding (#106)
* Adding sample for commercetools GraphQL binding

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>

* Updating top/level readme to include commercetools sample

Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
2022-05-09 18:00:35 -07:00
Jonas Jerndin 4ca869f5c6
Add missing sample file (#105)
Signed-off-by: Jonas Jerndin <jonas@queenslab.se>

Co-authored-by: Jonas Jerndin <jonas@queenslab.se>
2022-05-05 17:43:47 -07:00
Stepan 087d8a3fa9
Bindings with Knative Serving and Eventing (#90)
* adding first version of new knative sample + small fix to knative distributed calculator

Signed-off-by: TenSt <stepan.maks@gmail.com>

* adding second part + grammar fixes

Signed-off-by: TenSt <stepan.maks@gmail.com>

* adding deploy and react form folders; small fixes

Signed-off-by: TenSt <stepan.maks@gmail.com>

* adding reference to React Form source files

Signed-off-by: TenSt <stepan.maks@gmail.com>
2022-03-18 22:37:15 -07:00
Shubham Sharma 03f386df4a
Remove unused dependencies that are non-compliant (#98)
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-02-13 12:26:29 -08:00
greenie-msft 1875cee2f0
Update LICENSE to Apache 2.0 (#86) 2022-02-03 10:43:35 -08:00
Will c5401adeb0
Add DCO requirements and updated code of conduct (#91)
Issue reference: dapr/docs#2039

Signed-off-by: Will <william.wl.tsai@gmail.com>
2022-01-20 14:42:40 -08:00
Paul Yuknewicz 9c59ad0621
Moved middleware sample from dapr\quickstarts (#94)
* Moved middleware sample from dapr\quickstarts

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* updating readme with middleware sample.

* Renamed middleware samples to clarify interactive (google) and non-interactive (microsoft Azure / AAD) flows

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Updated README with Sample info tested on v1.5.0
2022-01-18 13:06:03 -08:00
Stepan a985c90c6f
Knative Serving distributed calculator (#85)
* adding distributed calculator sample with Knative Serving

* adding Knative section to the table in the root readme.md
2021-11-25 07:19:23 -08:00
Evan Simkowitz b4b1553cad
Redis has updated their naming to remove slave (#67) 2021-11-19 08:45:09 +02:00
Jessica Deen 0a413cf0b0
Twitter sentiment Demo 3 Updates (#74)
* + Latest K8s version support & progress indicator

* + Latest K8s version support & progress indicator

* Add clarity & bump Dapr version
2021-11-16 01:49:43 +02:00
Edwin van Wijk 3833a0534a
Update "Dapr Traffic Control" sample description (#83) 2021-11-16 01:48:34 +02:00
Phil Kedy 5b354143de
Adding pubsub sample (#82) 2021-09-27 16:29:42 -07:00
Donovan Brown f38ce9fac1
Added PubSub to Service Fabric sample (#81)
Co-authored-by: Donovan Brown <dlbm3@hotmail.com>
2021-09-17 16:53:39 -07:00
Donovan Brown c2d28fb1b3
Added Hello Service Fabric to root readme.md (#80)
I updated the readme to describe the new hello service fabric demo.
2021-09-17 09:42:10 -07:00
Donovan Brown 36d722e310
hello-service-fabric (#68)
* Adding hello-service-fabric sample

* Updating .gitIgnore for Service Fabric demo.

* Fixed http file and readme

* Polished the readme

* Made changes from code review.

Co-authored-by: Donovan Brown <dlbm3@hotmail.com>
2021-09-17 09:17:09 -07:00
Donovan Brown 569f81035a
support-codespaces (#76)
* fix .gitingore for codespaces

* Install and init Dapr in Codespaces
2021-08-30 16:59:38 -07:00
Donovan Brown 105a1a02b1
body-parser has been deprecated. (#57) 2021-05-12 12:50:10 -07:00
Bruno Borges e8b339696b
Remove Lombok (#62)
* Remove Lombok

* add missing tostring methods

* remove unused import
2021-05-07 10:05:15 -07:00
Bruno Borges b643c11737
Use MS Build of OpenJDK (#61)
* ensure java 11 compilation level, and print JDK name/version

* Run with MS Build of OpenJDK

* right set of modules, and fix bin path in CMD

* simplified module list

* missed this dockerfile
2021-05-03 22:24:23 -07:00
Hirofumi Horikawa 480ef9bf26
Fix dapr command options (#52)
* Fix dapr command options

* Fix dapr command options
2021-03-16 14:38:09 -07:00
Brandon Tull b2e8dc4c0b
Fix Microsoft Misspelling (#54)
Microsoft was mispelled
2021-03-16 14:30:01 -07:00