You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crawler-engine with HTTP, proxy, JS-Java Interoperability, MQ task consumption, dynamic crawler scripts execution. support deployment in distribution style.
REQUIREMENTS
JDK 8 (note: if require Nashorn feature ClassFilter, then 1.8u45+ is mandatory);
BUILD: mvn clean package -Dmaven.test.skip, should have generated target/engineClient.zip;
PREPARE: follow the instructions of rabbitmq_quickstart.txt;
TESTCASE: mvn test;
RUN: java -jar engineClient.jar [clientName] in target directory.
About
crawler-engine with HTTP, proxy, JS-Java Interoperability, MQ task consumption, dynamic crawler scripts execution. support deployment in distribution style.