dapr / quickstarts

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Apache License 2.0
1.03k stars 524 forks source link

Port Actors Quickstart to more languages: Go, Java, Python, JavaScript #872

Open paulyuk opened 1 year ago

paulyuk commented 1 year ago

The idea would be to port what we did for .NET here: https://github.com/dapr/quickstarts/tree/master/actors/csharp/sdk

Any single language as a PR is welcome.

It helps to look at the examples folders of each SDK to get inspiration how to work with the SDK, e.g. https://github.com/dapr/go-sdk/tree/main/examples/actor

I'm quite happy to assist.

bhsingla commented 1 year ago

I'd love to work on this for java

sicoyle commented 1 year ago

/assign

bhsingla commented 1 year ago

/assign

anmbajaj commented 1 year ago

I can take up this issue for JavaScript or Python

kendallroden commented 1 year ago

perfect @anmbajaj

paulyuk commented 2 months ago

/assign

Are you still interested @anmbajaj and @bhsingla ?