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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pricingassistant avatar

pricingassistant/mrq

0
View on GitHub↗
896 Stars·115 Forks·Python·MIT·3 Aufrufe

Mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent

Features

  • Task Queues - Distributed worker queue using Redis and gevent.

Star-Verlauf

Star-Verlauf für pricingassistant/mrqStar-Verlauf für pricingassistant/mrq

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Mrq

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mrq.
  • sindresorhus/p-queueAvatar von sindresorhus

    sindresorhus/p-queue

    4,217Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,217
  • danielm/uploaderAvatar von danielm

    danielm/uploader

    1,164Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,164
  • opendronemap/odmAvatar von OpenDroneMap

    OpenDroneMap/ODM

    5,853Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,853
  • bogdanp/dramatiqAvatar von Bogdanp

    Bogdanp/dramatiq

    5,136Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,136
Alle 6 Alternativen zu Mrq anzeigen→

Häufig gestellte Fragen

Was macht pricingassistant/mrq?

Mr. Queue - A distributed worker task queue in Python using Redis & gevent

Was sind die Hauptfunktionen von pricingassistant/mrq?

Die Hauptfunktionen von pricingassistant/mrq sind: Task Queues.

Welche Open-Source-Alternativen gibt es zu pricingassistant/mrq?

Open-Source-Alternativen zu pricingassistant/mrq sind unter anderem: 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. rdegges/simpleq — A simple, infinitely scalable, SQS based queue.