Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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-12-30 13:03
0.9

La mejor arquitectura de plugins. Nuevos plugins para guardar las direcciones URL de la imagen y los títulos de las páginas HTML.
A better plugin architecture. New plugins for saving image URLs and titles of HTML pages.

2010-12-18 18:59
0.8

Esta versión se ha actualizado a las últimas versiones de RabbitMQ (2.2.0) y couchbeam. Algunos errores fueron corregidos.
This release was updated to the latest releases of rabbitmq (2.2.0) and couchbeam. Some bugs were fixed.

2010-09-18 07:05
0.7

Compatibilidad con Erlang R14A. Probados en Debian Testing.
Compatibility with Erlang R14A. Tested with Debian Testing.

2010-08-27 07:24
0.6

Compatibilidad con la última (de desarrollo) las emisiones de las bibliotecas y el software necesarios (RabbitMQ, CouchDB, WebMachine, Riak, etc)
Compatibility with the latest (development) releases of required libraries and software (rabbitmq, couchdb, webmachine, riak, etc.)

2010-06-20 23:18
0.5

Para una mejor escalabilidad, nuevas colas amqp se utilizan (ebot.new .* ebot.fetched .* .* ebot.completed ebot.refused .*) y el núcleo antiguo de la oruga (ebot_web) está ahora dividido en dos módulos diferentes y paralelas / procesos (ebot_html y 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