microservices
microservices copied to clipboard
Example of Microservices written using Flask.
Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...
Good work done. I am fairly new to Flask. How do i run your test case?
I was thinking of a real production example, should the data be consolidated and show just ids or really shows just ids, and handle consolidation from the frontend. for example:...
Can you provide more information about the architecture? Like if every microservice has its own database? How the microservices talks to each other?
Under Ubuntu, this is the error I got. ``` ps -ef | grep "services/movies.py" | grep -v grep | awk '{print $2}' | xargs kill Usage: kill [options] [...] Options:...
As described in #1
Hi, can you perhaps put in the docs why you didn't use Flask_restful? I'm interested to learn more about microservices.