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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
qd-today avatar

qd-today/qd

0
View on GitHub↗
5,525 stars·658 forks·Python·MIT·4 vuesqd-today.github.io/qd↗

Qd

qd est un moteur d'exécution côté serveur et un planificateur de requêtes conçu pour automatiser les tâches réseau récurrentes. Il fonctionne comme un automatiseur de tâches qui convertit les fichiers HTTP Archive en modèles de requêtes réutilisables pour une exécution planifiée.

Le système est alimenté par un serveur non bloquant qui gère un moteur d'exécution piloté par minuterie. Cela permet au projet d'orchestrer des tâches API en rejouant le trafic réseau capturé et en déclenchant des requêtes réseau basées sur des intervalles récurrents définis.

L'outil couvre un large éventail de capacités d'automatisation, notamment la configuration de tâches basée sur un schéma et la répartition de requêtes sans état pour maintenir des flux de travail automatisés cohérents.

Features

  • HAR File Replayers - Specializes in using HTTP Archive files to reproduce recorded network traffic patterns for automation.
  • Task Automation Tools - Provides an automation tool that transforms HAR files into reusable templates for recurring network task execution.
  • Request Pattern Templates - Converts captured network traffic files into reusable request patterns for automated execution.
  • Scheduled HTTP Requests - Allows users to execute network requests automatically on a recurring timer for repeated task automation.
  • Timer Schedulers - Features a timer-driven execution engine for scheduling asynchronous HTTP tasks using recurring intervals.
  • HAR File Parsers - Provides utilities to convert HTTP Archive JSON files into executable request configurations for automated playback.
  • Configuration-Driven Logic - Implements a system where request parameters and timing rules are defined via structured data files to control behavior at runtime.
  • Asynchronous Request Runners - Implements a server-side execution engine for managing and triggering high-concurrency recurring HTTP network tasks.
  • Asynchronous Web Servers - Built on a non-blocking asynchronous web server to handle concurrent network requests and timer event loops.
  • Task Orchestrators - Manages and executes sequences of scheduled HTTP requests to perform operations on remote servers.
  • Asynchronous Server Schedulers - Runs timed network operations through a Tornado server to maintain consistent automated workflows.
  • HTTP Request Dispatchers - Ships a mechanism for sending independent HTTP requests to remote servers without maintaining session state between runs.

Historique des stars

Graphique de l'historique des stars pour qd-today/qdGraphique de l'historique des stars pour qd-today/qd

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Qd

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Qd.
  • webhooksite/webhook.siteAvatar de webhooksite

    webhooksite/webhook.site

    6,620Voir sur GitHub↗

    Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu

    JavaScriptangularfrontendlaravel
    Voir sur GitHub↗6,620
  • request/requestAvatar de request

    request/request

    25,542Voir sur GitHub↗

    This is an HTTP client library used for sending and receiving network requests. It functions as an HTTP traffic replicator, a multipart form uploader, and an OAuth request signer, while also serving as an HTTP client capable of routing traffic through Unix domain sockets for local inter-process communication. The project distinguishes itself with the ability to import and parse HTTP Archive JSON files to reproduce recorded network traffic. It also provides cryptographic OAuth signing to secure API access using hashing algorithms and supports routing requests through Unix domain sockets using

    JavaScript
    Voir sur GitHub↗25,542
  • chenshenhai/koa2-noteAvatar de chenshenhai

    chenshenhai/koa2-note

    5,161Voir sur GitHub↗

    koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a framework for building web servers and APIs using an asynchronous middleware pipeline to handle request and response cycles. The project emphasizes a layered backend architecture that decouples routing, business services, and data models. It distinguishes itself through the integration of relational databases for persisting user sessions and application data, alongside a build process that includes JSX-to-JavaScript compilation for frontend assets. The capability surface covers b

    course-noteskoakoa2
    Voir sur GitHub↗5,161
  • http-rs/tideAvatar de http-rs

    http-rs/tide

    5,099Voir sur GitHub↗

    Tide is an asynchronous web server framework and HTTP toolkit for the Rust programming language. It provides a system for building high-concurrency network applications and REST APIs using non-blocking I/O and asynchronous runtimes. The framework is centered around a middleware-based request pipeline, allowing developers to intercept and process HTTP requests and responses through pluggable logic layers. It supports a hierarchical route tree to organize endpoints into nested groups that share common path prefixes and scoped middleware. Capability areas include real-time communication via Web

    Rust
    Voir sur GitHub↗5,099
Voir les 30 alternatives à Qd→

Questions fréquentes

Que fait qd-today/qd ?

qd est un moteur d'exécution côté serveur et un planificateur de requêtes conçu pour automatiser les tâches réseau récurrentes. Il fonctionne comme un automatiseur de tâches qui convertit les fichiers HTTP Archive en modèles de requêtes réutilisables pour une exécution planifiée.

Quelles sont les fonctionnalités principales de qd-today/qd ?

Les fonctionnalités principales de qd-today/qd sont : HAR File Replayers, Task Automation Tools, Request Pattern Templates, Scheduled HTTP Requests, Timer Schedulers, HAR File Parsers, Configuration-Driven Logic, Asynchronous Request Runners.

Quelles sont les alternatives open-source à qd-today/qd ?

Les alternatives open-source à qd-today/qd incluent : webhooksite/webhook.site — Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a… request/request — This is an HTTP client library used for sending and receiving network requests. It functions as an HTTP traffic… http-rs/tide — Tide is an asynchronous web server framework and HTTP toolkit for the Rust programming language. It provides a system… vibora-io/vibora — Vibora is an asynchronous Python web framework and built-in HTTP server designed for building high-performance web… chenshenhai/koa2-note — koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a… kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development…