Temporal in 7 Minutes - the TL;DR Intro

แชร์
ฝัง

ความคิดเห็น • 16

  • @GavSaysPogMoThoin
    @GavSaysPogMoThoin ปีที่แล้ว +9

    I wish every service out there used this video as a template for how to give a brief, structured overview. Excellent stuff.

  • @Macaroni2552
    @Macaroni2552 2 ปีที่แล้ว +13

    Great video. Good pace, enough information but not overwhelming. And clearly spoken. Thanks, will be investing in learning Temporal!

  • @manibhushankumarsingh5196
    @manibhushankumarsingh5196 5 หลายเดือนก่อน +1

    00:00 Temporal is an open-source runtime for managing distributed application state at scale.
    00:58 Temporal offers workflows as code for reliable and scalable systems
    01:50 Centralized orchestration service for async processes
    02:44 Use general purpose programming languages for temporal workflows
    03:36 Temporal workflows and activities provide reliable external API calls with declarative timeouts and retries.
    04:32 Composing new primitive APIs is crucial for complex workflows
    05:22 Temporal offers powerful workflow code capabilities
    06:13 Temporo is a reliable and productive orchestration system

  • @Shakahs
    @Shakahs ปีที่แล้ว +4

    This intro video is very well done.

  • @Sound_.-Safari
    @Sound_.-Safari 2 ปีที่แล้ว +4

    It’d be cool if you could cover the pain points (of which temporal has a few)

  • @stevenowens4511
    @stevenowens4511 ปีที่แล้ว +1

    Around 5:48 you say "Temporal server [...] there are separate talks on that if you want to know how it runs under the hood." I checked the Temporal channel but I don't see any videos that are obviously the ones you're talking about. Can you provide a link to those talks?

    • @Temporalio
      @Temporalio  ปีที่แล้ว +1

      This one has the most information, and we hope to release more about how the Server works in future! th-cam.com/video/t524U9CixZ0/w-d-xo.html

  • @RoiKingon
    @RoiKingon 7 หลายเดือนก่อน

    at 5:05 there is `await sleepUntil('9am on 1st of the month')` -- this doesn't exist?

    • @Temporalio
      @Temporalio  7 หลายเดือนก่อน

      You are correct, it's not in the SDK. It's a modified version of this: github.com/lorensr/temporal-time-utils?tab=readme-ov-file#sleepuntil

  • @hyperspaced77
    @hyperspaced77 2 ปีที่แล้ว +2

    Nice introduction. Do we have access to a C# SDK ?

    • @Temporalio
      @Temporalio  2 ปีที่แล้ว

      Not yet! Join our slack to stay in touch as it develops: t.mp/slack

    • @lesab96
      @lesab96 2 ปีที่แล้ว +2

      @@Temporalio 404 - you have an extra "k". ;)

    • @Temporalio
      @Temporalio  ปีที่แล้ว +1

      @@lesab96 Thanks, fixed! Also, the .NET SDK Client alpha is out, and the Worker is in development.
      github.com/temporalio/sdk-dotnet

  • @aeggeska1
    @aeggeska1 ปีที่แล้ว +1

    You say "Temporal is workflows"
    But what is a workflow?

    • @Temporalio
      @Temporalio  ปีที่แล้ว

      A workflow is a durable function, which we go into more here: temporal.io/blog/building-reliable-distributed-systems-in-node
      See also an updated explainer video: th-cam.com/video/wIpz4ioK0gI/w-d-xo.html