Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/microservicepython
Fault tolerant micro service orientated application
https://github.com/johnandersen777/microservicepython
Last synced: about 14 hours ago
JSON representation
Fault tolerant micro service orientated application
- Host: GitHub
- URL: https://github.com/johnandersen777/microservicepython
- Owner: johnandersen777
- Created: 2015-07-14T22:42:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-18T19:28:34.000Z (over 9 years ago)
- Last Synced: 2024-10-24T09:12:28.965Z (25 days ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mircopython
---This is an example of using python and the stratus module to create a fault
tolerant micro service orientated application.Start the main server
```bash
python -m app start
```From other computers you can start other swarm nodes
```bash
python -m app connect --host
```Services will be launched on all computers with swarms connected