awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesDistributed Configuration

Tools for synchronizing settings across multiple application instances.

Distinguishing note: Focuses on the synchronization of settings across distributed systems.

Explore 5 awesome GitHub repositories matching development tools & productivity · Distributed Configuration. Refine with filters or upvote what's useful.

Awesome Distributed Configuration GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • spf13/viperspf13 का अवतार

    spf13/viper

    30,306GitHub पर देखें↗

    Viper is a configuration management library designed to centralize application settings from diverse sources into a unified, type-safe registry. It aggregates data from local files, environment variables, command-line flags, and remote key-value stores, providing a single source of truth for application state. By utilizing a hierarchical key-value registry, the system resolves configuration values based on a prioritized stack of providers, ranging from default values to runtime overrides. The library distinguishes itself through its pluggable provider abstraction and dynamic update capabiliti

    Manages application settings across multiple instances by fetching and watching values from centralized remote stores.

    Go
    GitHub पर देखें↗30,306
  • hashicorp/consulhashicorp का अवतार

    hashicorp/consul

    29,943GitHub पर देखें↗

    Consul is a distributed coordination service and service mesh tool used for service discovery, health monitoring, and cluster state management across dynamic networks. It provides a platform for locating network addresses of services and managing traffic across distributed infrastructure using DNS and HTTP interfaces. The project distinguishes itself through multi-datacenter network orchestration, enabling the federation of services across different regions using mesh gateways. It secures communication via a service mesh architecture that employs identity-based authorization and mutual TLS en

    Offers an HTTP API for storing indexed objects to coordinate configuration parameters across a distributed environment.

    Goapi-gatewayconsulecs
    GitHub पर देखें↗29,943
  • apple/foundationdbapple का अवतार

    apple/foundationdb

    16,446GitHub पर देखें↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    Distributes consistent settings across all nodes and clients using a broadcast mechanism for efficient updates.

    C++aciddistributed-databasefoundationdb
    GitHub पर देखें↗16,446
  • vespa-engine/vespavespa-engine का अवतार

    vespa-engine/vespa

    6,961GitHub पर देखें↗

    Vespa is a distributed search engine, vector database, and machine learning ranking engine. It serves as an AI search platform designed to handle large-scale document indexing and complex query processing across a cluster of nodes, combining keyword retrieval with high-dimensional embedding storage for semantic similarity search. The platform distinguishes itself by integrating machine learning models directly into the search pipeline to perform real-time inference and ranking. It converts these models into ranking expressions to score and order results based on relevance, while providing a s

    Provides a protocol for synchronizing configuration settings across distributed cluster nodes.

    Java
    GitHub पर देखें↗6,961
  • lucaslorentz/caddy-docker-proxylucaslorentz का अवतार

    lucaslorentz/caddy-docker-proxy

    4,532GitHub पर देखें↗

    caddy-docker-proxy is a dynamic HTTP reverse proxy and Docker network ingress controller that automatically generates routing configurations by reading labels from Docker containers. It serves as a service discovery tool that detects container IP addresses in real time to route incoming web traffic to the correct backend targets. The project functions as a distributed proxy orchestrator, capable of pushing generated configurations from a central controller to multiple remote server instances to scale request handling. It automates the issuance and renewal of TLS security certificates for prox

    Synchronizes server settings across multiple remote proxy instances using a central controller.

    Go
    GitHub पर देखें↗4,532
  1. Home
  2. Development Tools & Productivity
  3. Distributed Configuration