An Open Letter to the Temporal User Community

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • samples-typescript

  • hey! so I've actually done a React + Temporal example: https://github.com/temporalio/samples-typescript/tree/main/n... (9 minute demo/talk here: https://www.youtube.com/watch?v=WRYozSljSpw)

    when you are handling your customers' states, every purchase is a long running process, both from an ordering side and a fulfilment perspective. Work needs to be done asynchronously, or you need to wait for some condition to be met to proceed, etc. Temporal makes it so that you don't have to glue together a bunch of schedulers and queues and databases and ad hoc state machines to make that work, make it traceable/debuggable, and make that scale.

    Your engineers would be able to translate your business requirements directly into workflow code (often just a function) and be able to version control, test, migrate, lint, etc, rather than have that logic spread out over a bunch of your code and infra structure. i did a demo recently of what its like to translate product specs to a workflow, like some of the other commenters are saying, its pretty fun! https://www.youtube.com/watch?v=2pxZgGhT-Xo

  • samples-go

    Temporal Go SDK samples

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • samples-php

    Temporal PHP SDK samples

  • samples-java

    Temporal Java SDK samples

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts