houqp / iris-relay

Stateless reverse proxy for thirdparty service integration with Iris API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iris relay

Stateless reverse proxy for thirdparty service integration with Iris API.

Setup dev environment

  1. create & source your virtualenv
  2. run python setup.py develop
  3. run pip install -r dev_requirements.txt
  4. edit ./configs/config.dev.yaml to setup API credential and other settings

Tests

Run tests:

make test  # all tests, e2e + unit
make e2e  # e2e tests
make unit  # unit tests

About

Stateless reverse proxy for thirdparty service integration with Iris API.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 95.9%Language:Nginx 3.5%Language:Makefile 0.6%