Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrapinghub/aduana
Frontera backend to guide a crawl using PageRank, HITS or other ranking algorithms based on the link structure of the web graph, even when making big crawls (one billion pages).
https://github.com/scrapinghub/aduana
data-science
Last synced: 2 months ago
JSON representation
Frontera backend to guide a crawl using PageRank, HITS or other ranking algorithms based on the link structure of the web graph, even when making big crawls (one billion pages).
- Host: GitHub
- URL: https://github.com/scrapinghub/aduana
- Owner: scrapinghub
- License: bsd-3-clause
- Created: 2015-05-11T22:47:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T09:06:04.000Z (9 months ago)
- Last Synced: 2024-04-24T14:46:06.386Z (9 months ago)
- Topics: data-science
- Language: C
- Size: 11.4 MB
- Stars: 53
- Watchers: 120
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description [![Build Status](https://travis-ci.org/scrapinghub/aduana.svg?branch=master)](https://travis-ci.org/scrapinghub/aduana)
A library to guide a web crawl using
[PageRank](http://en.wikipedia.org/wiki/PageRank),
[HITS](http://en.wikipedia.org/wiki/HITS_algorithm) or other ranking
algorithms based on the link structure of the web graph, even when
making big crawls (one billion pages).**Warning:** I only test with regularity under Linux, my development
platform. From time to time I test also on OS X and Windows 8 using
[MinGW64](http://mingw-w64.yaxm.org/doku.php).# Installation
pip install aduana# Documentation
Available at [readthedocs](http://aduana.readthedocs.org/en/latest/)I have started documenting plans/ideas at the
[wiki](https://github.com/scrapinghub/aduana/wiki).# Example
Single spider example:cd example
pip install -r requirements.txt
scrapy crawl exampleTo run the distributed crawler see the
[docs](http://aduana.readthedocs.org/en/latest/python.html#running-the-examples)