Temporal .NET – Deterministic Workflow Authoring in .NET

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • CoreWF

    WF runtime ported to work on .NET 6

    Wonder how does it compare to https://github.com/UiPath/CoreWF

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • temporal

    Temporal service

    Correct, the workflow's guarantee to always complete executing independent of hardware failures is dependent on the database not losing data. You host your workflow code with Temporal's Worker library, which talks to an instance of the Temporal Server [1], which is an open-source set of services (hosted by you or by Temporal Cloud), backed by Cassandra, MySQL, or Postgres. [2] So for instance increasing Cassandra's replication factor increases your resilience to disk failure.

    [1] https://github.com/temporalio/temporal

    [2] https://docs.temporal.io/clusters#persistence

  • DurableTask

    Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.

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

  • A 10+ year Journey

    4 projects | dev.to | 21 Oct 2020
  • temporal VS laravel-workflow - a user suggested alternative

    2 projects | 23 Aug 2023
  • Developers and Distributed Systems and Dinosaurs, Oh MY!!!

    2 projects | dev.to | 15 Sep 2022
  • Temporalio/temporal: Temporal service and CLI

    1 project | news.ycombinator.com | 11 Jun 2021
  • Cadence – Fault-Tolerant Stateful Code Platform by Uber

    1 project | news.ycombinator.com | 17 Oct 2023

Did you konow that C# is
the 10th most popular programming language
based on number of metions?