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
·

105 repository-uri

Awesome GitHub RepositoriesManaged Infrastructure Deployment

Provisions and configures cloud resources within private accounts to host data processing pipelines.

Distinct from Cloud Infrastructure Deployment: Focuses on the automated provisioning of private cloud infrastructure for data pipelines, distinct from general container orchestration.

Explore 105 awesome GitHub repositories matching devops & infrastructure · Managed Infrastructure Deployment. Refine with filters or upvote what's useful.

Awesome Managed Infrastructure Deployment GitHub Repositories

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

    lightning-AI/lightning

    31,189Vezi pe GitHub↗

    Lightning is a PyTorch training framework and distributed AI training orchestrator designed to decouple core research logic from the engineering boilerplate required for model training. It functions as a deep learning workflow manager that automates the process of pretraining and finetuning models across diverse compute environments. The project distinguishes itself by providing a hardware-agnostic training wrapper, allowing the same model code to execute on CPUs, GPUs, or TPUs without modification. It further manages the scaling of workloads from single devices to multi-node clusters and ser

    Runs training jobs on cloud GPUs with integrated autoscaling and monitoring.

    Python
    Vezi pe GitHub↗31,189
  • heygen-com/hyperframesAvatar heygen-com

    heygen-com/hyperframes

    28,209Vezi pe GitHub↗

    Hyperframes is an HTML-to-video rendering engine and composition tool that transforms web layouts and CSS into encoded video files. It functions as a headless browser video pipeline and a distributed video rendering framework, allowing users to create seekable animations and programmatic motion designs using HTML, CSS, and JavaScript. The project differentiates itself as an AI agent video orchestrator, enabling the automation of video scripts and compositions through natural language prompts. It supports distributed video encoding by splitting rendering tasks across multiple serverless functi

    Provides dedicated constructs to set up the cloud topology and provision resources for render handlers.

    TypeScript
    Vezi pe GitHub↗28,209
  • prefecthq/prefectAvatar PrefectHQ

    PrefectHQ/prefect

    21,640Vezi pe GitHub↗

    Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as Python code. It functions as a container-native engine that wraps individual tasks in isolated environments, ensuring consistent dependencies and resource allocation across diverse infrastructure. By utilizing a state-machine-based orchestration model, the system tracks execution progress through discrete transitions and persistent event logs to maintain reliable and observable task processing. The platform distinguishes itself through a decoupled worker-API architecture, which sep

    Provisions compute resources for workflow execution.

    Pythonautomationdatadata-engineering
    Vezi pe GitHub↗21,640
  • kubernetes/kopsAvatar kubernetes

    kubernetes/kops

    16,631Vezi pe GitHub↗

    kops is a Kubernetes cluster provisioner and lifecycle manager designed to automate the creation, maintenance, and destruction of production-grade clusters on cloud infrastructure. It functions as a declarative infrastructure manager, synchronizing the live state of a cluster with versioned manifests stored in remote object storage to ensure idempotent operations. The project distinguishes itself by offering comprehensive automation for the entire cluster lifecycle, including high-availability control plane deployment, incremental rolling updates, and automated version upgrades. It also serve

    Generates Terraform configurations from the current cluster state to allow management via external code.

    Gocncfcontainersgo
    Vezi pe GitHub↗16,631
  • googlecloudplatform/terraformerAvatar GoogleCloudPlatform

    GoogleCloudPlatform/terraformer

    14,551Vezi pe GitHub↗

    Terraformer is a reverse engineering tool and infrastructure-to-code generator that transforms existing live cloud resources into declarative configuration files and state manifests. It functions as a cloud infrastructure exporter, allowing users to extract resource metadata from cloud providers to create reproducible infrastructure deployments. The tool specializes in reverse engineering by querying cloud provider APIs to map active resource configurations and translate them into Terraform resource blocks. It supports infrastructure state recovery by reconstructing state files from live envi

    Generates Terraform configuration files and state from existing live cloud infrastructure.

    Goawscloudgcp
    Vezi pe GitHub↗14,551
  • unstructured-io/unstructuredAvatar Unstructured-IO

    Unstructured-IO/unstructured

    14,019Vezi pe GitHub↗

    Unstructured is an enterprise-grade data orchestration engine designed to transform raw, unstructured files into structured, machine-readable formats. It functions as a comprehensive platform for document ingestion, partitioning, and enrichment, specifically engineered to prepare complex data for retrieval-augmented generation and agentic AI workflows. The platform distinguishes itself through its sophisticated document processing strategies, which combine rule-based extraction with vision-language models to handle diverse file layouts, tables, and images. It provides a modular architecture t

    Provisions and configures cloud resources within private accounts to host data processing pipelines and API endpoints.

    HTMLdata-pipelinesdeep-learningdocument-image-analysis
    Vezi pe GitHub↗14,019
  • redpanda-data/redpandaAvatar redpanda-data

    redpanda-data/redpanda

    12,248Vezi pe GitHub↗

    Redpanda is a distributed event streaming engine designed to serve as a high-performance, drop-in replacement for existing event-driven architectures. It provides a foundation for building and scaling applications that require reliable data movement, analytical querying, and strict operational compliance across both cloud and self-managed environments. The platform distinguishes itself through a shared-nothing architecture that utilizes thread-per-core execution and a non-blocking asynchronous input/output engine to maximize throughput. It maintains data consistency through a consensus-based

    Provisions high-performance clusters that support existing event-driven applications with Kafka compatibility.

    C++containerscppevent-driven
    Vezi pe GitHub↗12,248
  • miserlou/zappaAvatar Miserlou

    Miserlou/Zappa

    11,836Vezi pe GitHub↗

    Zappa is a deployment tool and orchestrator designed to package and deploy Python web applications to AWS Lambda. It functions as a wrapper and framework that adapts standard Python applications to work with serverless infrastructure and API Gateway events. The project enables the hosting of Python web frameworks on serverless environments without requiring the application to be rewritten. It automates the process of pushing code from local environments to the cloud and manages the lifecycle of these deployments to remove manual server management. Its capabilities include automated infrastru

    Generates and deploys CloudFormation templates to automatically set up API Gateway and Lambda triggers.

    Python
    Vezi pe GitHub↗11,836
  • microsoft/promptflowAvatar microsoft

    microsoft/promptflow

    11,165Vezi pe GitHub↗

    Promptflow este un framework de dezvoltare și un orchestrator pentru construirea de aplicații bazate pe modele de limbaj mari (LLM). Acesta funcționează ca o suită de instrumente pentru proiectarea, orchestrarea și implementarea fluxurilor de lucru AI prin conectarea prompt-urilor, a codului Python personalizat și a modelelor de limbaj în secvențe executabile. Proiectul se distinge printr-un designer vizual de fluxuri de lucru AI care permite crearea de grafuri aciclice direcționate (DAG) de noduri logice. Oferă un mediu dedicat de prompt engineering pentru versionarea și compararea șabloanelor, alături de trasarea execuției cu stare pentru a înregistra apelurile de funcții și valorile variabilelor în vederea depanării pas cu pas. Platforma acoperă o gamă largă de capabilități, inclusiv RAG (Retrieval Augmented Generation) prin căutări în baze de date vectoriale și pipeline-uri de evaluare bazate pe metrici pentru testare în loturi și asigurarea calității. Gestionează întregul ciclu de viață, de la dezvoltare la producție, prin implementare containerizată, servirea endpoint-urilor de flux de lucru și gestionarea securizată a conexiunilor pentru credențialele API. Sunt furnizate o interfață în linie de comandă (CLI) și un SDK pentru validarea fluxurilor de lucru și integrarea în pipeline-uri CI/CD automatizate.

    Packages developed workflows into executable services for hosting on cloud platforms.

    Python
    Vezi pe GitHub↗11,165
  • microsoftdocs/azure-docsAvatar MicrosoftDocs

    MicrosoftDocs/azure-docs

    10,894Vezi pe GitHub↗

    Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i

    Documents how to provision Azure infrastructure using Terraform declarative configuration.

    Markdownskilling
    Vezi pe GitHub↗10,894
  • automq/automq-for-kafkaAvatar AutoMQ

    AutoMQ/automq-for-kafka

    10,026Vezi pe GitHub↗

    AutoMQ is a cloud-native streaming platform and Kafka-compatible message broker. It implements the Kafka protocol to provide integration with existing clients and ecosystems while functioning as a message queue that persists data directly to cloud object storage. The system decouples compute from storage, allowing processing power and storage capacity to scale independently. It utilizes a shared-log architecture and object-storage-based persistence to remove dependencies on local disks, which reduces operational costs and eliminates manual disk management. The platform includes mechanisms fo

    Provides a Kafka-compatible deployment optimized for cloud object storage and compute-storage separation.

    Java
    Vezi pe GitHub↗10,026
  • aws/serverless-application-modelAvatar aws

    aws/serverless-application-model

    9,560Vezi pe GitHub↗

    This is an infrastructure as code tool and serverless deployment orchestrator that provides a shorthand syntax for defining serverless infrastructure. It functions as a framework for transforming concise resource declarations into full AWS CloudFormation templates to automate the provisioning of cloud functions, APIs, and databases. The project distinguishes itself by using a macro-based transformation system to expand simplified resource types into detailed infrastructure components. It includes an automated permission mapping system that translates high-level resource interaction intents in

    Automates cloud provisioning by mapping concise, declarative resource definitions to full infrastructure specifications.

    Pythonawsaws-samlambda
    Vezi pe GitHub↗9,560
  • leantime/leantimeAvatar Leantime

    Leantime/leantime

    9,288Vezi pe GitHub↗

    Leantime este o platformă de management de proiect open-source concepută pentru a urmări sarcini, etape și fluxuri de lucru folosind panouri Kanban și diagrame Gantt. Funcționează ca un instrument de planificare strategică care leagă sarcinile operaționale zilnice de obiectivele de afaceri la nivel înalt și obiectivele pe termen lung, servind în același timp ca un sistem de urmărire a timpului și facturare pentru gestionarea orelor de lucru și estimărilor clienților. Platforma se diferențiază printr-un asistent de proiect integrat bazat pe AI care descompune sarcini complexe, generează rapoarte de stare și oferă perspective asupra proiectului. Se mai distinge prin baza de cunoștințe auto-găzduită pentru centralizarea wiki-urilor de proiect și a notelor interne, precum și prin instrumente de aliniere strategică pentru maparea rezultatelor la activități printr-o teorie a schimbării. Sistemul acoperă o gamă largă de capabilități, inclusiv colaborarea agilă în echipă, gestionarea identității enterprise prin LDAP și OIDC și coordonarea portofoliului de proiecte între diferite unități de afaceri. Oferă, de asemenea, instrumente vizuale de brainstorming precum hărți mentale și wireframe-uri, control al accesului bazat pe roluri pentru colaborarea cu clienții externi și un model de extensibilitate bazat pe o piață de plugin-uri. Software-ul suportă stocarea de obiecte compatibilă cu S3 pentru fișierele de proiect și oferă opțiuni de infrastructură de proiect gestionată.

    Provides configured server instances with automated updates to remove manual server management.

    PHPagileasanacalendar
    Vezi pe GitHub↗9,288
  • risingwavelabs/risingwaveAvatar risingwavelabs

    risingwavelabs/risingwave

    9,093Vezi pe GitHub↗

    RisingWave is a cloud-native streaming database and real-time analytics engine that uses standard SQL to process continuous data streams. It functions as a streaming data lakehouse, combining the capabilities of a streaming SQL database with a platform that integrates streaming ingestion with open table formats. The system is distinguished by its use of the PostgreSQL wire protocol, allowing it to integrate with existing SQL tools and drivers. It employs a decoupled compute and storage architecture, persisting streaming state and materialized views in cloud object storage to enable independen

    Provides fully managed production environments to eliminate manual infrastructure and server management overhead.

    Rustapache-icebergdata-engineeringdatabase
    Vezi pe GitHub↗9,093
  • lancedb/lancedbAvatar lancedb

    lancedb/lancedb

    9,031Vezi pe GitHub↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Provides hosting within provider-managed cloud accounts with optional load balancing to reduce server management overhead.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Vezi pe GitHub↗9,031
  • apache/beamAvatar apache

    apache/beam

    8,612Vezi pe GitHub↗

    Apache Beam is a distributed data pipeline framework and unified data processing model designed to handle both bounded batch data and unbounded real-time streams. It provides a system for building scalable, data-parallel workflows that operate across compute clusters using a single programming model. The framework utilizes a cross-runner pipeline abstraction that decouples the data processing logic from the underlying execution backend, allowing the same pipeline to run on different distributed compute engines. It supports multi-language pipeline development by translating high-level code fro

    Configures pipelines to execute across different backend runners to manage workload distribution.

    Java
    Vezi pe GitHub↗8,612
  • arize-ai/phoenixAvatar Arize-ai

    Arize-ai/phoenix

    8,605Vezi pe GitHub↗

    Arize Phoenix is an LLM observability platform and evaluation framework designed to capture execution traces and monitor large language model applications. It serves as a prompt management system for versioning and testing templates, and as a self-hosted AI operations infrastructure for managing telemetry and experiments. The platform differentiates itself through a specialized embedding visualization tool used to detect data drift and optimize vector search. It provides a comprehensive evaluation suite that utilizes judge-based evaluators and ground-truth datasets to score model outputs, and

    Connects applications to pre-configured cloud instances to offload server and storage management.

    Jupyter Notebookagentsai-monitoringai-observability
    Vezi pe GitHub↗8,605
  • travis-ci/travis-ciAvatar travis-ci

    travis-ci/travis-ci

    8,490Vezi pe GitHub↗

    Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job

    Enables pushing verified code to a dedicated production environment after the successful completion of build and test pipelines.

    Vezi pe GitHub↗8,490
  • getmoto/motoAvatar getmoto

    getmoto/moto

    8,550Vezi pe GitHub↗

    Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com

    Provides simulated representations of cloud resources to verify infrastructure-as-code templates without deploying to real environments.

    Pythonawsbotoec2
    Vezi pe GitHub↗8,550
  • lipku/livetalkingAvatar lipku

    lipku/LiveTalking

    8,042Vezi pe GitHub↗

    LiveTalking is an interactive talking head engine and AI avatar management platform designed to synchronize synthetic speech with facial movements. It functions as a real-time orchestrator that connects large language models and text-to-speech services to neural-rendered digital humans. The project distinguishes itself through low-latency streaming capabilities and the ability to handle real-time conversational interruptions. It supports advanced audio-visual customization, including human voice cloning and the ability to drive avatar expressions using real-time webcam data. The platform cov

    Configure a cloud-based server instance with specific open ports to run the engine in a hosted environment.

    Pythonaigcdigihumandigital-human
    Vezi pe GitHub↗8,042
