{"id":30294432,"url":"https://github.com/linkedin/iris-relay","last_synced_at":"2025-08-17T01:34:54.696Z","repository":{"id":16372526,"uuid":"79385301","full_name":"linkedin/iris-relay","owner":"linkedin","description":"Stateless reverse proxy for thirdparty service integration with Iris API.","archived":false,"fork":false,"pushed_at":"2025-05-07T19:32:19.000Z","size":153,"stargazers_count":49,"open_issues_count":3,"forks_count":25,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-07-12T00:56:51.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://iris.claims","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkedin.png","metadata":{"files":{"readme":"README-Docker.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-01-18T21:17:54.000Z","updated_at":"2025-05-07T19:32:24.000Z","dependencies_parsed_at":"2024-01-18T18:54:36.966Z","dependency_job_id":null,"html_url":"https://github.com/linkedin/iris-relay","commit_stats":{"total_commits":104,"total_committers":14,"mean_commits":7.428571428571429,"dds":0.7596153846153846,"last_synced_commit":"a1a7da1670685487924b7727b9ae747d739d1ccf"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/linkedin/iris-relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkedin%2Firis-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkedin%2Firis-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkedin%2Firis-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkedin%2Firis-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkedin","download_url":"https://codeload.github.com/linkedin/iris-relay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkedin%2Firis-relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796216,"owners_count":24647319,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-17T01:34:54.151Z","updated_at":"2025-08-17T01:34:54.685Z","avatar_url":"https://github.com/linkedin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Iris-relay under Docker\n=========================\n\n### Get started\n\nBuild container. This installs all dependencies as well as copies all iris-relay source code.\n\n    docker build -t iris-relay .\n\nEdit iris-relay's config file to reflect where you have iris-api running as well as third party\nAPI settings:\n\n    vim docker/config/config.yaml\n\nRun it, with bind mounts to give access to iris relay config file:\n\n    docker run -p 16648:16648 -v `pwd`/docker/config:/home/iris/config -t iris-relay\n\nYou can optionally bind mount log directories for uwsgi/nginx as well as keep the gmail metadata dir persistent:\n\n    mkdir -p docker/logs\n    docker run -p 16648:16648 -v `pwd`/docker/config:/home/iris/config \\\n    -v `pwd`/docker/logs/nginx:/home/iris/var/log/nginx  \\\n    -v `pwd`/docker/logs/uwsgi:/home/iris/var/log/uwsgi \\\n    -v `pwd`/docker/var:/home/iris/var/relay \\\n    -t iris-relay\n\nYou can then hit `http://localhost:16648` to access iris-relay running within the docker.\n\n### Quick commands\n\nCheck what containers are running:\n\n    docker ps\n\nKill and remove a container:\n\n    docker rm -f $ID\n\nExecute a bash shell inside container while it's running:\n\n    docker exec -i -t $ID /bin/bash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkedin%2Firis-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkedin%2Firis-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkedin%2Firis-relay/lists"}