{"id":13564571,"url":"https://github.com/runabol/tork","last_synced_at":"2025-04-04T11:17:16.954Z","repository":{"id":186847645,"uuid":"644651253","full_name":"runabol/tork","owner":"runabol","description":"A distributed workflow engine","archived":false,"fork":false,"pushed_at":"2024-05-10T12:57:07.000Z","size":7837,"stargazers_count":480,"open_issues_count":18,"forks_count":22,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-05-10T13:27:50.855Z","etag":null,"topics":["background-jobs","distributed","docker","go","golang","job-queue","task-queue","work-queue","workflow-engine"],"latest_commit_sha":null,"homepage":"https://tork.run","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runabol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-24T01:17:07.000Z","updated_at":"2024-06-10T14:20:33.396Z","dependencies_parsed_at":"2023-11-10T21:27:54.431Z","dependency_job_id":"a78cec2d-e2c8-410b-9bae-73f852e02ee9","html_url":"https://github.com/runabol/tork","commit_stats":null,"previous_names":["runabol/tork"],"tags_count":118,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Ftork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Ftork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Ftork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Ftork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runabol","download_url":"https://codeload.github.com/runabol/tork/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166171,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["background-jobs","distributed","docker","go","golang","job-queue","task-queue","work-queue","workflow-engine"],"created_at":"2024-08-01T13:01:33.085Z","updated_at":"2025-04-04T11:17:16.936Z","avatar_url":"https://github.com/runabol.png","language":"Go","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"docs/logo.svg\"  alt=\"tork\" width=\"300px\"\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-_red.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/runabol/tork\"\u003e\n  \u003cimg src=\"https://goreportcard.com/badge/github.com/runabol/tork\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/runabol/tork/releases\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/release/runabol/tork\"\u003e\n\u003c/a\u003e\n  \u003cimg src=\"https://github.com/runabol/tork/workflows/ci/badge.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"https://www.tork.run/installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"https://www.tork.run\"\u003eDocumentation\u003c/a\u003e •\n  \u003ca href=\"#quick-start\"\u003eQuick Start\u003c/a\u003e •\n  \u003ca href=\"https://www.tork.run/rest\"\u003eREST API\u003c/a\u003e •\n  \u003ca href=\"https://www.tork.run/web-ui\"\u003eWeb UI\u003c/a\u003e\n\u003c/p\u003e\n\nTork is a highly-scalable, general-purpose workflow engine.\n\n## Features:\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"docs/cli_v3.jpg\" alt=\"tork\" width=\"700px\"\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n- [REST API](https://www.tork.run/rest)\n- [Highly extensible](https://www.tork.run/extend)\n- Horizontally scalable\n- Task isolation - tasks are executed within a container to provide isolation, idempotency, and in order to enforce resource [limits](https://www.tork.run/tasks#limits)\n- Automatic recovery of tasks in the event of a worker crash\n- Supports both stand-alone and [distributed](https://www.tork.run/installation#running-in-a-distributed-mode) setup\n- [Retry failed tasks](https://www.tork.run/tasks#retry)\n- [Middleware](https://www.tork.run/extend#middleware)\n- Support for [Docker](https://www.tork.run/runtime#docker), [Podman](https://www.tork.run/runtime#podman) and [Shell](https://www.tork.run/runtime#shell) runtimes.\n- [Webhooks](https://www.tork.run/jobs#webhooks)\n- [Pre/Post tasks](https://www.tork.run/tasks#pre-post-tasks)\n- No single point of failure\n- Task timeout\n- [Full-text search](https://www.tork.run/rest#list-jobs)\n- [Expression Language](https://www.tork.run/tasks#expressions)\n- [Conditional Tasks](https://www.tork.run/tasks#expressions)\n- [Parallel Tasks](https://www.tork.run/tasks#parallel-task)\n- [For-Each Task](https://www.tork.run/tasks#each-task)\n- [Subjob Task](https://www.tork.run/tasks#sub-job-task)\n- [Task Priority](https://www.tork.run/tasks#priority)\n- [Secrets](https://www.tork.run/tasks#secrets)\n- [Scheduled Jobs](https://tork.run/jobs#scheduled-jobs)\n- [Web UI](https://www.tork.run/web-ui)\n\n## Documentation\n\nSee [tork.run](https://tork.run) for the full documentation.\n\n## Quick Start\n\nSee the [Quick Start Guide](https://www.tork.run/quick-start) for detailed instructions on how to get up and running with Tork.\n\n## REST API\n\nSee the [REST API](https://www.tork.run/rest) documentation.\n\n## Web UI\n\n[Tork Web](https://www.tork.run/web-ui) is a web based tool for interacting with Tork.\n\n![Web UI](docs/webui.png \"Web UI\")\n\n## License\n\nCopyright (c) 2023-present Arik Cohen. Tork is free and open-source software licensed under the MIT License.\n","funding_links":[],"categories":["Go","Full fledged product","\u003ca name=\"Go\"\u003e\u003c/a\u003eGo"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunabol%2Ftork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunabol%2Ftork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunabol%2Ftork/lists"}