2 repository-uri
The use of distributed scraping architectures to collect high volumes of web data for analysis.
Distinct from Data Mining: Specific to web scraping throughput scaling, whereas general Data Mining focuses on pattern extraction from existing datasets.
Explore 2 awesome GitHub repositories matching data & databases · Distributed Web. Refine with filters or upvote what's useful.
Colly is a web scraping framework and concurrent crawler written in Go. It provides a system for traversing web pages, following links, and extracting structured data from HTML and XML documents. The framework includes a distributed scraping engine designed to spread data collection tasks across multiple instances to increase throughput. It ensures compliance with website owner policies by automatically reading and respecting robots.txt files. The system manages request lifecycles through domain-based rate limiting, concurrency controls, and session management via a stateful cookie jar. It s
Distributes scraping tasks across multiple instances to increase the volume and throughput of collected web data.
DotnetSpider este un framework .NET de web crawler și un instrument programabil conceput pentru parcurgerea site-urilor web și capturarea datelor structurate din paginile web. Funcționează ca un motor de crawling distribuit care permite automatizarea web crawling-ului pentru a descoperi și extrage date. Framework-ul este conceput pentru extracția distribuită a datelor, permițând sarcinilor de crawling să fie distribuite pe mai multe servere pentru a procesa volume mari de conținut web. Această arhitectură suportă web scraping de înaltă performanță și fluxuri de lucru de colectare a datelor la nivel enterprise pentru adunarea informațiilor structurate.
Uses a distributed scraping architecture to collect high volumes of web data for analysis.