{"id":23128636,"url":"https://github.com/anubhavitis/etcd-custom-orchestrator","last_synced_at":"2025-04-04T06:20:23.503Z","repository":{"id":199721332,"uuid":"703580222","full_name":"anubhavitis/etcd-custom-orchestrator","owner":"anubhavitis","description":"A custom golang-library to orchestrate mutiple pods using etcd. Jobs can be allocated to pods using various allocation, along with resource security. ","archived":false,"fork":false,"pushed_at":"2024-01-14T17:35:29.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T17:32:28.300Z","etag":null,"topics":["etcd","golang","library"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anubhavitis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-11T14:03:21.000Z","updated_at":"2025-01-22T19:06:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"09c6b8bd-0bda-48d3-be70-674a78f1803e","html_url":"https://github.com/anubhavitis/etcd-custom-orchestrator","commit_stats":null,"previous_names":["anubhavitis/etcd-custom-orchestrator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhavitis%2Fetcd-custom-orchestrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhavitis%2Fetcd-custom-orchestrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhavitis%2Fetcd-custom-orchestrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhavitis%2Fetcd-custom-orchestrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anubhavitis","download_url":"https://codeload.github.com/anubhavitis/etcd-custom-orchestrator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247129512,"owners_count":20888413,"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":["etcd","golang","library"],"created_at":"2024-12-17T09:44:12.891Z","updated_at":"2025-04-04T06:20:23.472Z","avatar_url":"https://github.com/anubhavitis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# etcd-custom-orchestrator\nA custom golang-library to orchestrate mutiple pods using etcd. Jobs can be allocated to pods using various allocation, along with resource security.\n\n### Demo\n[Watch demo on loom](https://www.loom.com/share/aa5d6dbf25364e6c9c1cc321d6b30496?sid=875d53b7-fabd-434a-ab3d-09ed60565492)\n\n## Setup and Installation\n\u003e This is mac installation setup.\n\n- Install etcd service\n  ```\n  $ brew install etcd\n  $ brew services start etcd\n  ```\n- clone the repo \n   ``` \n   $ git clone https://github.com/anubhavitis/etcd-custom-orchestrator.git\n   $ go mod tidy\n   $ go mod vendor\n   ```\n\n### Steps to Run\n\n- Run on two different ports:\n  ```\n  $ go run main.go -port :8080\n  ```\n  ```\n  $ go run main.go -port :8081\n  ```\n- Now use another terminal to add new jobs:\n  ```\n  $ curl http://localhost:8080/\u003cjob-name\u003e\n  ```\n\n### Allocation strategy\n\nCurrently we are only using hash-based allocation, but can be extended to weight based allocation, and other strategies as well.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhavitis%2Fetcd-custom-orchestrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanubhavitis%2Fetcd-custom-orchestrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhavitis%2Fetcd-custom-orchestrator/lists"}