storm-crawler

Web crawler SDK based on Apache Storm

Github星跟踪图

storm-crawler

license

Build Status

StormCrawler is an open source collection of resources for building low-latency, scalable web crawlers on Apache Storm. It is provided under Apache License and is written mostly in Java.

Quickstart

NOTE: These instructions assume that you have Apache Maven installed.

The easiest way to get started is to generate a brand new StormCrawler-based project using :

mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=LATEST

You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name.

This will not only create a fully formed project containing a POM with the dependency above but also the default resource files, a default CrawlTopology class and a configuration file. Enter the directory you just created (should be the same as the artefactId you specified earlier) and follow the instructions on the README file.

Alternatively if you can't or don't want to use the Maven archetype above, you can simply copy the files from archetype-resources.

Have a look at the code of the CrawlTopology class, the crawler-conf.yaml file as well as the files in src/main/resources/, they are all that is needed to run a crawl topology : all the other components come from the core module.

Getting help

The WIKI is a good place to start your investigations but if you are stuck please use the DigitalPebble mailing list or use the tag stormcrawler on StackOverflow.

DigitalPebble Ltd provide commercial support and consulting for Storm-Crawler.

Thanks

alt tag

YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of YourKit Java Profiler
and YourKit .NET Profiler,
innovative and intelligent tools for profiling Java and .NET applications.

主要指标

概览
名称与所有者apache/incubator-stormcrawler
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证Apache License 2.0
所有者活动
创建于2013-04-12 14:13:30
推送于2025-05-05 04:11:34
最后一次提交
发布数48
最新版本名称stormcrawler-3.3.0 (发布于 2025-03-10 12:51:44)
第一版名称0.1 (发布于 2014-09-11 15:52:00)
用户参与
星数0.9k
关注者数64
派生数263
提交数2.2k
已启用问题?
问题数842
打开的问题数27
拉请求数573
打开的拉请求数7
关闭的拉请求数83
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?