{"id":32849513,"url":"https://github.com/andrzej-mag/temporal_sdk_samples","last_synced_at":"2026-01-20T16:45:31.413Z","repository":{"id":322883569,"uuid":"1090271206","full_name":"andrzej-mag/temporal_sdk_samples","owner":"andrzej-mag","description":"Temporal Erlang SDK samples","archived":false,"fork":false,"pushed_at":"2025-11-06T10:07:07.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-06T22:21:44.335Z","etag":null,"topics":["erlang","temporalio","workflow","workflow-automation","workflow-engine"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrzej-mag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-05T12:53:48.000Z","updated_at":"2025-11-06T09:55:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/andrzej-mag/temporal_sdk_samples","commit_stats":null,"previous_names":["andrzej-mag/temporal_sdk_samples"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/andrzej-mag/temporal_sdk_samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrzej-mag%2Ftemporal_sdk_samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrzej-mag%2Ftemporal_sdk_samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrzej-mag%2Ftemporal_sdk_samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrzej-mag%2Ftemporal_sdk_samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrzej-mag","download_url":"https://codeload.github.com/andrzej-mag/temporal_sdk_samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrzej-mag%2Ftemporal_sdk_samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283674810,"owners_count":26875274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-10T02:00:06.292Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erlang","temporalio","workflow","workflow-automation","workflow-engine"],"created_at":"2025-11-08T10:05:16.041Z","updated_at":"2026-01-20T16:45:31.407Z","avatar_url":"https://github.com/andrzej-mag.png","language":"Erlang","funding_links":[],"categories":["Elixir"],"sub_categories":["Blog posts"],"readme":"# Temporal Erlang and Elixir SDK samples\n\n[![Hex Docs](https://img.shields.io/badge/hex-docs-informational?style=for-the-badge)](https://hexdocs.pm/temporal_sdk_samples)\n\nThis is the set of samples for the\n[Temporal Erlang and Elixir SDK](https://github.com/andrzej-mag/temporal_sdk).\n\nEach sample can be considered a standalone Elixir or Erlang application.\nA list of samples with instructions on how to start and use each sample is provided in the\n[hexdocs documentation](https://hexdocs.pm/temporal_sdk_samples/api-reference.html).\n\nThis software is published as a package on hex.pm to provide online hexdocs documentation exclusively.\nPlease refrain from adding this package to your Elixir or Erlang application dependencies as it\nwill have no effect.\nPlease refer to the [SDK repository](https://github.com/andrzej-mag/temporal_sdk) for instructions on\nSDK usage.\n\n## Usage\n\nClone this repository, fetch dependencies using `mix deps.get`, and start `iex -S mix` or `rebar3 shell`.\nRun any of the [available samples](https://hexdocs.pm/temporal_sdk_samples/api-reference.html).\nSaga pattern implementation example run:\n\n\u003c!-- tabs-open --\u003e\n\n### Elixir\n\n```elixir\niex(1)\u003e Saga.start()\nCompensation activity started with:\n    %{\"deposit\" =\u003e \"completed\", \"other\" =\u003e \"failed\", \"withdraw\" =\u003e \"canceled\"}\n...\n```\n\n### Erlang\n\n```erlang\n1\u003e saga:start().\nCompensation activity started with:\n    #{\u003c\u003c\"deposit\"\u003e\u003e =\u003e \u003c\u003c\"completed\"\u003e\u003e,\u003c\u003c\"other\"\u003e\u003e =\u003e \u003c\u003c\"failed\"\u003e\u003e,\n      \u003c\u003c\"withdraw\"\u003e\u003e =\u003e \u003c\u003c\"canceled\"\u003e\u003e}\n...\n```\n\n\u003c!-- tabs-close --\u003e\n\n## Requirements\n\nThe basic configuration files provided with this repository assume an unsecured Temporal server running\non `localhost:7233`.\nFor development and testing purposes it is recommended to run the\n[Temporal CLI](https://github.com/temporalio/cli/) locally:\n\n1. [Install](https://docs.temporal.io/cli#install) Temporal CLI.\n2. [Start](https://docs.temporal.io/cli#start-dev-server) Temporal CLI dev server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrzej-mag%2Ftemporal_sdk_samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrzej-mag%2Ftemporal_sdk_samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrzej-mag%2Ftemporal_sdk_samples/lists"}