Jump to content

StormCrawler: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Notability}}
Jnioche (talk | contribs)
changed version number + added link to article in Linux.com
Line 12: Line 12:
| released = {{Start date|2014|09|11}}
| released = {{Start date|2014|09|11}}
| discontinued =
| discontinued =
| latest release version = 1.1
| latest release version = 1.2
| latest release date = {{Start date and age|2016|09|19}}
| latest release date = {{Start date and age|2016|10|31}}
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =
Line 34: Line 34:
StormCrawler is modular and consists of a core module, which provides the basic building blocks of a web crawler such as fetching, parsing, URL filtering. Apart from the core components, the project also provide external resources, like for instance spout and bolts for [[Elasticsearch]] and [[Apache Solr]] or a ParserBolt which uses [[Apache Tika]] to parse various document formats.
StormCrawler is modular and consists of a core module, which provides the basic building blocks of a web crawler such as fetching, parsing, URL filtering. Apart from the core components, the project also provide external resources, like for instance spout and bolts for [[Elasticsearch]] and [[Apache Solr]] or a ParserBolt which uses [[Apache Tika]] to parse various document formats.


The project is used in production by various companies.<ref>https://github.com/DigitalPebble/storm-crawler/wiki/Powered-By</ref>
The project is used in production by various companies <ref>https://github.com/DigitalPebble/storm-crawler/wiki/Powered-By</ref>.

Linux.com published a Q&A in October 2016 with the author of StormCrawler <ref>https://www.linux.com/news/stormcrawler-open-source-sdk-building-web-crawlers-apachestorm</ref>. The project WIKI contains a list of videos and slides available online <ref>https://github.com/DigitalPebble/storm-crawler/wiki/Presentations</ref>.


==References==
==References==

Revision as of 09:29, 31 October 2016

StormCrawler
Developer(s)DigitalPebble, Ltd.
Initial releaseSeptember 11, 2014 (2014-09-11)
Stable release
1.2 / October 31, 2016; 8 years ago (2016-10-31)
Repository
Written inJava
Operating systemCross-platform
TypeWeb crawler
LicenseApache License
Websitestormcrawler.net

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 (programming language).

StormCrawler is modular and consists of a core module, which provides the basic building blocks of a web crawler such as fetching, parsing, URL filtering. Apart from the core components, the project also provide external resources, like for instance spout and bolts for Elasticsearch and Apache Solr or a ParserBolt which uses Apache Tika to parse various document formats.

The project is used in production by various companies [1].

Linux.com published a Q&A in October 2016 with the author of StormCrawler [2]. The project WIKI contains a list of videos and slides available online [3].

References

See also