This is a Frontend library that, when paired through the Temporal Engine protocols to a Temporal Backend library, becomes the Temporal Elixir SDK.
This is in active development and this README will be updated when it is ready for general use.
Read the SDK Guides for installation and usage of the SDK
A collection of useful references I've found so far, for building Temporal Lang SDKs
The Core SDK Architecture Document is the best resource for understanding the relationship between your Lang SDK, the Core SDK, and the Temporal Server.
Once you know the vocabulary around working with the Temporal Server, the Temporal SDK Core docs are by far the most helpful resource for understanding the internal workings of the Core SDK.
The Temporal Ruby SDK utilizes the Core SDK and so is a good example of how to utilize it in a production environment.