hey guys!
This is my first time participating here.
I love the Crystal language, even though I’m a beginner with it.
I currently use Python for projects at the company I work for.
I’d like to know if anyone can create a Temporal.io SDK for Crystal?
hey guys!
This is my first time participating here.
I love the Crystal language, even though I’m a beginner with it.
I currently use Python for projects at the company I work for.
I’d like to know if anyone can create a Temporal.io SDK for Crystal?
I started on one last year. I don’t think I got very far with it and never published it. It requires using gRPC, which there is a shard for. The main thing is to get the .proto definitions from the Temporal project and write some wrapper classes around the Protobuf messages and gRPC service stubs.
I actually vibe coded one a couple of months ago: GitHub - garymardell/temporalio · GitHub Caveats that it is not very tested, have not run it in production or in anything significant. It wraps the rust core which implements all the logic, then a wrapper around that to interact with crystal nicely.
Hi Gary!
That’s excellent news!
I’ll run the necessary tests here to validate the functionalities.
Thank you in advance for your valuable contribution.