/HackerNews

A program to retrieve data concurrently with multiple requests and multiple threads and then Ranking according to number of comments from HackerNews Firebase Api

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

hackerNews

A toy program to retrieve some data from HackerNews Firebase Api

Problem :

write a program that will print

  • the title of the top 30 stories
  • the name and total comment count of top 10 commentors of these 30 stories.

#Goal

To Parallelize requests and aggregate the results as efficiently as possible.