Hello,
Is there any good tutorial explains the database structure? the tables and columns?
Thanks.
Those tables you see are reporting tables and are used to hold the results of link analysis.
Look at the stored procedures - there is one for each one of those tables.
(I know - there are a LOT of tables - we are working on selecting a database documentation solution to add to the help... thank you for your patience...)
As a starter the schemas in the database help you to determine which is core crawling, reporting and configuration.
dbo = core crawling
rpt = reporting
cfg = configuration (coming in Version 1.2)
-Mike
For best service when you require assistance:
An open source .NET web crawler written in C# using SQL 2005/2008.
Twitter: http://twitter.com/arachnode_net
arachnode.net provides custom crawling and contracting resources. Please ask.
C# crawler, C# web crawler, C# site crawler
There isn't at this time.
Everything is explicitly named though - what do you have questions with?
I am just not sure about the so many tables. there is more then 10 tables starting with HyperLinks, Images, EmailAdresses
and I dont see any data within it, so I am all confused.