2023-07-19 19:06:53 +08:00
|
|
|
# namekoplus
|
2023-07-20 11:13:46 +08:00
|
|
|
|
2023-07-19 19:06:53 +08:00
|
|
|
A lightweight Python distributed microservice solution
|
|
|
|
|
|
|
|
## Command Line Tool Usage
|
|
|
|
|
|
|
|
### Checkout Command
|
|
|
|
|
|
|
|
```shell
|
|
|
|
namekoplus --help
|
|
|
|
```
|
|
|
|
|
2023-07-21 17:49:34 +08:00
|
|
|
### Start a middleware that nameko depends on
|
|
|
|
|
|
|
|
```shell
|
|
|
|
namekoplus start -m rabbitmq
|
|
|
|
```
|
|
|
|
|
2023-07-19 19:06:53 +08:00
|
|
|
### Initialize a nameko service from templates
|
|
|
|
|
|
|
|
```shell
|
|
|
|
namekoplus init --directory <dir_name> --type <template_type>
|
|
|
|
```
|
2023-07-21 17:49:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
## Detailed Usage
|
|
|
|
|
|
|
|
See Documents:
|
|
|
|
|
|
|
|
- [中文](https://doc.bearcatlog.com/)
|
2023-07-23 00:12:45 +08:00
|
|
|
- [English](https://legendary-sopapillas-e2626d.netlify.app/)
|