Înapoi12345…6Înainte
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure Deployment
  4. Managed Infrastructure Deployment

Explorează sub-etichetele

  • AI Application HostingManaged environments specifically optimized for hosting generative AI applications with integrated billing. **Distinct from Managed Infrastructure Deployment:** Distinct from Managed Infrastructure Deployment: focuses on the specific needs of generative AI apps and automated billing.
  • Agent Deployments4 sub-tag-uriDeploys AI agents to production via managed infrastructure with one-click GitHub integration. **Distinct from Managed Infrastructure Deployment:** Distinct from Managed Infrastructure Deployment: focuses on deploying AI agents specifically, not general data processing pipelines.
  • Infrastructure Deployment Provisioning8 sub-tag-uriConfigures and provisions compute resources for workflow execution across cloud environments. **Distinct from Managed Infrastructure Deployment:** Focuses on the provisioning of infrastructure for workflows, distinct from general managed infrastructure deployment.
  • Kafka-Compatible DeploymentsInfrastructure provisioning specifically optimized for Kafka-compatible event-driven applications. **Distinct from Managed Infrastructure Deployment:** Distinct from general managed infrastructure: focuses on Kafka-compatible cluster provisioning for event-driven workloads.
  • Managed Cloud Pipeline ExecutionsOffloading compute requirements for pipeline steps to scalable remote managed infrastructure. **Distinct from Managed Infrastructure Deployment:** Distinct from Managed Infrastructure Deployment: focuses on the execution of pipeline steps as managed jobs, not the provisioning of the infrastructure itself.
  • Managed Hosting Instances1 sub-tagPre-configured server instances with automated updates to remove manual server management overhead. **Distinct from Managed Infrastructure Deployment:** Provides a fully managed hosting service for the app, whereas Managed Infrastructure Deployment is about provisioning resources.