Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 565 Bytes

File metadata and controls

7 lines (4 loc) · 565 Bytes

scraping-microservice-java-python-rabbitmq

A sample web scraping service demonstrating how to build a message driven application using RabbitMQ. The application consists of three parts: front-end developed in Knockout.js, that is communicating with a Spring Boot Java api, which in turn is offloading scraping tasks to a Python microservice.

Architecture

Original blog post: http://bernhardwenzel.com/articles/how-to-build-a-message-driven-microservice-application/