You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ Temporal is a [durable execution system](https://youtu.be/W0Ygep6iCJY?t=609). It
67
67
-[Tutorials](#tutorials-6)
68
68
-[Blog posts](#blog-posts-7)
69
69
-[Clojure](#clojure)
70
+
-[Elixir](#elixir)
71
+
-[Erlang](#erlang)
70
72
-[Haskell](#haskell)
71
73
-[Built with Temporal](#built-with-temporal)
72
74
-[Credits](#credits)
@@ -113,6 +115,7 @@ Temporal is a [durable execution system](https://youtu.be/W0Ygep6iCJY?t=609). It
113
115
-[`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.
114
116
115
117
### Terraform Providers
118
+
116
119
-[`temporalio/terraform-provider-temporalcloud`](https://github.com/temporalio/terraform-provider-temporalcloud) - Terraform Provider for Temporal Cloud
117
120
-[`platacard/terraform-provider-temporal`](https://github.com/platacard/terraform-provider-temporal) - Terraform provider to manage Temporal Server resources.
118
121
@@ -302,6 +305,7 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
-[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.
306
310
-[`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.
307
311
@@ -323,7 +327,7 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
323
327
### Libraries
324
328
325
329
-[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.
327
331
328
332
### Tutorials
329
333
@@ -373,6 +377,22 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
@@ -389,9 +409,9 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se
389
409
390
410
## Credits
391
411
392
-
We welcome contributions! See [`contributing.md`](contributing.md).
412
+
We welcome contributions! See [`contributing.md`](contributing.md).
393
413
394
-
🙏 Thank you to:
414
+
🙏 Thank you to:
395
415
396
416
-[All those who have contributed](https://github.com/temporalio/awesome-temporal/graphs/contributors)
397
417
-[`firdaus`](https://github.com/firdaus) for [`firdaus/awesome-cadence-temporal-workflow`](https://github.com/firdaus/awesome-cadence-temporal-workflow)
0 commit comments