Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 414 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 414 Bytes

Simple Python Service in a docker container and orchestrated by kubernetes.

Setup

  1. git clone [email protected]:rbrisita/plq.git
  2. cd plq
  3. docker-compose up -d

Usage

Visit Docker's IP with Port to view index page to test Pig Latin Query.

Testing Client

Setup

  1. virtualenv venv
  2. source venv/bin/activate
  3. pip install -r cli_requirements.txt

Usage

python3 cli.py ip:port <pig_latin_query>