{"id":19096575,"url":"https://github.com/sapcc/arc","last_synced_at":"2025-04-30T14:14:54.561Z","repository":{"id":41954498,"uuid":"193681541","full_name":"sapcc/arc","owner":"sapcc","description":"Remote execution framework used in monsoon converged cloud","archived":false,"fork":false,"pushed_at":"2024-12-05T23:54:42.000Z","size":19757,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-04-19T03:36:26.098Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sapcc.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":"2019-06-25T09:54:34.000Z","updated_at":"2023-02-18T20:09:42.000Z","dependencies_parsed_at":"2024-06-21T01:10:34.432Z","dependency_job_id":"c4d4bfd1-52de-4d93-a0d5-6e63a461eeb2","html_url":"https://github.com/sapcc/arc","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Farc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Farc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Farc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Farc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapcc","download_url":"https://codeload.github.com/sapcc/arc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251719041,"owners_count":21632601,"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-09T03:37:07.806Z","updated_at":"2025-04-30T14:14:54.490Z","avatar_url":"https://github.com/sapcc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arc automation agent\n\nThe repository contains the agent running on VMs using the new Monsoon automation service.\n\n## Development setup\n\nThis development setup is tested with go 1.10\n\nTo run a local mosquitto broker run the following docker container:\n\n    docker run -it --rm -p 1883:1883 --name mosquitto sapcc/mosquitto\n\nto build and start the agent run:\n\n    go build -o onos-agent .\n    ./onos-agent -endpoint=tcp://$(boot2docker ip):1883 #when using bash\n    ./onos-agent -endpoint=tcp://(boot2docker ip):1883 #when using fish\n\nTo submit messages to the MQTT broker you can reuse the mosquitto image from above:\n\n    docker run -i --rm --link mosquitto:broker mosquitto mosquitto_pub -h broker -t [TOPIC] -s \u003c payload.json\n\nFor your convience you can define an alias for the mosquitto_pub command:\n\n    alias mosquitto_pub=\"docker run -i --rm --link mosquitto:broker mosquitto mosquitto_pub -h broker\"\n\nUsing this alias you can publish messages just be executing\n\n    mosquitto_pub -t [TOPIC] -s \u003c payload.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Farc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapcc%2Farc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Farc/lists"}