ORIOLE’S PHILOSOPHY
Speed defines the winner
Prerequisites
Install following packages
- mongodb
- mysql
- rabbitmq
- redis
- python3.6
Install oriole-service
pip install oriole-service
Add services.cfg
1 | AMQP_URI: pyamqp://test:test@127.0.0.1 |
Add services/log.py
1 | from oriole_service.app import * |
run service
o r log
run client
o s
document
o d
Create docker image
DONOT use it if you don’t know docker at all before.
Create log_service image.
o b log