I am working on a small app that consumes an XML data feed. I am wanting to take the XML data that comes back and save it in my MongoDB, so that I can then populate a template with the information (pagination, etc).
Getting the XML data is not the problem, I am just not sure how to expire information or even if this is the best option