Skip to content

Commit dddfe81

Browse files
authored
Add Elixir and Erlang SDK (#26)
(Apparently I got sidetracked before I completed the merge...it was a busy day at re:Invent!)
1 parent cdcb701 commit dddfe81

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

readme.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Temporal is a [durable execution system](https://youtu.be/W0Ygep6iCJY?t=609). It
6767
- [Tutorials](#tutorials-6)
6868
- [Blog posts](#blog-posts-7)
6969
- [Clojure](#clojure)
70+
- [Elixir](#elixir)
71+
- [Erlang](#erlang)
7072
- [Haskell](#haskell)
7173
- [Built with Temporal](#built-with-temporal)
7274
- [Credits](#credits)
@@ -113,6 +115,7 @@ Temporal is a [durable execution system](https://youtu.be/W0Ygep6iCJY?t=609). It
113115
- [`northpowered/temporal-rest-executor`](https://github.com/northpowered/temporal-rest-executor) - Simple REST server (with Swagger UI) to execute any activity/workflow in Temporal namespace. Useful for development and I&T.
114116

115117
### Terraform Providers
118+
116119
- [`temporalio/terraform-provider-temporalcloud`](https://github.com/temporalio/terraform-provider-temporalcloud) - Terraform Provider for Temporal Cloud
117120
- [`platacard/terraform-provider-temporal`](https://github.com/platacard/terraform-provider-temporal) - Terraform provider to manage Temporal Server resources.
118121

@@ -302,6 +305,7 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
302305
- [`temporalio/samples-python`](https://github.com/temporalio/samples-python)
303306

304307
### Libraries
308+
305309
- [Batch Orchestra](https://github.com/drewhoskins/batch-orchestra) - An easy-to-adopt library for scalable, reliable batch processing. It features pagination, parallelism, and extended retries.
306310
- [`northpowered/temporal-boost`](https://github.com/northpowered/temporal-boost) - SDK-based framework for more comfortable development with Temporal. FastAPI-style workers, autogenerating documentation, logging and tracing and other.
307311

@@ -323,7 +327,7 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
323327
### Libraries
324328

325329
- [InfinityFlow.Aspire.Temporal](https://github.com/InfinityFlowApp/aspire-temporal) - A [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire) package to work with `temporal` and start a dev server.
326-
- [Temporalio.Graphs](https://github.com/oleg-shilo/Temporalio.Graphs) - A NuGet package that can be used to generate a complete WF graph (DAG visualization) by running the WF in the mocked-run mode either during the build or at runtime.
330+
- [Temporalio.Graphs](https://github.com/oleg-shilo/Temporalio.Graphs) - A NuGet package that can be used to generate a complete WF graph (DAG visualization) by running the WF in the mocked-run mode either during the build or at runtime.
327331

328332
### Tutorials
329333

@@ -373,6 +377,22 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
373377

374378
- [Clojure SDK](https://github.com/manetu/temporal-clojure-sdk)
375379

380+
## Elixir
381+
382+
- [SDK GitHub repository](https://github.com/andrzej-mag/temporal_sdk)
383+
- [SDK hex.pm package](https://hex.pm/packages/temporal_sdk)
384+
- [SDK hexdocs documentation](https://hexdocs.pm/temporal_sdk)
385+
- [Samples GitHub repository](https://github.com/andrzej-mag/temporal_sdk_samples)
386+
- [Samples hexdocs documentation](https://hexdocs.pm/temporal_sdk_samples)
387+
388+
## Erlang
389+
390+
- [SDK GitHub repository](https://github.com/andrzej-mag/temporal_sdk)
391+
- [SDK hex.pm package](https://hex.pm/packages/temporal_sdk)
392+
- [SDK hexdocs documentation](https://hexdocs.pm/temporal_sdk)
393+
- [Samples GitHub repository](https://github.com/andrzej-mag/temporal_sdk_samples)
394+
- [Samples hexdocs documentation](https://hexdocs.pm/temporal_sdk_samples)
395+
376396
## Haskell
377397

378398
- [Haskell SDK](https://github.com/MercuryTechnologies/hs-temporal-sdk)
@@ -389,9 +409,9 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
389409

390410
## Credits
391411

392-
We welcome contributions! See [`contributing.md`](contributing.md).
412+
We welcome contributions! See [`contributing.md`](contributing.md).
393413

394-
🙏 Thank you to:
414+
🙏 Thank you to:
395415

396416
- [All those who have contributed](https://github.com/temporalio/awesome-temporal/graphs/contributors)
397417
- [`firdaus`](https://github.com/firdaus) for [`firdaus/awesome-cadence-temporal-workflow`](https://github.com/firdaus/awesome-cadence-temporal-workflow)

0 commit comments

Comments
 (0)