Skip to content

kigen/nameko-basic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Nameko Service

Requirements

  • Python 2/3
  • RabbitMQ
  • Virtualenv
  • Docker (optional)
  • Code editor (Visual studio code, Notepad, Sublime)

Setup

  1. Install basic requirements above
  2. Setup virtual enviroments $ virtualenv env/
  3. Activate virtual env $ source env/bin/activate
  4. Install nameko $ pip install nameko
  5. Write code/clone this repo

How to run

Directly

$ ./run.sh

Docker

$  make