{"id":21594160,"url":"https://github.com/ornl/slurmfs","last_synced_at":"2025-06-10T11:14:25.621Z","repository":{"id":157616502,"uuid":"633566160","full_name":"ORNL/slurmfs","owner":"ORNL","description":"Slurm API Filesystem","archived":false,"fork":false,"pushed_at":"2023-04-27T20:20:09.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-18T10:46:51.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ORNL.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-04-27T19:45:07.000Z","updated_at":"2023-04-27T19:50:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"9781f0a3-bc57-47f9-8bff-9d0af0e8ef5c","html_url":"https://github.com/ORNL/slurmfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORNL%2Fslurmfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORNL%2Fslurmfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORNL%2Fslurmfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORNL%2Fslurmfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORNL","download_url":"https://codeload.github.com/ORNL/slurmfs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORNL%2Fslurmfs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259064039,"owners_count":22799739,"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":[],"created_at":"2024-11-24T17:16:22.091Z","updated_at":"2025-06-10T11:14:25.586Z","avatar_url":"https://github.com/ORNL.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"The [SLURM REST API](https://slurm.schedmd.com/rest_api.html)\nprovides a simple mechanism for working with job scripts in\nthe batch queue.\n\nThis project aims to wrap this REST API into the following\nfile structure,\n\n/{user}/\n  pending/{job_id}/\n    meta\n    script\n\n  running/{job_id}/\n    meta\n    script\n    info\n\n  completed/YYYY/MM/dd/{job_id}\n    meta\n    script\n    info\n\n  new/\n\n  allocations/{proj}/\n    info\n\n  status/\n    info\n\nCopying a script file into /new will add it to the queue.\nListing entries inside queue, running, or recent will\nshow information about jobs.  Writing to meta will update\nthe job queue information.  Job-scripts are read-only, since\nslurm does not support updating them.\n\nThe allocations directory displays information about\nprojects and their system usage info.\n\nThe status directory displays overall queue and partition\nstatus.\n\nAt present, it just wraps a few API calls into golang\nfunctions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornl%2Fslurmfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fornl%2Fslurmfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornl%2Fslurmfs/lists"}