Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 409 Bytes

About

  • Implemented a system which fetches all the songs alphabetically from top mp3 websites. Worked on a web crawling based solution. Implemented back-end service by using Spring MVC in Java and PostgreSQL as a database.
  • Used multi-threading to scrape the websites and stored the download links in PostgreSQL database.
  • Took approx. 3.2 seconds to scrape 500+ songs.

Snippet