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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·17 viewsqd-today.github.io/qd↗

Qd

qd is a server-side execution engine and request scheduler designed to automate recurring network tasks. It functions as a task automator that converts HTTP Archive files into reusable request templates for scheduled execution.

The system is powered by a non-blocking server that manages a timer-driven execution engine. This allows the project to orchestrate API tasks by replaying captured network traffic and triggering network requests based on defined recurring intervals.

The tool covers a broad range of automation capabilities, including schema-driven task configuration and stateless request dispatching to maintain consistent automated workflows.

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.

Star history

Star history chart for qd-today/qdStar history chart for qd-today/qd

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Qd

These projects share indexed features with Qd. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • webhooksite/webhook.sitewebhooksite avatar

    webhooksite/webhook.site

    6,620View on 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
    View on GitHub↗6,620
  • request/requestrequest avatar

    request/request

    25,542View on 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
    View on GitHub↗25,542
  • chenshenhai/koa2-notechenshenhai avatar

    chenshenhai/koa2-note

    5,161View on 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
    View on GitHub↗5,161
  • http-rs/tidehttp-rs avatar

    http-rs/tide

    5,099View on 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
    View on GitHub↗5,099
Compare all 30 related projects→

Frequently asked questions

What does qd-today/qd do?

qd is a server-side execution engine and request scheduler designed to automate recurring network tasks. It functions as a task automator that converts HTTP Archive files into reusable request templates for scheduled execution.

What are the main features of qd-today/qd?

The main features of qd-today/qd are: HAR File Replayers, Task Automation Tools, Request Pattern Templates, Scheduled HTTP Requests, Timer Schedulers, HAR File Parsers, Configuration-Driven Logic, Asynchronous Request Runners.

Which projects share features with qd-today/qd?

Projects with overlapping indexed features include: 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…