Coder Social home page Coder Social logo

arthur3486 / born2crawl Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 0.0 639 KB

A highly performant and versatile crawling engine, designed with scalability and extensibility in mind.

License: Apache License 2.0

Kotlin 99.60% Shell 0.40%
crawler crawlers crawling java jvm kotlin library scraper scraping web-crawler

born2crawl's People

Contributors

arthur3486 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

born2crawl's Issues

Add the ability to configure the traversal algorithm

Currently crawling logic relies heavily on the Depth-First Search (DFS) algorithm for traversal, which is effective in most cases but may not be optimal for all scenarios. Introducing support for the Breadth-First Search (BFS) algorithm would enhance the crawler's versatility and flexibility, enabling clients to configure it to meet their specific requirements.

Introduce support for the "CrawlingStarted" event

At the moment of writing this issue, the crawler supports only two crawling events, namely CrawlingFinished and CrawlingFailed. These existing events are sufficient for most but not all of the potential use cases, as occasionally clients want to know when a particular crawling session gets started. Therefore it makes sense to introduce support for a new crawling session event - CrawlingStarted, which will ensure that crawling session lifecycle is fully covered.

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.