Given our discussion in #24, and previous discussions on Kafka spouts, HBase indexing, etc, we should think about reorganizing the project so that we have a core SDK and external SDK(s).
I was thinking something like
root
pom.xml
|-> crawler-core
pom.xml
|-> crawler-external
pom.xml
The external sub-project would include things that depend on external technologies and libraries.
Given our discussion in #24, and previous discussions on Kafka spouts, HBase indexing, etc, we should think about reorganizing the project so that we have a core SDK and external SDK(s).
I was thinking something like
root
pom.xml|-> crawler-core
pom.xml|-> crawler-external
pom.xmlThe external sub-project would include things that depend on external technologies and libraries.