awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesTask Distribution Scaling

Registers the same task on multiple workers so the engine distributes work across all of them for increased capacity.

Distinct from Worker Scaling: Distinct from Worker Scaling: focuses on task-level distribution across workers rather than general worker scaling configuration.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Task Distribution Scaling. Refine with filters or upvote what's useful.

Awesome Task Distribution Scaling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • asciimoo/collyAvatar de asciimoo

    asciimoo/colly

    25,348Ver en GitHub↗

    Colly is a web scraping framework and concurrent crawler written in Go. It provides a system for traversing web pages, following links, and extracting structured data from HTML and XML documents. The framework includes a distributed scraping engine designed to spread data collection tasks across multiple instances to increase throughput. It ensures compliance with website owner policies by automatically reading and respecting robots.txt files. The system manages request lifecycles through domain-based rate limiting, concurrency controls, and session management via a stateful cookie jar. It s

    Distributes scraping workloads across multiple workers to increase total data collection capacity.

    Go
    Ver en GitHub↗25,348
  • hydro-dev/hydroAvatar de hydro-dev

    hydro-dev/Hydro

    6,667Ver en GitHub↗

    Hydro is an online judge platform and competitive programming management system. It provides the infrastructure to host programming contests, manage a library of programming problems, and evaluate code submissions against predefined test cases and time limits. The system utilizes a distributed code execution engine that scales judging tasks across multiple worker nodes to process high volumes of submissions. It is built as a modular judge framework, employing a plugin-based architecture that allows for the extension of system functionality without modifying the core source code. The platform

    Distributes judging tasks across multiple independent worker nodes to scale processing capacity.

    TypeScriptacm-icpccpphydro
    Ver en GitHub↗6,667
  • hatchet-dev/hatchetAvatar de hatchet-dev

    hatchet-dev/hatchet

    6,622Ver en GitHub↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Distributes tasks across multiple workers for increased processing capacity.

    Goconcurrencydagdistributed
    Ver en GitHub↗6,622
  • tensorflow/minigoAvatar de tensorflow

    tensorflow/minigo

    3,531Ver en GitHub↗

    Minigo is a TensorFlow-based reinforcement learning engine designed to master the game of Go. It functions as a comprehensive system for training neural networks to predict board policies and game outcomes, utilizing a model trainer to generate self-play data and optimize weights. The project is distinguished by its ability to perform large-scale game simulations using Kubernetes to distribute worker nodes across CPU, GPU, and TPU hardware. It employs a Monte Carlo Tree Search implementation to identify optimal moves and supports specialized hardware acceleration, including inference on Edge

    Distributes game playing tasks across multiple containerized worker nodes to increase processing throughput.

    C++
    Ver en GitHub↗3,531
  • gosom/google-maps-scraperAvatar de gosom

    gosom/google-maps-scraper

    3,192Ver en GitHub↗

    This project is a distributed scraping engine designed to extract business details, customer reviews, and lead information from Google Maps. It functions as a business scraper and data extractor that can be deployed as a permanent system or as on-demand serverless functions. The system utilizes a proxy-routed web crawler to manage request origins via SOCKS5, HTTP, and HTTPS proxies. To locate contact information, it includes an email extraction tool that recursively crawls business websites linked within map listings. The software supports coordinate-based radius searches for efficient data

    Scales data collection by distributing scraping tasks across multiple workers and pods.

    Godistributed-scraperdistributed-scrapinggolang
    Ver en GitHub↗3,192
  • reportr/dashboardAvatar de Reportr

    Reportr/dashboard

    2,579Ver en GitHub↗

    This platform serves as a centralized dashboard for collecting, visualizing, and analyzing personal activity logs and timestamped life events. It functions as a unified repository that aggregates disparate digital records into a single store, enabling long-term historical tracking and personal data analysis. The system distinguishes itself through a modular report composition engine that groups specific event datasets and visual elements into reusable structures. It incorporates an automated alerting engine that monitors incoming data streams against predefined thresholds, triggering notifica

    Scales background processing by distributing tasks across multiple worker units.

    JavaScript
    Ver en GitHub↗2,579
  • sentry-kubernetes/chartsAvatar de sentry-kubernetes

    sentry-kubernetes/charts

    1,369Ver en GitHub↗

    This project provides a collection of Helm charts designed for deploying and managing self-hosted error tracking and performance monitoring infrastructure within a Kubernetes cluster. It enables the deployment of complex, multi-service application stacks using standardized configuration templates to ensure consistent and repeatable infrastructure management. The platform distinguishes itself by automating the operational requirements of distributed event processing, including the horizontal autoscaling of background task workers and the secure generation of cryptographic keys for internal ser

    Supports horizontal autoscaling of background task workers to handle high-volume event and transaction queues.

    Mustache
    Ver en GitHub↗1,369
  1. Home
  2. DevOps & Infrastructure
  3. Worker Scaling
  4. Task Distribution Scaling