awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesDependency-Injected Configurations

Configurations that are programmatically supplied to application components at runtime through dependency injection patterns.

Explore 8 awesome GitHub repositories matching devops & infrastructure · Dependency-Injected Configurations. Refine with filters or upvote what's useful.

Awesome Dependency-Injected Configurations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tryghost/ghostAvatar de TryGhost

    TryGhost/Ghost

    53,965Ver en GitHub↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web services. The platform distinguishes itself by integrating a built-in membership and subscription engine, which enables creators to manage gated content, paid tiers, and secure member profiles directly within the system. It also features a dedicated infrastructure for professio

    Injects environment-specific settings and service connections dynamically during startup using modular configuration files and command-line arguments.

    JavaScriptbloggingcmsghost
    Ver en GitHub↗53,965
  • filamentphp/filamentAvatar de filamentphp

    filamentphp/filament

    31,215Ver en GitHub↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Enables component configuration via closures that automatically resolve context-specific data at runtime.

    PHPadminalpine-jsbuilder
    Ver en GitHub↗31,215
  • pydantic/pydantic-aiAvatar de pydantic

    pydantic/pydantic-ai

    17,791Ver en GitHub↗

    PydanticAI is a Python framework designed for building production-grade autonomous agents. It provides a unified interface for interacting with diverse language models, enabling developers to construct agents that perform complex tasks through structured data validation, tool execution, and multi-turn conversation management. The library centers on type-safe schema enforcement, ensuring that model inputs and outputs remain consistent and reliable throughout the agent's lifecycle. The framework distinguishes itself through a robust architecture that emphasizes modularity and testability. It ut

    Injects runtime data into agent instructions and configurations to create context-aware behavior.

    Pythonagent-frameworkgenaillm
    Ver en GitHub↗17,791
  • google/daggerAvatar de google

    google/dagger

    17,697Ver en GitHub↗

    Dagger is a compile-time dependency injection framework for Java and Android applications. It automates the construction and wiring of object graphs by generating static source code during the build process, which eliminates the need for reflection or runtime bytecode generation. The framework distinguishes itself by performing strict validation of the entire dependency structure before the application runs, ensuring that all required bindings are satisfied and identifying circular references early. It manages object lifecycles through scoped containers and supports lazy resolution, allowing

    The framework injects runtime data or configuration values into the dependency graph by passing them directly through the component builder during the initialization phase.

    Java
    Ver en GitHub↗17,697
  • apify/crawlee-pythonAvatar de apify

    apify/crawlee-python

    8,097Ver en GitHub↗

    Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive tool for web scraping automation, providing a system to extract structured data from websites using both lightweight HTTP requests and headless browser automation. The framework is distinguished by its anti-bot evasion capabilities, which include browser fingerprint impersonation and tiered proxy rotation to bypass detection systems and solve challenges such as Cloudflare. It also incorporates artificial intelligence for autonomous website navigation and schema-based data extra

    Allows replacing core internal components like configuration or storage clients to adapt to different environments.

    Pythonapifyautomationbeautifulsoup
    Ver en GitHub↗8,097
  • angular/angularfire2Avatar de angular

    angular/angularfire2

    7,809Ver en GitHub↗

    AngularFire es una biblioteca de integración que envuelve el SDK de JavaScript de Firebase en servicios de Angular y patrones de inyección de dependencias. Proporciona los mecanismos necesarios para conectar la autenticación, bases de datos y almacenamiento del backend a una aplicación. La biblioteca convierte los flujos de datos en vivo en secuencias observables para sincronizar los datos remotos con el estado de la aplicación en tiempo real. También incluye un mecanismo para proteger rutas verificando la identidad del usuario mediante tokens de autenticación y una utilidad de línea de comandos para automatizar el despliegue de compilaciones de aplicaciones a servicios de alojamiento. Las capacidades adicionales incluyen el seguimiento de la navegación del router y eventos de usuario para análisis web, y la encapsulación de llamadas a la API de la nube dentro de clases inyectables para separar la infraestructura de la lógica de negocio.

    Utilizes dependency injection patterns to provide shared service configurations across application modules.

    TypeScript
    Ver en GitHub↗7,809
  • airtai/faststreamAvatar de airtai

    airtai/faststream

    5,234Ver en GitHub↗

    FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int

    Stores and retrieves runtime objects within message-processing scopes using a dependency injection container.

    Python
    Ver en GitHub↗5,234
  • microsoft/vscode-generator-codeAvatar de microsoft

    microsoft/vscode-generator-code

    1,603Ver en GitHub↗

    Este proyecto es una utilidad de línea de comandos diseñada para automatizar la inicialización y el andamiaje (scaffolding) de nuevos proyectos de desarrollo de software. Proporciona un framework estandarizado para generar las estructuras de directorios y archivos de configuración necesarios para comenzar a construir extensiones personalizadas para el editor Visual Studio Code. La herramienta utiliza un framework generador modular para ejecutar plantillas predefinidas, permitiendo a los usuarios personalizar la configuración de su proyecto a través de indicadores de línea de comandos. Admite la selección de gestores de paquetes específicos, herramientas de empaquetado y configuraciones de inicialización para asegurar un punto de partida consistente para las tareas de desarrollo. Para mantener un sistema host limpio, el generador admite la ejecución del proceso de andamiaje dentro de un contenedor aislado. Este enfoque evita la contaminación de dependencias asegurando que las herramientas de compilación y los entornos de ejecución requeridos se gestionen dentro de un entorno virtualizado en lugar de instalarse directamente en la máquina host.

    Dynamically injects selected package managers and build tools into project files during the scaffolding phase.

    JavaScript
    Ver en GitHub↗1,603
  1. Home
  2. DevOps & Infrastructure
  3. Configuration Management
  4. Dynamic Runtime Injectors
  5. Dependency-Injected Configurations

Explorar subetiquetas

  • Component Implementation SwappingAbility to replace core system components at runtime to adapt to different execution environments. **Distinct from Dependency-Injected Configurations:** Focuses on replacing framework components like storage clients rather than injecting configurations.