{"id":37146479,"url":"https://github.com/plopezm/kaiser","last_synced_at":"2026-01-14T17:03:04.360Z","repository":{"id":82659666,"uuid":"133256605","full_name":"plopezm/kaiser","owner":"plopezm","description":"Golang task manager","archived":false,"fork":false,"pushed_at":"2018-09-02T13:40:37.000Z","size":172,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-19T11:27:33.991Z","etag":null,"topics":["automation","extensible","graphql","rest","workflow-engine"],"latest_commit_sha":null,"homepage":null,"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/plopezm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-05-13T16:51:19.000Z","updated_at":"2023-09-25T07:20:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8510ca9-8ce9-450f-9546-b5b02abe1460","html_url":"https://github.com/plopezm/kaiser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/plopezm/kaiser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plopezm%2Fkaiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plopezm%2Fkaiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plopezm%2Fkaiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plopezm%2Fkaiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plopezm","download_url":"https://codeload.github.com/plopezm/kaiser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plopezm%2Fkaiser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"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":["automation","extensible","graphql","rest","workflow-engine"],"created_at":"2026-01-14T17:03:03.663Z","updated_at":"2026-01-14T17:03:04.347Z","avatar_url":"https://github.com/plopezm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kaiser Job Runner\n\nKaiser is a extensible job runner. It is responsible for execute jobs provided by the different implemented providers. The language used for developing script is javascript with the functions implemented with plugins. Kaiser can be used as workflow manager, IoT projects or for dynamic job programming.\n\nCurrently is under development but any help is very welcome. The language used is javascript (basic javascript) for scripts (in workspace folder you can find some examples).\n\n# Cloning project including web application\n\n* Cloning repository and submodules\n```\ngit clone --recursive https://github.com/plopezm/kaiser\n```\n\n* Installing golang dependencies\n```\ndep ensure\n``` \n\n* Installing SPA dependencies\n```\ncd cmd/webapp/kaiser-spa\nnpm install\n```\n\n# Launching Kaiser for development\n\n* Running kaiser daemon only:\n```\nmake run\n```\n* Running kaiser \u0026 kaiser spa:\n```\nmake -j2 devrun \n```\n\n# Status\n\n- [x] Basic engine\n- [x] Basic job foldering \n- [x] Script file dynamic read (scripts can be modified and reexecuted automatically)\n- [x] Argument setting\n- [x] [Job scheduling] Scheduling jobs using ISO 8601 Duration\n- [x] [Job launcher] Add a way to launch jobs from http events\n- [ ] [Job management] GraphQL API for creating, executing, removing tasks remotely.\n- [ ] [Web interface] A web interface to manage kaiser \n- [ ] [Plugins] More default plugins \u0026 runtime plugins (in Linux \u0026 OSX)\n\n# Project structure\n\n- cmd: Contains executables, currently only the engine is there, in the future a terminal connected with graphql will be implemented for managing the daemon\n- config: Used for parging \"kaiser.config.json\" with the program input, in addition the log is configured to be used with files\n- core: Contains the implementation of the engine, interpreter (otto) and provider. A Job provider is a thread that find new jobs and provide them to daemon\n- interfaces: Different ways to manage, create and query the jobs\n- plugins: Implementation of new functionalities for Kaiser interpreter\n- utils: Common functions used in the whole project\n\n# Package manager\n\nThis project is using dep as package management, to download all required libraries type \"dep ensure\"\n\n# Configuration\n\nCurrently there is only one important configuration called \"workspace\" where the job folder is defined. \n\nThis is an example of the current configuration file:\n\n```json\n{\n    \"workspace\": \"./workspace\"\n}\n```\n\n# Workspace\n\nThe workspace folder has some rules:\n\n- Folder \"disabled\" is used to ignore jobs putting them there.\n- Every job file has special names, *.job.json\n\n# GraphQL Examples\n\nThe file graphql.http contains some examples to use with the current API.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplopezm%2Fkaiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplopezm%2Fkaiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplopezm%2Fkaiser/lists"}