Wednesday 29 January 2020

How to add RSS feeds data into MongoDB atlas server

I’m trying to retrieve content from various RSS feeds and save it into my mongo DB. I found code on the internet that does it with just one RSS url and it uses Crohn job to schedule it. I have decided to use setinterval for the time being. I want to know how I could request several RSS feeds at the same time.I also want to know would it be better if I had my feed request in a different file instead of the same that making a connection to Mongoose since I want to use several URLs and could I use feed parser node library to retrieve several RSS URLs?

Submitted January 29, 2020 at 08:58AM by pappermanfan

No comments:

Post a Comment