Create an SDK for Temporal.io

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.

1 Like