awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rdegges avatar

rdegges/simpleq

0
View on GitHub↗
159 星标·19 分支·Python·3 次浏览simpleq.readthedocs.org/en/latest↗

Simpleq

A simple, infinitely scalable, SQS based queue.

Features

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

Star 历史

rdegges/simpleq 的 Star 历史图表rdegges/simpleq 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Simpleq 的开源替代方案

相似的开源项目,按与 Simpleq 的功能重合度排序。
  • sindresorhus/p-queuesindresorhus 的头像

    sindresorhus/p-queue

    4,217在 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
    在 GitHub 上查看↗4,217
  • danielm/uploaderdanielm 的头像

    danielm/uploader

    1,164在 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
    在 GitHub 上查看↗1,164
  • opendronemap/odmOpenDroneMap 的头像

    OpenDroneMap/ODM

    5,853在 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
    在 GitHub 上查看↗5,853
  • bogdanp/dramatiqBogdanp 的头像

    Bogdanp/dramatiq

    5,136在 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
    在 GitHub 上查看↗5,136
查看 Simpleq 的所有 6 个替代方案→

常见问题解答

rdegges/simpleq 是做什么的?

A simple, infinitely scalable, SQS based queue.

rdegges/simpleq 的主要功能有哪些?

rdegges/simpleq 的主要功能包括:Task Queues。

rdegges/simpleq 有哪些开源替代品?

rdegges/simpleq 的开源替代品包括: 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.