Coder Social home page Coder Social logo

akkacrawler's Introduction

Akka Crawler project

This project is for playing with Akka actors. It mostly demonstrates the ability of Actors to keep state in concurrent processing.

Also works as a demo for resource handling with actors: it spins a set amount of actors that execute one task at a time and thus enables the handling of the amount of concurrent activity. This is implemented by the worker actors queuing the excess jobs and also the "hub" actor queuing the job until it has a free worker available. Of course the queue would be actually required only in one side - but this is a demo.

What it does?

The piece of code itself crawls through Wikipedia articles. It starts from one article and visits all the links it finds reporting to a Collector for each visited article and continuing to the links of those new articles. The crawler could be used for instance to find the shortest path from one article to another or to create a network out of Wikipedia articles.

akkacrawler's People

Contributors

jubis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.