Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 385 Bytes

HW assignment for Cloud Systems course CS HSE.

What is this?

The system represents News Search Service with microservice architecture. The entry point of the system has one handler that takes one parameter: /search?text=sometext&user_id=10. As a response, you get a search result that was ranged with some primitive algorithm.

Here is the scheme: