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
·

36 repository-uri

Awesome GitHub RepositoriesRuntime Parameter Configurators

Updates component settings at runtime via ground-commanded parameters to adjust behavior without requiring software redeployment.

Distinct from Application Parameter Configurators: Distinct from application parameter configurators: focuses on runtime ground-commanded updates for embedded systems.

Explore 36 awesome GitHub repositories matching software engineering & architecture · Runtime Parameter Configurators. Refine with filters or upvote what's useful.

Awesome Runtime Parameter Configurators GitHub Repositories

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

    magento/magento2

    12,126Vezi pe GitHub↗

    This project is a PHP e-commerce platform and enterprise storefront framework designed for building and managing online stores. It functions as a modular PHP application and headless commerce engine, separating e-commerce business logic from frontend presentation to support multiple storefronts and devices. The system is built on a modular architecture that allows developers to add custom business logic and third-party integrations. It utilizes a service-contract-based API to ensure stability across module implementations and employs dependency-injection for object lifecycle management. Core

    Provides a system to set memory and execution timeouts to prevent high-resource operations from crashing the server.

    PHPecommerceecommerce-platformhacktoberfest
    Vezi pe GitHub↗12,126
  • px4/px4-autopilotAvatar PX4

    PX4/PX4-Autopilot

    11,962Vezi pe GitHub↗

    PX4-Autopilot is a professional-grade flight control software stack designed for autonomous unmanned vehicles, including multicopters, fixed-wing aircraft, and vertical takeoff and landing platforms. It operates as a modular, real-time framework that decouples flight control logic from hardware drivers through a publish-subscribe middleware architecture. The system utilizes a deterministic microkernel runtime to execute time-critical flight control loops and sensor fusion tasks, ensuring stable navigation and vehicle operation. The platform distinguishes itself through a parameter-driven conf

    Enables dynamic tuning of flight dynamics and hardware mapping via structured configuration profiles.

    C++autonomousautopilotavoidance
    Vezi pe GitHub↗11,962
  • nangohq/nangoAvatar NangoHQ

    NangoHQ/nango

    10,772Vezi pe GitHub↗

    Nango is an open-source platform that connects applications to external APIs by managing authentication, data synchronization, and custom function execution. It provides a managed runtime for TypeScript integration functions, handling OAuth flows, credential storage, and token refresh for hundreds of external APIs while keeping secrets isolated from application code. The platform distinguishes itself by exposing integration functions as discoverable tools for AI agents through an MCP server or API, with per-user credential isolation that keeps provider secrets out of the agent loop. It offers

    Passes runtime configuration values from connection metadata to sync functions for per-customer customization.

    TypeScriptaccess-tokenapiapi-client
    Vezi pe GitHub↗10,772
  • nasa/fprimeAvatar nasa

    nasa/fprime

    10,766Vezi pe GitHub↗

    F Prime este un framework bazat pe componente, conceput pentru dezvoltarea și implementarea software-ului pentru sisteme embedded și zbor spațial. Acesta oferă o arhitectură modulară care decuplează logica software de interfețele de comunicare, permițând dezvoltatorilor să definească structurile sistemului printr-un limbaj de modelare specific domeniului. Această abordare bazată pe modele permite generarea automată de cod, asigurând consistența în topologii complexe de sistem, menținând în același timp contracte stricte de interfață între modulele software. Framework-ul se distinge prin sistemul său integrat de build și suita de operațiuni cu date la sol. Acesta automatizează întregul ciclu de viață al software-ului embedded, de la compilarea încrucișată și gestionarea dependențelor până la generarea interfețelor de telemetrie și comandă. Prin furnizarea unui mediu unificat atât pentru software-ul de zbor de la bord, cât și pentru monitorizarea la sol, facilitează integrarea, testarea și controlul sistemelor embedded distribuite pe diverse platforme hardware. Dincolo de arhitectura sa de bază, proiectul include instrumente cuprinzătoare pentru observabilitatea sistemului, inclusiv vizualizarea telemetriei în timp real, logarea evenimentelor și trasarea diagnosticelor. Acesta suportă o gamă largă de scenarii de implementare, de la medii bare-metal la sisteme de operare în timp real, și oferă mecanisme pentru gestionarea memoriei, modelarea comportamentului bazat pe stări și execuția asincronă a sarcinilor. Proiectul este menținut ca un depozit C++ cu documentație extinsă și suport pentru sistemul de build pentru dezvoltare multi-platformă.

    Updates component settings at runtime via ground-commanded parameters to adjust behavior without requiring software redeployment.

    C++componentscppembedded
    Vezi pe GitHub↗10,766
  • xmrig/xmrigAvatar xmrig

    xmrig/xmrig

    9,998Vezi pe GitHub↗

    XMRig is a multi-algorithm hashing tool and cryptocurrency miner that utilizes CPU, CUDA, and OpenCL hardware to execute hashing algorithms across multiple operating systems. It functions as a computational engine for mining cryptocurrency and benchmarking hardware efficiency. The project includes a Stratum proxy server that routes mining traffic between worker clients and pools to optimize connectivity and balance load. It also provides a secured HTTP management API for monitoring hashrates and modifying miner configuration in real time without restarting the process. The software covers a

    Allows updating operational parameters via JSON files or command line interfaces during runtime without restarts.

    Cargon2cpuminercryptocurrency
    Vezi pe GitHub↗9,998
  • 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

    Allows the definition and passing of input values during deployment to customize infrastructure behavior.

    Pythonawsaws-samlambda
    Vezi pe GitHub↗9,560
  • owncloud/coreAvatar owncloud

    owncloud/core

    8,793Vezi pe GitHub↗

    This project is a self-hosted cloud storage server and content collaboration platform implemented as a PHP web application framework. It functions as a centralized server for storing, synchronizing, and sharing files and data across multiple devices. The system operates as a WebDAV file server and a synchronization server for scheduling and contact information using CalDAV and CardDAV protocols. It features a plugin architecture that allows the server to be extended with additional applications and custom features. The platform provides capabilities for user and group access management, exte

    Allows configuration of memory and execution limits to ensure stability during large file transfers.

    PHPenterprisefederatedfile-sharing
    Vezi pe GitHub↗8,793
  • awslabs/llrtAvatar awslabs

    awslabs/llrt

    8,752Vezi pe GitHub↗

    llrt is a low-latency JavaScript runtime based on the QuickJS engine, specifically designed for executing asynchronous functions in serverless environments. It provides a lightweight execution layer optimized for fast startup times and minimal memory usage when running ES2023 workloads. The project differentiates itself by bundling natively optimized cloud service SDKs directly into the runtime binary to eliminate external dependency loading. To further reduce cold start latency, it implements parallel connection warming for TLS and network handshakes during the startup phase. The runtime co

    Allows configuration of memory limits and idle socket timeouts to ensure stable system performance.

    Rust
    Vezi pe GitHub↗8,752
  • kreuzberg-dev/kreuzbergAvatar kreuzberg-dev

    kreuzberg-dev/kreuzberg

    8,527Vezi pe GitHub↗

    Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into clean, structured text and metadata. It is built around a compiled Rust core that can be used as a native library, a command-line tool, a REST API server, or a WebAssembly module for browser-based processing. The system is designed to run entirely on self-hosted infrastructure, with no data leaving the user's environment. What distinguishes Kreuzberg is its breadth of integration surfaces and its pipeline architecture. It exposes extraction capabilities through native bindings fo

    Rejects extraction for XLSX or PPTX files that exceed configured resource bounds.

    Rustdocument-intelligenceelixirffi
    Vezi pe GitHub↗8,527
  • rrousselgit/riverpodAvatar rrousselGit

    rrousselGit/riverpod

    7,315Vezi pe GitHub↗

    Riverpod is a reactive state management framework for Dart that manages application state through providers which automatically track dependencies and rebuild dependents when values change. It functions as an asynchronous data caching library, caching results of async operations and exposing loading, error, and data states to widgets without manual future handling. The framework includes a provider composition system that combines multiple providers into derived values that recompute automatically when any dependency changes, along with code generation for state providers that reduces boilerpl

    Supports named, optional, and default parameters in provider definitions for flexible state configuration.

    Dartdartflutterhacktoberfest
    Vezi pe GitHub↗7,315
  • angel-ml/angelAvatar Angel-ML

    Angel-ML/angel

    6,783Vezi pe GitHub↗

    Angel is a distributed machine learning framework and graph computation engine designed to train predictive models and execute algorithms across a cluster of servers. It functions as a distributed parameter server that synchronizes model weights and gradients across multiple machines to handle massive datasets. The system provides a production environment for model inference deployment to provide real-time predictions for end users. It integrates with Spark to run machine learning workflows and data processing pipelines through a compatible interface. The framework covers distributed graph c

    Distributes model parameters across a cluster using load-balancing techniques to maximize hardware resource utilization.

    Javahigh-dimensionalmachine-learningmodel
    Vezi pe GitHub↗6,783
  • spacebarchat/spacebarchatAvatar spacebarchat

    spacebarchat/spacebarchat

    6,680Vezi pe GitHub↗

    SpaceBarChat is an open-source, self-hosted chat server that implements the Discord client-server protocol, allowing existing Discord clients and bots to connect without modification. It provides a complete communication platform for real-time messaging, voice, and video, all running on your own infrastructure with data stored in a PostgreSQL database that automatically synchronizes its schema with the application source code. The platform is built on a three-service architecture that separates API, Gateway, and CDN processes, communicating via Unix domain sockets or RabbitMQ for coordination

    Adjust every aspect and limit of the platform to match specific deployment needs.

    discorddiscord-open-sourcefoss
    Vezi pe GitHub↗6,680
  • symfony/translationAvatar symfony

    symfony/translation

    6,607Vezi pe GitHub↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Allows passing extra parameters to controllers via route defaults, beyond those in the URL path.

    PHPcomponentphpsymfony
    Vezi pe GitHub↗6,607
  • superradcompany/microsandboxAvatar superradcompany

    superradcompany/microsandbox

    6,570Vezi pe GitHub↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Sets CPU, memory, idle timeout, and maximum duration limits so abandoned sandboxes are automatically reclaimed.

    Rust
    Vezi pe GitHub↗6,570
  • nteract/papermillAvatar nteract

    nteract/papermill

    6,451Vezi pe GitHub↗

    Papermill is a Jupyter notebook execution engine and parameterization framework designed to run notebooks programmatically. It allows users to inject custom input values into notebooks to execute the same logic across different datasets, transforming interactive notebooks into reproducible data science pipelines. The project functions as a language-agnostic notebook runner and orchestrator, supporting kernels for Python, R, Julia, and Scala. It is distinguished by its cloud-integrated runner capabilities, featuring built-in handlers to read and write notebooks directly to storage providers su

    Inserts input and output notebook file paths directly into the execution environment as usable parameters.

    Python
    Vezi pe GitHub↗6,451
  • francescopace/espectreAvatar francescopace

    francescopace/espectre

    6,472Vezi pe GitHub↗

    Espectre is an edge machine learning framework and motion detection platform that uses Wi-Fi Channel State Information to identify human presence and movement. It functions as a sensing toolkit for ESP32 microcontrollers, enabling the detection of motion through walls without the use of cameras or wearables. The project distinguishes itself by executing compact neural network classifiers and mathematical detection algorithms directly on the microcontroller. It utilizes a MicroPython runtime to allow for the prototyping and deployment of sensing logic and wireless signal processing algorithms

    Supports adjusting detection settings at runtime by sending JSON commands over MQTT.

    Pythoncsidiyesp-32
    Vezi pe GitHub↗6,472
  • redisearch/redisearchAvatar RediSearch

    RediSearch/RediSearch

    6,161Vezi pe GitHub↗

    RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph

    Passes arguments after the module file name during loading so the initialization function receives them as an array of strings.

    Cfulltextgeospatialgis
    Vezi pe GitHub↗6,161
  • weiye-jing/datax-webAvatar WeiYe-Jing

    WeiYe-Jing/datax-web

    6,009Vezi pe GitHub↗

    DataX Web is a web-based management platform for scheduling, building, executing, and monitoring distributed data synchronization jobs powered by DataX. It provides a visual console for creating and managing DataX tasks without manual JSON configuration, with a distributed executor cluster that auto-registers worker nodes and supports configurable routing and blocking strategies for task distribution. The platform offers cron-based task scheduling with dynamic start, stop, and immediate status changes, along with incremental sync capabilities that pass dynamic parameters to extract only new o

    Passes partition field values as runtime parameters so DataX tasks target the correct table partitions during execution.

    Java
    Vezi pe GitHub↗6,009
  • cri-o/cri-oAvatar cri-o

    cri-o/cri-o

    5,629Vezi pe GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Sends the pod-level resource overhead and limits received from the kubelet to NRI plugins.

    Go
    Vezi pe GitHub↗5,629
  • lxc/lxdAvatar lxc

    lxc/lxd

    5,554Vezi pe GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Accepts decimal and binary suffixes for bytes and bits when setting storage, memory, and network limits.

    Go
    Vezi pe GitHub↗5,554
Înapoi12Înainte
  1. Home
  2. Software Engineering & Architecture
  3. Default Configuration Values
  4. Execution Parameter Configurations
  5. Application Parameter Configurators
  6. Runtime Parameter Configurators

Explorează sub-etichetele

  • Distributed Parameter Servers1 sub-tagCentralized parameter servers allowing distributed components to set and retrieve named configuration values at runtime. **Distinct from Runtime Parameter Configurators:** Distinct from Runtime Parameter Configurators: provides a distributed parameter server for multiple components, not single-component runtime updates.
  • In-App Runtime Configuration InterfacesUser interfaces accessible during application runtime to adjust operational parameters and component settings. **Distinct from Runtime Parameter Configurators:** Focuses on a visual UI for runtime adjustment rather than ground-commanded parameters for embedded systems.
  • Metadata Parameter Passings4 sub-tag-uriSupplies runtime configuration values to sync functions from connection metadata for per-customer customization without code changes. **Distinct from Runtime Parameter Configurators:** Distinct from Runtime Parameter Configurators: focuses on passing metadata from connection configurations to integration functions rather than ground-commanded system updates.
  • Parameter Loading InterfacesMechanisms for retrieving and updating component parameters from storage via dedicated ports. **Distinct from Runtime Parameter Configurators:** Distinct from Runtime Parameter Configurators: focuses on the port-based loading mechanism rather than the runtime command-based update logic.
  • Resource Limit Configurations5 sub-tag-uriSettings for defining memory and execution timeouts to prevent high-resource operations from causing system instability. **Distinct from Runtime Parameter Configurators:** Distinct from Runtime Parameter Configurators: focuses on server stability limits (memory/timeouts) rather than behavioral parameter tuning.
  • Sensor Stream ParametersConfiguration of hardware-specific stream settings such as resolution and frame rate. **Distinct from Runtime Parameter Configurators:** Targets physical sensor stream settings rather than general application or ground-commanded runtime parameters