emi / bixo

A creepy crawler

This URL has Read+Write access

bixo /
name age message
file .gitignore Loading commit data...
file README
directory bin/
file build.xml
directory contrib/
directory doc/
directory lib/ Mon Sep 21 12:40:47 -0700 2009 Complete the switch to using Maven for jar depe... [Ken Krugler]
file pom.xml
directory release/
directory src/
README
===============================
Introduction
===============================

Bixo is an open source Java web mining tooklit that runs as a series of Cascading
pipes. It is designed to be used as a tool for creating customized web mining apps.
By building a customized Cascading pipe assembly, you can quickly create a workflow
using Bixo that fetches web content, parses, analyzes, and publishes the results.

Bixo borrows heavily from the Apache Nutch project, as well as many other open source
rojects at Apache and elsewhere.

Bixo is released under the MIT license.

===============================
Building
===============================

See http://bixo.101tec.com/documentation/building-bixo/ for full details.

You need Apache Ant 1.7 or higher. 

To get a list of valid targets:

% cd <project directory>
% ant -p

To  clean, run the tests and build a jar:

% ant clean test jar

To create Eclipse project files:

% ant eclipse

Than choose "Import existing project" in Eclipse, and select the Bixo project directory.