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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesAPI Operations Automation

Tools that automate configuration, scaling, and maintenance tasks for API infrastructure.

Explore 6 awesome GitHub repositories matching devops & infrastructure · API Operations Automation. Refine with filters or upvote what's useful.

Awesome API Operations Automation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • traefik/traefikAvatar traefik

    traefik/traefik

    63,644Vezi pe GitHub↗

    Traefik is a cloud-native edge router and API gateway designed to manage service communication and traffic flow across distributed infrastructure. It functions as a dynamic service proxy that automatically discovers backend services and configures routing rules in real time, eliminating the need for manual restarts or complex configuration updates. By integrating directly with container orchestrators and service registries, it maintains a consistent state for network traffic, load balancing, and security policy enforcement. The project distinguishes itself through its deep integration with di

    Simplifies routine maintenance tasks like configuration updates and scaling through automated workflows tailored for cloud-native environments.

    Goconsuldockeretcd
    Vezi pe GitHub↗63,644
  • pulumi/pulumiAvatar pulumi

    pulumi/pulumi

    24,797Vezi pe GitHub↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Scripts cloud operations by handling pagination, content negotiation, and request formatting through a command-line interface.

    Goawsazurecloud
    Vezi pe GitHub↗24,797
  • siderolabs/talosAvatar siderolabs

    siderolabs/talos

    10,659Vezi pe GitHub↗

    Talos is a minimal, immutable Linux distribution designed specifically for deploying and managing Kubernetes clusters. It functions as an API-driven infrastructure manager that replaces traditional shell access with a declarative gRPC interface to control operating system state and configuration. The system is distinguished by its use of a read-only root filesystem and a security-hardened kernel, which removes standard GNU utilities to reduce the attack surface. It ensures environment consistency by distributing the operating system as versioned, signed images and utilizes TPM-backed verified

    Provides a dedicated gRPC API for full operating system management, removing the need for traditional shell access.

    Gocloud-nativecontainerdgo
    Vezi pe GitHub↗10,659
  • bottlerocket-os/bottlerocketAvatar bottlerocket-os

    bottlerocket-os/bottlerocket

    9,624Vezi pe GitHub↗

    Bottlerocket is a container-optimized operating system and minimal Linux distribution designed specifically for hosting container workloads. It functions as an immutable infrastructure OS, utilizing a read-only root filesystem and atomic partition swapping to ensure consistent and reversible system updates. The system is distinguished by an API-driven host manager that replaces traditional shell-based configuration with a local REST API for administrative tasks. To maintain security and stability, it employs a dual-runtime isolation model that separates workload runtimes from system operation

    Updates and retrieves system configurations via a REST API to modify host behavior.

    Rustcontainerslinuxoperating-system
    Vezi pe GitHub↗9,624
  • postmanlabs/newmanAvatar postmanlabs

    postmanlabs/newman

    7,192Vezi pe GitHub↗

    Newman is a headless API client and command line tool for executing Postman collections. It serves as an API test automation tool and execution engine that allows users to run predefined sets of API requests without a graphical interface. The project differentiates itself as a data-driven testing engine, capable of iterating through request sequences using external JSON or CSV files to validate multiple sets of input values. It also functions as an API execution reporter, utilizing a plugin-based interface to output results in formats such as JSON and JUnit. The tool covers broad capability

    Provides a command line interface for running predefined sets of API requests to verify system behavior.

    JavaScriptapi-testapi-testingci
    Vezi pe GitHub↗7,192
  • fangfufu/linux-fake-background-webcamAvatar fangfufu

    fangfufu/Linux-Fake-Background-Webcam

    1,697Vezi pe GitHub↗

    Acest proiect este un utilitar la nivel de sistem pentru Linux care interceptează, modifică și prezintă fluxuri live de webcam ca dispozitive video virtuale standard. Prin crearea unei punți între hardware-ul fizic și aplicațiile din user-space, permite software-ului de conferințe video să consume fluxuri procesate ca și cum ar fi input-uri native de cameră. Software-ul se distinge prin capacitatea de a gestiona ciclul de viață al sarcinilor de procesare video ca servicii persistente în fundal. Monitorizează activitatea dispozitivului virtual pentru a aloca dinamic resursele, asigurându-se că procesarea imaginii și utilizarea hardware-ului sunt suspendate atunci când nicio aplicație nu transmite activ. Această abordare bazată pe cerere minimizează impactul asupra sistemului, menținând în același timp disponibilitatea camerei virtuale pe parcursul sesiunilor utilizatorului. Dincolo de înlocuirea fundalului și blurare, instrumentul suportă o gamă de efecte vizuale în timp real, inclusiv overlay-uri de prim-plan și filtre de culoare. Se integrează cu framework-urile media standard pentru a înlănțui procesele de captură, manipulare și output, asigurând compatibilitatea cu mediile de conferințe video existente.

    Automates the lifecycle of background video processing services to ensure camera readiness.

    Pythonakvcammediapipeopencv-python
    Vezi pe GitHub↗1,697
  1. Home
  2. DevOps & Infrastructure
  3. API and Service Management
  4. API Management
  5. API Operations Automation

Explorează sub-etichetele

  • OS Management APIsInterfaces specifically designed for the programmatic administration of an operating system's core functions. **Distinct from API Operations Automation:** Focuses on the OS-level administrative interface rather than general API infrastructure automation.
  • Service Process AutomationAutomation of starting and restarting background system services. **Distinct from API Operations Automation:** Focuses on the lifecycle of a local system daemon rather than cloud API infrastructure operations.
  • Test Execution AutomationAutomating the execution of test suites via command line interfaces for verification. **Distinct from API Operations Automation:** Distinct from API Operations Automation, which focuses on infrastructure maintenance, whereas this focuses on test suite execution.