Tmporal - Distribution Workflow

Tmporal

  • Cost: No extra license cost
    • Temporary is an open source project licensed with MIT License, which means it is free of charge and has no additional license fees. You are free to use, modify and distribute it.
    • Temporary Cloud needs to pay service fees. Durable Execution Solutions | Temporal

  • Flexibility: Create a new workflow or add new activity in a workflow
  • Reliability: Can support cluster mode and which backend DB can be used
    Temporal support cluster mode and can use the following database.
    Cassandra v3.11 and v4.0
    PostgreSQL 13.18, 14.15, 15.10 and 16.6
    MySQL v5.7 and v8.0 (specifically 8.0.19+ due to a bug)
    SQLite v3.x, but this is only for development and testing

Architecture

The History, Matching, and Worker Services can scale horizontally within a Temporal Service. The Frontend Service scales differently than the others because it has no sharding or partitioning; it is just stateless



 

Temporal Server | Temporal Platform Documentation

  • Frontend gateway: for rate limiting, routing, authorizing.
  • History subsystem: maintains data (mutable state, queues, and timers).
  • Matching subsystem: hosts Task Queues for dispatching.
  • Worker Service: for internal background Workflows.
     

Deploying a Temporal Service | Temporal Platform Documentation

WorkflowsActivities, and Workers form the core parts of a Temporal Application.

Workflows: A Workflow defines the overall flow of the application. You write it in your programming language of choice using the Temporal SDK. Conceptually, a Workflow specifies a sequence of steps and orchestrates the execution of Activities.

Activities: An Activity is a method or function that encapsulates business logic prone to failure (e.g., callin

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值