{"id":26160701,"url":"https://github.com/evolutionary-algorithms-on-click/runner_controller_microservice","last_synced_at":"2026-04-10T16:34:58.504Z","repository":{"id":279826091,"uuid":"938865673","full_name":"Evolutionary-Algorithms-On-Click/runner_controller_microservice","owner":"Evolutionary-Algorithms-On-Click","description":"Go Implementation of the algorithm runner controller microservice of EvOC (Evolutionary algorithms On Click).","archived":false,"fork":false,"pushed_at":"2025-04-30T07:40:17.000Z","size":120,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T08:43:10.001Z","etag":null,"topics":["cookie","docker","docker-compose","golang","grpc","http","json","protobuf","uuid"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Evolutionary-Algorithms-On-Click.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,"zenodo":null}},"created_at":"2025-02-25T16:15:40.000Z","updated_at":"2025-04-30T07:40:19.000Z","dependencies_parsed_at":"2025-07-14T00:03:21.019Z","dependency_job_id":null,"html_url":"https://github.com/Evolutionary-Algorithms-On-Click/runner_controller_microservice","commit_stats":null,"previous_names":["evolutionary-algorithms-on-click/runner_controller_microservice"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Evolutionary-Algorithms-On-Click/runner_controller_microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evolutionary-Algorithms-On-Click%2Frunner_controller_microservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evolutionary-Algorithms-On-Click%2Frunner_controller_microservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evolutionary-Algorithms-On-Click%2Frunner_controller_microservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evolutionary-Algorithms-On-Click%2Frunner_controller_microservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evolutionary-Algorithms-On-Click","download_url":"https://codeload.github.com/Evolutionary-Algorithms-On-Click/runner_controller_microservice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evolutionary-Algorithms-On-Click%2Frunner_controller_microservice/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265224095,"owners_count":23730336,"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":["cookie","docker","docker-compose","golang","grpc","http","json","protobuf","uuid"],"created_at":"2025-03-11T12:19:20.995Z","updated_at":"2026-04-10T16:34:58.496Z","avatar_url":"https://github.com/Evolutionary-Algorithms-On-Click.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Runner Controller Microservice\n\nGo implementation of the Runner Controller.\n\n## Setup\n\n### Prerequisites\n\n1. GoLang - Install GoLang.\n2. MinIO - Start a MinIO server instance.\n3. CockroachDB - Start a CockroachDB instance.\n4. Redis - Start a Redis instance.\n\n(or) Use Docker Compose to start the services.\n\n```sh\ndocker compose up -d\n```\n\n### Installation\n\n1. Install the protobuf-grpc compiler.\n\n```sh\ngo install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest\nexport PATH=\"$PATH:$(go env GOPATH)/bin\"\n```\n\n2. Export the following environment variables.\n\n```sh\nexport DATABASE_URL=\u003ccockroachdb_url\u003e\nexport MINIO_ENDPOINT=\u003cminio_endpoint\u003e\nexport MINIO_ACCESS_KEY_ID=\u003cminio_access_key\u003e\nexport MINIO_SECRET_KEY=\u003cminio_secret_key\u003e\nexport FRONTEND_URL=\u003cfrontend_url\u003e\nexport HTTP_PORT=\u003chttp_port\u003e\nexport AUTH_GRPC_ADDRESS=\u003cauth_grpc_address\u003e\nexport REDIS_URL=\u003credis_url\u003e\nexport REDIS_QUEUE_NAME=\u003credis_queue_name\u003e\n```\n\n3. Run the following command to start the server.\n\n```sh\ngo run main.go\n```\n\n### Editing `.proto` files\n\n1. Install protoc compiler\n2. Run the following command to generate the go files from the proto files.\n\n```sh\nprotoc --go_out=./ --go_opt=paths=source_relative \\\n    --go-grpc_out=./ --go-grpc_opt=paths=source_relative \\\n    ./proto/authenticate.proto\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolutionary-algorithms-on-click%2Frunner_controller_microservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolutionary-algorithms-on-click%2Frunner_controller_microservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolutionary-algorithms-on-click%2Frunner_controller_microservice/lists"}