iris-relay:与Iris API集成的第三方服务的无状态反向代理-源码

上传者: 42097668 | 上传时间: 2021-05-26 18:03:05 | 文件大小: 44KB | 文件类型: ZIP
虹膜继电器 与Iris API集成的第三方服务的无状态反向代理。 设置开发环境 创建并获取您的virtualenv 运行python setup.py develop 运行pip install -r dev_requirements.txt 编辑./configs/config.dev.yaml以设置API凭据和其他设置 测验 运行测试: make unit # unit tests make e2e # e2e tests make test # all tests, e2e + unit 注意:e2e测试需要一个正在运行的API实例。 您可以在configs/config.dev.yaml调整api主机,端口和密钥设置。 生成测试覆盖率报告: make e2e-cov make unit-cov

文件下载

资源详情

[{"title":"( 45 个子文件 44KB ) iris-relay:与Iris API集成的第三方服务的无状态反向代理-源码","children":[{"title":"iris-relay-master","children":[{"title":"NOTICE <span style='color:#111;'> 172B </span>","children":null,"spread":false},{"title":"tools","children":[{"title":"list_gmail.py <span style='color:#111;'> 489B </span>","children":null,"spread":false}],"spread":true},{"title":"db","children":[{"title":"schema_v0.sql <span style='color:#111;'> 851B </span>","children":null,"spread":false}],"spread":true},{"title":".github","children":[{"title":"workflows","children":[{"title":"create-release-and-publish.yml <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"test","children":[{"title":"e2etest.py <span style='color:#111;'> 6.57KB </span>","children":null,"spread":false},{"title":"test_gmail.py <span style='color:#111;'> 2.51KB </span>","children":null,"spread":false},{"title":"e2etest_coverage.sh <span style='color:#111;'> 504B </span>","children":null,"spread":false}],"spread":true},{"title":"Dockerfile <span style='color:#111;'> 884B </span>","children":null,"spread":false},{"title":"tox.ini <span style='color:#111;'> 118B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"README-Docker.md <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"CONTRIBUTING.md <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"iris_relay","children":[{"title":"app.py <span style='color:#111;'> 40.96KB </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"run_server.py <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false}],"spread":false},{"title":"saml.py <span style='color:#111;'> 2.47KB </span>","children":null,"spread":false},{"title":"db.py <span style='color:#111;'> 459B </span>","children":null,"spread":false},{"title":"client.py <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 182B </span>","children":null,"spread":false},{"title":"gmail.py <span style='color:#111;'> 19.42KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".ci","children":[{"title":"after_success.sh <span style='color:#111;'> 195B </span>","children":null,"spread":false},{"title":"install.sh <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false},{"title":"script.sh <span style='color:#111;'> 44B </span>","children":null,"spread":false},{"title":"run_mysql_docker.sh <span style='color:#111;'> 170B </span>","children":null,"spread":false}],"spread":true},{"title":"ops","children":[{"title":"config","children":[{"title":"systemd","children":[{"title":"uwsgi-iris-relay.service <span style='color:#111;'> 314B </span>","children":null,"spread":false},{"title":"uwsgi-iris-relay.socket <span style='color:#111;'> 206B </span>","children":null,"spread":false},{"title":"nginx-iris-relay.service <span style='color:#111;'> 269B </span>","children":null,"spread":false},{"title":"nginx-iris-relay.socket <span style='color:#111;'> 125B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"packer","children":[{"title":"iris-relay.yaml <span style='color:#111;'> 3.00KB </span>","children":null,"spread":false},{"title":"gen_packer_cfg.py <span style='color:#111;'> 962B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 414B </span>","children":null,"spread":false}],"spread":false},{"title":"daemons","children":[{"title":"nginx.conf <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"uwsgi-docker.yaml <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false}],"spread":false},{"title":"entrypoint.py <span style='color:#111;'> 2.99KB </span>","children":null,"spread":false}],"spread":true},{"title":"docker","children":[{"title":"config","children":[{"title":"config.yaml <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false}],"spread":false},{"title":"daemons","children":[{"title":"nginx.conf <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"uwsgi.yaml <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"configs","children":[{"title":"config.dev.yaml <span style='color:#111;'> 2.14KB </span>","children":null,"spread":false}],"spread":false},{"title":"setup.py <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 210B </span>","children":null,"spread":false},{"title":"circle.yml <span style='color:#111;'> 319B </span>","children":null,"spread":false},{"title":"dev_requirements.txt <span style='color:#111;'> 132B </span>","children":null,"spread":false},{"title":".circleci","children":[{"title":"config.yml <span style='color:#111;'> 655B </span>","children":null,"spread":false}],"spread":false},{"title":"Makefile <span style='color:#111;'> 450B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 906B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明