Skip to content

Modular Crawlers Based  #52

Description

@korczis

Currently Microcrawler expects / supports only HTTP(S) Crawlers.

It will be nice if the Architecture will be modular (or extension friendly) and allow extension of supported protocols / schemas.

  • HTTP(S)
    • http(s)://hostname
    • http(s)://username:password@hostname
  • SQL - MySQL, PostgreSQL
    • mysql://username:password@hostname/database?query="..."
    • postgreql://username:password@hostname/database?query="..."
  • NoSQL - Mongo
    • mongodb://username:password@hostname/database?query="..."
  • Twitter
    • twitter://query="..."

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions