awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rdegges avatar

rdegges/simpleq

0
View on GitHub↗
159 estrellas·19 forks·Python·1 vistasimpleq.readthedocs.org/en/latest↗

Simpleq

A simple, infinitely scalable, SQS based queue.

Features

  • Task Queues - Scalable queue based on cloud messaging services.

Historial de estrellas

Gráfico del historial de estrellas de rdegges/simpleqGráfico del historial de estrellas de rdegges/simpleq

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Simpleq

Proyectos open-source similares, clasificados según cuántas características comparten con Simpleq.
  • sindresorhus/p-queueAvatar de sindresorhus

    sindresorhus/p-queue

    4,217Ver en GitHub↗

    p-queue is a JavaScript promise queue and concurrent task scheduler designed to limit the number of active asynchronous operations. It serves as an asynchronous rate limiter and promise lifecycle manager to prevent resource exhaustion. The project distinguishes itself through priority-based task scheduling and token-bucket rate limiting to control execution frequency. It integrates with abort signals for task cancellation and provides mechanisms to pause, resume, and clear pending operations. The tool covers broader traffic management capabilities including operation timeouts and concurrency

    TypeScript
    Ver en GitHub↗4,217
  • danielm/uploaderAvatar de danielm

    danielm/uploader

    1,164Ver en GitHub↗

    Uploader is a client-side library designed to manage asynchronous file transfers within web applications. It provides a comprehensive suite of tools for handling the entire upload lifecycle, including file selection, validation, transmission, and monitoring. The library distinguishes itself through its integration of drag-and-drop interfaces and structured queue management. It allows developers to organize multiple files into queues for sequential or parallel processing while maintaining programmatic control to start, pause, cancel, or reset individual transfer sessions. Beyond core transfer

    JavaScriptajaxdnddrag
    Ver en GitHub↗1,164
  • opendronemap/odmAvatar de OpenDroneMap

    OpenDroneMap/ODM

    5,853Ver en GitHub↗

    OpenDroneMap (ODM) is an open-source aerial drone photogrammetry pipeline that converts 2D images into georeferenced 3D models, orthophotos, point clouds, and digital elevation maps. At its core, the OpenDroneMap Processing Engine orchestrates a complete Structure-from-Motion workflow, from feature extraction through dense reconstruction and tiled output generation, purpose-built for transforming drone-captured imagery into geospatial data products. The toolkit distinguishes itself through GPU-accelerated SIFT feature extraction using CUDA-capable NVIDIA graphics cards, roughly doubling proce

    Pythonaerial-imagerydronephotogrammetry
    Ver en GitHub↗5,853
  • bogdanp/dramatiqAvatar de Bogdanp

    Bogdanp/dramatiq

    5,136Ver en GitHub↗

    Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It functions as an asynchronous task orchestrator that enables the distribution of computational tasks across a cluster using a pluggable transport layer supporting RabbitMQ and Redis. The framework provides specialized tools for complex task orchestration, including the ability to link background jobs into sequences, pipelines, and barriers. It further manages distributed concurrency through the use of shared mutexes, rate limiters, and exponential backoff retries to prevent re

    Pythondistributed-lockpythonrabbit
    Ver en GitHub↗5,136
Ver las 6 alternativas a Simpleq→

Preguntas frecuentes

¿Qué hace rdegges/simpleq?

A simple, infinitely scalable, SQS based queue.

¿Cuáles son las características principales de rdegges/simpleq?

Las características principales de rdegges/simpleq son: Task Queues.

¿Qué alternativas de código abierto existen para rdegges/simpleq?

Las alternativas de código abierto para rdegges/simpleq incluyen: sindresorhus/p-queue — p-queue is a JavaScript promise queue and concurrent task scheduler designed to limit the number of active… danielm/uploader — Uploader is a client-side library designed to manage asynchronous file transfers within web applications. It provides… opendronemap/odm — OpenDroneMap (ODM) is an open-source aerial drone photogrammetry pipeline that converts 2D images into georeferenced… bogdanp/dramatiq — Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It… coleifer/huey — .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png. pricingassistant/mrq — Mr. Queue - A distributed worker task queue in Python using Redis & gevent.