Oriole-Service

ORIOLE’S PHILOSOPHY

Speed defines the winner

Prerequisites

  1. Install following packages

    • mongodb
    • mysql
    • rabbitmq
    • redis
    • python3.6
  2. Install oriole-service

pip install oriole-service

Add services.cfg

1
2
3
4
AMQP_URI:      pyamqp://test:test@127.0.0.1                  
database: mysql://test:test@127.0.0.1/test?charset=utf8
test_database: mysql://test:test@127.0.0.1/test?charset=utf8
datasets: redis://127.0.0.1

Add services/log.py

1
2
3
4
5
6
7
8
9
10
from oriole_service.app import *

class LogService(App):
name = service_name(__file__)
ver = "1.0.0"

@rpc
def add(self, params={"param": "eric"}):
self.log.debug("# %s(%s)" % ("add", params))
return self._o(params)

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

万王之王传奇录第一回
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×