Welcome Guest, Not a member yet? Register   Sign In
What fits as a good solution? Saving Rss Feeds to database, users can comments on them.
#1

[eluser]bluepicaso[/eluser]
So I got this project, where a user would register and post a conversation. Conversation here means that he would provide a title, keywords and description.
Now, what required is that we need to fetch content from like 200 rss links based on the keywords.
This small part for filtering data with keywords has been tested and is fine.
There is a conversation page where all this content is displayed, other users can comment on each item of rss feed.
I assume to track their comments i need to save those filtered feeds in database.

Now here is the FLOW.
User begins a conversation, admin approves it.
Then the conversation is ready to be displayed.
Now between those two statements (above). where should i put the step to fetch data from RSS feeds.
-- Should it be a cron job? (since new and updated feeds need to be displyed, each day.)
-- Is this feasible solution?
-- what are other options?




Theme © iAndrew 2016 - Forum software by © MyBB