{"id":36688579,"url":"https://github.com/converged-computing/flux-burst","last_synced_at":"2026-01-12T11:17:15.109Z","repository":{"id":177439509,"uuid":"657787669","full_name":"converged-computing/flux-burst","owner":"converged-computing","description":"Remote bursting for Flux using a plugin framework (prototype in Python)","archived":false,"fork":false,"pushed_at":"2023-11-02T18:21:14.000Z","size":3811,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-10T05:36:56.266Z","etag":null,"topics":["burst","cloud","flux-framework"],"latest_commit_sha":null,"homepage":"https://converged-computing.github.io/flux-burst/","language":"Python","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/converged-computing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-23T21:17:44.000Z","updated_at":"2023-07-25T17:49:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"09bda685-d92c-414b-a157-0a9b4fa029eb","html_url":"https://github.com/converged-computing/flux-burst","commit_stats":null,"previous_names":["converged-computing/flux-burst"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/converged-computing/flux-burst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-burst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-burst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-burst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-burst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/converged-computing","download_url":"https://codeload.github.com/converged-computing/flux-burst/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-burst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["burst","cloud","flux-framework"],"created_at":"2026-01-12T11:17:14.213Z","updated_at":"2026-01-12T11:17:15.104Z","avatar_url":"https://github.com/converged-computing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flux Burst\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n[![PyPI](https://img.shields.io/pypi/v/flux-burst)](https://pypi.org/project/flux-burst/)\n\n\u003c!--\u003ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://github.com/converged-computing/flux-burst/blob/main/docs/assets/img/logo-transparent.png\"\u003e\n    \u003cimg align=\"right\" style=\"width: 250px; float: right; padding-left: 20px;\" src=\"https://github.com/converged-computing/flux-burst/raw/main/docs/assets/img/logo-transparent.png\" alt=\"Cloud Select Logo\"\u003e\n\u003c/a\u003e--\u003e\n\n![https://raw.githubusercontent.com/converged-computing/flux-burst/main/docs/assets/img/logo.png](https://raw.githubusercontent.com/converged-computing/flux-burst/main/docs/assets/img/logo.png)\n\nThis is a Python module to coordinate Flux bursting. 🧋️\n\n - ⭐️ [Documentation](https://converged-computing.github.io/flux-burst/) ⭐️\n - 📦️ [Pypi Package](https://pypi.org/project/flux-burst/) 📦️\n\n\n## Plugins\n\nCurrent and desired plugins are:\n\n - [flux-burst-local](https://github.com/converged-computing/flux-burst-local) to \"burst\" on a local HPC system\n - [flux-burst-gke](https://github.com/converged-computing/flux-burst-gke) to burst to Google Kubernetes Engine\n - [flux-burst-eks](https://github.com/converged-computing/flux-burst-eks) to burst to Amazon EKS\n - [flux-burst-compute-engine](https://github.com/converged-computing/flux-burst-compute-engine) to burst to Google Cloud Compute Engine\n\n\n## Questions\n\n- How should the plugins (or client) manage checking when to create / destroy clusters?\n- Can we have a better strategy for namespacing different bursts (e.g., beyond burst-0, burst-1, ..., burst-N)\n- We need a reasonable default for what a plugin should do if something fails (e.g., setup/config)\n- How should each plugin decide what size cluster to make? Right now I'm just taking the max size of the job, and we are assuming the jobs need the same node type.\n- We will eventually want to use namespaces in a meaningful way (e.g., users)\n- We will eventually want a specific burst for a job to be able to customize in more detail, e.g., the namespace or other attribute that comes from a jobspec (right now they are global to the plugin)\n- Who controls cleanup? It can be done by the flux-burst global controller or a plugin, automated or manual, either way.\n- All plugins should have support to read in YAML parameters (some spec for bursting)\n- All plugins should be able to match a resource request to, for example, instance types.\n- Should the plugin \"local queue\" (self.jobs) assume to be associated with one burst, where the size is the max job size?\n- Should we derive names based on provided name + size so clusters are unique by name and size?\n\n## 😁️ Contributors 😁️\n\nWe use the [all-contributors](https://github.com/all-contributors/all-contributors)\ntool to generate a contributors graphic below.\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://vsoch.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/814322?v=4?s=100\" width=\"100px;\" alt=\"Vanessasaurus\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVanessasaurus\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/converged-computing/flux-burst/commits?author=vsoch\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\nHPCIC DevTools is distributed under the terms of the MIT license.\nAll new contributions must be made under this license.\n\nSee [LICENSE](https://github.com/converged-computing/flux-burst/blob/main/LICENSE),\n[COPYRIGHT](https://github.com/converged-computing/flux-burst/blob/main/COPYRIGHT), and\n[NOTICE](https://github.com/converged-computing/flux-burst/blob/main/NOTICE) for details.\n\nSPDX-License-Identifier: (MIT)\n\nLLNL-CODE- 842614\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconverged-computing%2Fflux-burst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconverged-computing%2Fflux-burst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconverged-computing%2Fflux-burst/lists"}