{"id":21487611,"url":"https://github.com/outofcoffee/gefyra","last_synced_at":"2026-05-15T21:36:45.136Z","repository":{"id":45273355,"uuid":"229846065","full_name":"outofcoffee/gefyra","owner":"outofcoffee","description":"Bridges messages and data between Redis channels and/or lists","archived":false,"fork":false,"pushed_at":"2021-12-25T21:03:04.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T23:02:03.611Z","etag":null,"topics":["bridge","redis","redis-list","redis-pubsub"],"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/outofcoffee.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}},"created_at":"2019-12-24T01:08:18.000Z","updated_at":"2024-01-14T00:00:45.000Z","dependencies_parsed_at":"2022-09-05T06:00:30.303Z","dependency_job_id":null,"html_url":"https://github.com/outofcoffee/gefyra","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fgefyra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fgefyra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fgefyra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fgefyra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outofcoffee","download_url":"https://codeload.github.com/outofcoffee/gefyra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014113,"owners_count":20383716,"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":["bridge","redis","redis-list","redis-pubsub"],"created_at":"2024-11-23T13:29:48.962Z","updated_at":"2026-05-15T21:36:40.117Z","avatar_url":"https://github.com/outofcoffee.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"gefyra - a redis bridge for channels and lists\n============================================\n\n* Forwards messages from one (or more) channels/lists to one (or more) other channels/lists\n* Channels/lists can be on same or different Redis servers\n* Simple configuration\n* Lightweight, efficient, written in Go\n\n## Quickstart\n\nYou can install the native binary for your operating system or use the Docker container.\n\n\u003e See [example](./examples) configurations.\n\n### Option 1: Install using Homebrew\n\nInstall:\n\n    brew tap outofcoffee/gefyra\n    brew install gefyra\n\nRun:\n\n    export BRIDGE_CONFIG=./examples/channel_fan_out.yaml gefyra\n\n### Option 2: Run using Docker\n\n    docker run --rm -it -v /path/to/config/dir:/opt/gefyra/config outofcoffee/gefyra\n\n## Supported modes\n\nThe following objects can be bridged:\n\n| Upstream object | Downstream object | Same server? | Different server? |\n|-----------------|-------------------|--------------|-------------------|\n| pubsub channel  | pubsub channel    | Yes          | Yes               |\n| pubsub channel  | list              | Yes          | Yes               |\n| list            | pubsub channel    | Yes          | Yes               |\n| list            | list              | Yes          | Yes               |\n\n---\n\n## Build and run\n\nBuild and run:\n\n    docker-compose up --build\n\n\u003e For other architectures, see the [multiarchitecture](./docs/multiarch.md) documentation.\n\nYou should see something similar to the following:\n\n```bash\nloading config file: /etc/gefyra/config/one_up_one_down.yaml\nloaded 1 upstream(s) and 1 downstream(s)\nconnecting to upstreams\ninitialising redis connection to upstream:6379\nchecking redis connection [attempt #1]...\nredis connected at upstream:6379\nconnecting to downstreams\ninitialising redis connection to downstream:6379\nchecking redis connection [attempt #1]...\nredis connected at downstream:6379\nstarting bridge upstream:6379/chan-\u003edownstream:6379/chan\n```\n\n## Test\n\nIf you've started the example using Docker Compose (above), then you can test by sending a message to the upstream and seeing it propagate downstream.\n\nSubscribe to downstream:\n\n    docker run --rm -it --network gefyra_redis bitnami/redis:4.0 redis-cli \\\n      -h downstream \\\n      -a password \\\n      SUBSCRIBE output-chan\n\nPublish from upstream:\n\n    docker run --rm -it --network gefyra_redis bitnami/redis:4.0 redis-cli \\\n      -h upstream \\\n      -a password \\\n      PUBLISH input-chan hello\n\n---\n\n_gefyra, γέφυρα, is Greek for 'bridge'._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofcoffee%2Fgefyra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutofcoffee%2Fgefyra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofcoffee%2Fgefyra/lists"}