Downloadliste

Projektbeschreibung

Ebot is a scalable and distribuited Web crawler. The URLs are saved to a NOSQL database (which supports map/reduce queries) that you can query via RESTful HTTP requests or using your preferred programming languages. The URLs that need to be analyzed are sent to AMQP queues. In this way, it is possible to run several crawlers in parallel and stop and start them without losing URLs.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-20 23:18 Zurück zur Release-Liste
0.5

Für eine bessere Skalierbarkeit, sind neue AMQP Warteschlangen verwendet (ebot.new ebot.fetched .* .* .* ebot.completed ebot.refused .*) und der alte Kern der Crawler (ebot_web) ist nun in zwei verschiedene Module aufgeteilt und parallel / Prozesse (ebot_html und ebot_web).
For better scalability, new amqp queues are used (ebot.new.* ebot.fetched.* ebot.completed.* ebot.refused.*) and the old core of the crawler (ebot_web) is now split in two different and parallel modules/processes (ebot_html and ebot_web).

Project Resources