Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 1.3KB

title: Microservices et API

Having a system which treats all of this processes the same frees up your mind. This is what makes micro services interesting. Away with having HTTP request handlers that have no direct relationship with message queue worker tasks or cronjobs. Instead you can have a coherent system where any component can talk through well defined points with other parts of the system.

*Nameko for Microservices* (cache)

J’étais à l’OpenDataCamp organisé par Etalab aujourd’hui où Axel présentait Flask-RESTPlus qui permet de documenter une API utilisant Flask-RESTful avec Swagger. À peine dans le train, je tombe sur Nameko qui répond à pas mal de mes interrogations récentes sur l’importance de l’asynchrone dans les API. L’avenir est aux web components qui tapent sur des microservices en utilisant des websockets ou HTTP2. Idéosphère ou overdose de champignons ? BINGO ! ;-)