Skip to content

atmtecx/universalcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•·οΈ Universal Crawler

Universal Crawler is a powerful, modular, and open-source web crawler built using Spring Boot, Angular, and MySQL. It can crawl any website, including GitHub, to extract valuable data such as repositories, metadata, links, and structured content β€” all through a clean RESTful API and an intuitive web interface.

πŸš€ Features

🌐 Universal Crawling Engine β€” Supports crawling of any public website (GitHub, blogs, e-commerce sites, etc.)

βš™οΈ Modular Architecture β€” Backend in Spring Boot, frontend in Angular, and database in MySQL.

πŸ” Smart Filtering β€” Fetch and filter content by keywords, language, stars, or tags.

πŸ“Š Data Storage β€” Save crawled data in MySQL for analysis.

🧠 Extensible β€” Add custom parsers for specific websites easily.

🧩 Dockerized Deployment β€” Run with a single command using docker-compose up.

πŸ›‘οΈ REST API β€” Fully documented endpoints for integration with other apps.

🧱 Architecture Overview Frontend (Angular) ---> REST API (Spring Boot) ---> Database (MySQL) | ---> External Websites (GitHub, etc.) Frontend: Angular application for searching, viewing, and managing crawl results.

Backend: Spring Boot handles business logic and data storage.

Database: MySQL stores crawled data persistently.

Integration: Docker Compose orchestrates all services seamlessly.

βš™οΈ Installation and Setup Prerequisites

🧩 Java 17+

🧩 Node.js 18+

🧩 MySQL 8+

🧩 Docker (optional, for containerized setup)

Clone the repository git clone https://github.com//universal-crawler.git cd universal-crawler Run with Docker cd backend mvn spring-boot:run Visit the app at: πŸ‘‰ http://localhost:4200

🧠 API Example Search GitHub Repositories Request: GET /api/github/search?keyword=java [ { "name": "spring-boot", "description": "Spring Boot makes it easy to create stand-alone apps.", "stars": 69000, "url": "https://github.com/spring-projects/spring-boot" } ]

πŸ“˜ UML & Documentation

You can find UML diagrams and design docs in /docs/:

UML_Diagram.png β€” Class and Sequence Diagrams

architecture-overview.md β€” System design explanation

api-specs.md β€” API details and usage

🧩 SDLC, Agile & ITIL Practices

This project follows:

SDLC: Requirements β†’ Design β†’ Implementation β†’ Testing β†’ Deployment β†’ Maintenance

Agile Methodology: Iterative 2-week sprints, backlog management, GitHub Issues as user stories

Scrum Practices: Daily standups, sprint reviews, retrospectives

ITIL Framework: Change, Incident, and Release management mapped to GitHub workflows

🀝 Contributing

We love contributions ❀️

  1. Fork this repository
  2. Create a new branch git checkout -b feature/your-feature
  3. Commit your changes git commit -m "Add new feature"
  4. Push and create a Pull Request

All contributions will be reviewed following the project's Agile guidelines.

πŸ§‘β€πŸ’» Maintainer

Project: Universal Crawler Author: Universal Crawler Team License: MIT License

πŸͺͺ License
MIT License

  Copyright (c) 2025 Universal Crawler
  
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:
  
  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.
  
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.

⭐ Support

If you find this project useful, please star the repository 🌟 on GitHub and help others discover it.

About

This universal crawler can crawl any website including github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published