Web Mining tool for ASP.net ?
-
Hello there, I would like to know is there any existing free tool available for mining the data of various web page so that to store in dB.It will eventually update the dB so the user can review the values of the dB directly especially real time data. Please help clarify my doubts..thanks! Rgrds, Lee
-
Hello there, I would like to know is there any existing free tool available for mining the data of various web page so that to store in dB.It will eventually update the dB so the user can review the values of the dB directly especially real time data. Please help clarify my doubts..thanks! Rgrds, Lee
This may help: http://support.microsoft.com/?scid=kb;en-us;313068&spid=2073&sid=132[^] Jerry He said this was like painstakingly assembling the first layer of a house of cards, then boasting that the next 15,000 layers were a mere formality.--The Code Book, pp. 331 Toasty0.com DotNetGroup.org
-
This may help: http://support.microsoft.com/?scid=kb;en-us;313068&spid=2073&sid=132[^] Jerry He said this was like painstakingly assembling the first layer of a house of cards, then boasting that the next 15,000 layers were a mere formality.--The Code Book, pp. 331 Toasty0.com DotNetGroup.org
Hey.. I ve gone to the web site.However,it seems does not help to illustrate the problem I faced here. I will give a clear picture here:- I have developed a decision making tool.I need attributes like car price,car brand,car engine..etc.User might not know what the attributes when they wanted to buy a car.So my system would like to have web mine some pages to find these attributes and return to the created dB automatically.User just need to access to the database for those values directly. How would this possibly done in this case? Regards, Lee
-
Hey.. I ve gone to the web site.However,it seems does not help to illustrate the problem I faced here. I will give a clear picture here:- I have developed a decision making tool.I need attributes like car price,car brand,car engine..etc.User might not know what the attributes when they wanted to buy a car.So my system would like to have web mine some pages to find these attributes and return to the created dB automatically.User just need to access to the database for those values directly. How would this possibly done in this case? Regards, Lee
Maybe what you're after is developing a page that consumes web services. Just a thought... Jerry He said this was like painstakingly assembling the first layer of a house of cards, then boasting that the next 15,000 layers were a mere formality.--The Code Book, pp. 331 Toasty0.com DotNetGroup.org
-
Maybe what you're after is developing a page that consumes web services. Just a thought... Jerry He said this was like painstakingly assembling the first layer of a house of cards, then boasting that the next 15,000 layers were a mere formality.--The Code Book, pp. 331 Toasty0.com DotNetGroup.org
Not really but the idea is around there. I even created the consummation of google web service..now what I am considering is the defined attribute value( in my case;car brand,the year car produced..) that needed to mine from these web sites found in Google web service into the database.So, user will traight away access the database to retrieve the attributes value. Thanks, Lee
-
Not really but the idea is around there. I even created the consummation of google web service..now what I am considering is the defined attribute value( in my case;car brand,the year car produced..) that needed to mine from these web sites found in Google web service into the database.So, user will traight away access the database to retrieve the attributes value. Thanks, Lee
I guess one approach would be to scrape the pages in question, parse for the info you want, then write those values to a DB. Seems like a heck of a lot of trouble to avoid consuming a web service though... Not to mention some sites displeasure at you data mining them. Jerry He said this was like painstakingly assembling the first layer of a house of cards, then boasting that the next 15,000 layers were a mere formality.--The Code Book, pp. 331 Toasty0.com DotNetGroup.org