Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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