-
Notifications
You must be signed in to change notification settings - Fork 2
[Submission] Tactors SDK - Typed actors on top of temporal #77
Copy link
Copy link
Closed
Labels
code exchange submissionCode and/or content about Temporal!Code and/or content about Temporal!triageIssues that Temporal folk need to look atIssues that Temporal folk need to look atwebsite ready!This is ready to be added to the Code Exchange site by a TemporaliteThis is ready to be added to the Code Exchange site by a Temporaliteziggy reviewedPre-screened by ZiggyBotPre-screened by ZiggyBot
Description
Activity
Metadata
Metadata
Labels
code exchange submissionCode and/or content about Temporal!Code and/or content about Temporal!triageIssues that Temporal folk need to look atIssues that Temporal folk need to look atwebsite ready!This is ready to be added to the Code Exchange site by a TemporaliteThis is ready to be added to the Code Exchange site by a Temporaliteziggy reviewedPre-screened by ZiggyBotPre-screened by ZiggyBot
Project link
https://github.com/tactors/sdk
Language
Go
Short description (max 256 chars)
Typed, builder-first actor SDK for Go built on Temporal.io: describe stateful workflows, commands, queries, and activities with fluent APIs, then run them deterministically across Temporal workers and testsuite scenarios.
Long Description
Tactors SDK
Tactors is a typed, builder-first actor SDK for Go. You describe state, handlers, activities, and
runtime knobs in one fluent API and receive a deterministic actor description that every runtime can
consume—no code generation or
interface{}plumbing.What you get
actors.NewStateful, get typed commands/queries/activitiesvia helper embeds, and build once for every runtime consumer.
the builder so intent is obvious.
actors.Descriptionpowers worker registration, Ask/Query plumbing,and the deterministic testsuite—no alt runtimes or codegen.
WithSnapshotandactors.Patch.Author(s)
https://github.com/youaresofunny