{"id":19351690,"url":"https://github.com/operable/go-relay","last_synced_at":"2026-02-27T20:16:09.660Z","repository":{"id":57598790,"uuid":"54735067","full_name":"operable/go-relay","owner":"operable","description":"Cog Relay written in Go supporting Docker and native command bundles","archived":false,"fork":false,"pushed_at":"2018-06-21T21:09:23.000Z","size":8363,"stargazers_count":4,"open_issues_count":9,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-22T10:51:42.684Z","etag":null,"topics":["bot-framework","chatbot-framework","chatops","docker"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/operable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-25T17:27:54.000Z","updated_at":"2024-05-09T07:05:14.000Z","dependencies_parsed_at":"2022-08-29T23:52:34.720Z","dependency_job_id":null,"html_url":"https://github.com/operable/go-relay","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/operable/go-relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fgo-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fgo-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fgo-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fgo-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operable","download_url":"https://codeload.github.com/operable/go-relay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fgo-relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29911573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: 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":["bot-framework","chatbot-framework","chatops","docker"],"created_at":"2024-11-10T04:36:57.605Z","updated_at":"2026-02-27T20:16:09.644Z","avatar_url":"https://github.com/operable.png","language":"Go","readme":"# Relay\n\n[![Build Status](https://travis-ci.org/operable/go-relay.svg?branch=master)](https://travis-ci.org/operable/go-relay)\n[![Coverage Status](https://coveralls.io/repos/github/operable/go-relay/badge.svg?branch=master)](https://coveralls.io/github/operable/go-relay?branch=master)\n[![Ebert](https://ebertapp.io/github/operable/go-relay.svg)](https://ebertapp.io/github/operable/go-relay)\n[![Docker Build Statu](https://img.shields.io/docker/build/operable/relay-preview.svg)]()\n\n## Dependencies\n\n* Go v1.9+\n* Docker v1.10.3+\n\n## Getting up and running\n\n1. Clone go-relay to $GOPATH/src/github.com/operable/go-relay\n\n   ```\n   mkdir -p $GOPATH/src/github.com/operable\n   git clone git@github.com:operable/go-relay.git $GOPATH/src/github.com/operable\n   ```\n\n2. Install preqrequisites\n\n```sh\ngo get -u github.com/kardianos/govendor\n```\n\n3. Download deps and compile an executable\n\n   ```\n   make\n   ```\n\n4. Set environment variables and run `relay`.\n\n   You'll need to have a docker machine running and have environment variables\n   set for the docker client to connect to it. If you haven't already, run the\n   following. (See more details at https://docs.docker.com/machine/get-started)\n\n   ```\n   docker-machine create --driver virtualbox default\n   docker-machine start default\n   eval $(docker-machine env default)`\n   ```\n\n   Then start relay:\n\n   ```\n   RELAY_DOCKER_USE_ENV=true _build/relay -file example_cog_relay.conf\n   ```\n\n## Docker Images\n\nRelease images are available from the\n[operable/relay](https://hub.docker.com/r/operable/relay-preview/)\nrepository on Docker Hub.\n\nThe latest code from the `master` branch is always available in the\n[operable/relay-preview](https://hub.docker.com/r/operable/relay-preview/)\nrepository. The only tag in this repository is `latest`, and it\n\"floats\".\n\nBuilding your own image can be done with `make docker`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperable%2Fgo-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperable%2Fgo-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperable%2Fgo-relay/lists"}