More details to come soon!
- Update "conf/redis.conf" with the IP and port where redis should bind to
- Start redis data store sudo redis-server conf/redis.conf
- Start storm crawler topology
storm jar target/spiderz-1.0-SNAPSHOT-jar-with-dependencies.jar edu.ncsu.spiderz.WikiCrawlerTopology REDIS_IP REDIS_PORT
- Start node search engine
nodejs wikiSearch/app.js REDIS_IP REDIS_PORT
- Use first paragraph to index and search better
- Make request for multiple topics at a time
- Test in distributed mode