awesome-repositories.com
Blog
awesome-repositories.com

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

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

3 Repos

Awesome GitHub RepositoriesQueue Visualizers

Visual interfaces for inspecting task states, payloads, and queue metadata.

Distinct from Job Queues: Distinct from Job Queues: specifically addresses the visual representation and inspection of queue data.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Queue Visualizers. Refine with filters or upvote what's useful.

Awesome Queue Visualizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chefyuan/algorithm-baseAvatar von chefyuan

    chefyuan/algorithm-base

    10,702Auf GitHub ansehen↗

    algorithm-base is an educational library and study guide designed for simulating algorithms and studying data structures. It functions as an execution visualizer that renders step-by-step state changes and pointer updates through animated simulations to illustrate how data movement works. The project distinguishes itself by mapping conceptual logic directly to multi-language source code implementations. It utilizes a comparative analysis framework to evaluate different algorithmic strategies based on stability, time complexity, and space complexity, while organizing problems by underlying mec

    Demonstrates enqueueing and dequeueing elements using animations to simulate the first-in-first-out mechanism.

    algorithmsbaseinterview-practice
    Auf GitHub ansehen↗10,702
  • timgit/pg-bossAvatar von timgit

    timgit/pg-boss

    3,218Auf GitHub ansehen↗

    pg-boss is a background task scheduler and distributed task queue that uses PostgreSQL as a reliable message broker for asynchronous job processing. It provides a system for distributing work across multiple application instances, ensuring exactly-once delivery through atomic database transactions. The project includes a cron job scheduler for automating recurring tasks and a PostgreSQL pub-sub system for fan-out event distribution. It also features a web-based management dashboard for monitoring queue statistics and controlling job lifecycles, including manual retries and cancellations. Cap

    Offers a visual interface to display queue statistics and job payloads for state inspection.

    TypeScriptjobnodenodejs
    Auf GitHub ansehen↗3,218
  • felixmosh/bull-boardAvatar von felixmosh

    felixmosh/bull-board

    3,211Auf GitHub ansehen↗

    Bull-board is a web-based administrative interface and dashboard for visualizing, monitoring, and managing asynchronous job queues in Node.js. It serves as a control panel for background job administrators to oversee queue processing and manage the lifecycle of tasks powered by BullMQ, Bull, and Redis. The project distinguishes itself by providing a pluggable interface that integrates with various web server frameworks as middleware. It utilizes an adapter-based system to provide unified administrative controls across different queue backends and includes authentication guards to secure the d

    Allows pausing or resuming job processing at the queue level to regulate the flow of workloads.

    TypeScriptbullredis
    Auf GitHub ansehen↗3,211
  1. Home
  2. Software Engineering & Architecture
  3. Execution Control
  4. Asynchronous Task Queueing
  5. Job Queues
  6. Queue Visualizers

Unter-Tags erkunden

  • Circular Buffer VisualizationsVisual demonstrations of how ring buffers manage the head and tail of a queue. **Distinct from Queue Visualizers:** Focuses on the educational visualization of the circular structure rather than a production job queue monitor.
  • Operation VisualizationsAnimated simulations of basic data structure operations such as push, pop, enqueue, and dequeue. **Distinct from Queue Visualizers:** Focuses on simulating basic operations for education rather than inspecting production job queue states.
  • Processing ControlsAdministrative toggles to pause or resume job processing at the queue level. **Distinct from Queue Visualizers:** Focuses on the operational control of the queue's active state rather than just visualizing the state.