Skip to content

descriptions-of-it-technologies/temporal-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Temporal.

Contents at a Glance.

About.

Documentation.

Workflows. Resilient programs.

Temporal SDK.

Workflow Functions.

  • Must be deterministic.
  • Control flow logic:
    • Programming language constructs
      • Iteration
      • Data-based decisions
      • Data types
      • Error Handling
    • Retries
    • Compensation(SAGA)
    • Sync/Async
    • Sub-workflow
    • Queries
    • Signals
    • ...

Activity Functions.

  • Can be non-deterministic.
  • Interact with "outside" world.
  • Orchestrated with workflow functions.
  • Can be async.
  • Can contain any code, without restrictions.
  • Must be idempotent.

Temporal.

  • Fault Tolerant.
  • Transactional.
  • Stateful.
  • Scalable.

Web UI.

CLI. tctl

Custom search attributes.

Workflow versioning.

Observability.

  • Support observability providers:
    • Grafana
    • OpenTracing
    • ElasticSearch

Help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published