Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 696 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 696 Bytes

News aggregator

I frequently visit news aggregator websites like Hacker News and Reddit and recently I had the idea to build my own aggregator to see all news in a single web application. At first, I built a stand-alone multi-threaded web app to list, search and recommend news on top of Lucene and then scaled it with Kafka and Elasticsearch.

Although you can compile and run this project, it is not finished yet, but feel free to dive into the code if you're interested. Here's an architecture diagram to guide you:

architecture