Friday, 23 August 2013

How to crawl and save a website data in MongoDB using Java?

How to crawl and save a website data in MongoDB using Java?

I am crawling the websites using Java and saving their content and other
attributes in Mysql. I am using prepared statements for the purpose. Now I
want to use MongoDB as a back end but MongoDB is not having the support to
prepared statements. So how can I save the crawled data (in the form of
html documents) to MongoDB.
Thanks

No comments:

Post a Comment