temporalio/temporal
Temporal service
About the project
Temporal is a durable execution platform: the server runs Workflows and automatically survives intermittent failures by retrying failed operations. It targets developers of distributed applications who need reliability and scalability.
Useful for
- Start a local Temporal server via CLI and run a HelloWorld sample in Go or Java
- Build a fault-tolerant workflow with automatic retries instead of manual failure handling
- Inspect and debug running workflows in the Temporal Web UI at localhost:8233
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 8 stars so far today, about 12 expected by the end of the day.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 23,153
- Stars in a day
- 12
- Forks
- 1,911
- Issues and pull requests
- 11,951
- Watchers
- 123
- Language
- Go
- License
- MIT
- Latest release
- v1.30.7 · September 18, 2026
- Created
- October 16, 2019
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 18, 2026GitHub Trending Go today: #17, +161 stars
- September 17, 2026GitHub Trending Go today: #13, +161 stars
- September 16, 2026GitHub Trending Go today: #13, +27 stars
Similar projects
-
5.7
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
4.2
planetscale/lead
A deliberately non-production Postgres text-search extension that mimics TIN behavior so TIN-compatible application SQL can be exercised in dev, test, CI, and staging. It is unsuitable for production: the index stores…
-
3.2
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.
-
3.1
iii-hq/iii
iii is a Rust runtime for composing backends from workers: each service registers functions and triggers (HTTP, cron, queues, state), while the engine handles routing, observability, and runtime addition of workers.
-
2.5
NangoHQ/nango
Open-source platform for product integrations with 900+ APIs: managed OAuth and token refresh, a proxy for authenticated requests, and TypeScript functions for integration logic, including AI-generated ones.
-
2.2
dragonflydb/dragonfly
Dragonfly is a multi-threaded in-memory data store compatible with the Redis and Memcached APIs, offering higher throughput and better memory efficiency than them. It works as a drop-in replacement for Redis/Memcached…