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

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

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

Open-source alternatives to Doozerd

23 open-source projects similar to ha/doozerd, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Doozerd alternative.

  • tarscloud/tarsTarsCloud का अवतार

    TarsCloud/Tars

    10,071GitHub पर देखें↗

    Tars is a distributed systems platform that provides a high-performance remote procedure call (RPC) framework, service discovery, and a centralized administration platform for building and managing microservice-based applications. At its core, it offers a custom binary protocol for efficient serialization and communication between services, along with a name service that dynamically resolves service endpoints for RPC routing. The platform distinguishes itself by supporting multi-language microservice development, enabling services to be written in C++, Java, Node.js, PHP, and Go using a share

    C++high-availabilityhigh-performancemicroservice
    GitHub पर देखें↗10,071
  • apache/zookeeperapache का अवतार

    apache/zookeeper

    12,763GitHub पर देखें↗

    ZooKeeper is a distributed coordination service that provides a centralized system for managing configuration, naming, and synchronization across a cluster of distributed processes. It functions as a cluster consensus service, a distributed configuration store, and a distributed lock manager to maintain a consistent state across multiple network nodes. The service implements a consensus protocol to ensure data consistency and uses a replicated state machine to maintain identical copies of the system state across all servers. It provides a distributed lock management system to coordinate exclu

    Javaapacheconfiguration-managementconsensus
    GitHub पर देखें↗12,763
  • clusterpedia-io/clusterpediaC

    clusterpedia-io/clusterpedia

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • coredns/corednscoredns का अवतार

    coredns/coredns

    14,109GitHub पर देखें↗

    CoreDNS is a modular domain name system server designed for cloud-native environments. It functions as a flexible DNS resolver and forwarder that manages network traffic by routing queries based on zone-based rules and authoritative data. The server is built to integrate with service discovery systems, enabling it to map service names to network addresses within containerized infrastructure. The project is defined by a plugin-based request pipeline that allows for the extension of server functionality through custom modules. These plugins can intercept, modify, or log network requests in real

    Gocncfcorednsdns-server
    GitHub पर देखें↗14,109

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • coreos/etcdcoreos का अवतार

    coreos/etcd

    51,846GitHub पर देखें↗

    etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a cluster of nodes. It functions as a reliable registry for storing and synchronizing critical settings and metadata used by distributed applications. The system implements the Raft consensus algorithm to ensure data consistency and leader election across servers. To protect data transfers and verify node identities, it utilizes a network security layer based on mutual TLS and client certificates. Its capabilities cover distributed configuration management, cluster state synchro

    Go
    GitHub पर देखें↗51,846
  • ctripcorp/apolloctripcorp का अवतार

    ctripcorp/apollo

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

    Apollo is a microservice configuration management system and dynamic configuration center. It serves as a centralized platform for storing, distributing, and syncing application settings across distributed environments to maintain consistency across various clusters. The system distinguishes itself through a dynamic configuration orchestrator that supports real-time updates to connected applications, eliminating the need for manual service restarts. It features a grayscale configuration deployment tool for rolling out changes to a small subset of service instances and a version control system

    Java
    GitHub पर देखें↗29,760
  • deis/stewardD

    deis/steward

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • etcd-io/etcdetcd-io का अवतार

    etcd-io/etcd

    51,838GitHub पर देखें↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronized view of data. By providing atomic operations and linearizable reads and writes, it serves as a foundational component for distributed systems requiring high availability and fault tolerance. The system distinguishes itself through its multi-version concurrency control, which e

    Gocncfconsensusdatabase
    GitHub पर देखें↗51,838
  • gliderlabs/registratorgliderlabs का अवतार

    gliderlabs/registrator

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

    Registrator is a dynamic service discovery tool and metadata synchronizer that acts as a bridge between Docker containers and external service discovery registries. It automatically registers and deregisters containers in these backends to ensure that network addresses and service lists remain accurate in real time. The project utilizes a pluggable adapter architecture to support various external registry backends. It employs a formatting engine to process container labels and environment variables into structured service descriptions and uses label-based filtering to determine which containe

    Go
    GitHub पर देखें↗4,676
  • 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

    Goapi-gatewayconsulecs
    GitHub पर देखें↗29,943
  • istio-ecosystem/admiralI

    istio-ecosystem/admiral

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • kelseyhightower/confdkelseyhightower का अवतार

    kelseyhightower/confd

    8,424GitHub पर देखें↗

    confd is a dynamic configuration templating engine and manager that generates local application configuration files using data from environment variables and distributed key-value stores. It functions as a client for stores such as etcd and Consul, monitoring these sources for changes to automate the creation and update of files on the local filesystem. The tool serves as an application process reloader, capable of automatically restarting or signaling dependent applications when their underlying configuration files are modified. This ensures that updated settings from a centralized source of

    Go
    GitHub पर देखें↗8,424
  • kosmos-io/kosmosK

    kosmos-io/kosmos

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • kubernetes-sigs/service-catalogK

    kubernetes-sigs/service-catalog

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • linkerd/linkerd2linkerd का अवतार

    linkerd/linkerd2

    11,424GitHub पर देखें↗

    This project is a service mesh platform designed to manage, secure, and observe service-to-service communication within Kubernetes clusters. It functions as a control plane that orchestrates transparent sidecar proxies, which intercept and manage network traffic to provide reliable connectivity for microservices. By automating the injection of these proxies, the platform ensures that infrastructure-level policies are applied consistently across all workloads without requiring manual configuration changes. The platform distinguishes itself through its focus on zero-trust security and cross-clu

    Gocloud-nativegolangkubernetes
    GitHub पर देखें↗11,424
  • netflix/eurekaNetflix का अवतार

    Netflix/eureka

    12,712GitHub पर देखें↗

    Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a distributed service registry where instances record their network locations and health status to enable dynamic communication without the use of hardcoded addresses. The system functions as a client-side load balancing framework, providing location data to consumers so they can distribute network traffic across available instances. It employs a heartbeat-based health monitor to track instance availability and automatically removes unresponsive nodes from the registry to manage

    Java
    GitHub पर देखें↗12,712
  • openservicebrokerapi/servicebrokerO

    openservicebrokerapi/servicebroker

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • openshift/open-service-broker-sdkO

    openshift/open-service-broker-sdk

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • polarismesh/polarispolarismesh का अवतार

    polarismesh/polaris

    2,548GitHub पर देखें↗

    Service Discovery and Governance Platform for Microservice and Distributed Architecture

    Goauthenticatecircuit-breakfault-tolerance
    GitHub पर देखें↗2,548
  • skynetservices/skydns1S

    skynetservices/skydns1

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • turbinelabs/rotorT

    turbinelabs/rotor

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • airbnb/synapseairbnb का अवतार

    airbnb/synapse

    2,062GitHub पर देखें↗

    A transparent service discovery framework for connecting an SOA

    Ruby
    GitHub पर देखें↗2,062
  • vulcand/vulcandvulcand का अवतार

    vulcand/vulcand

    3,097GitHub पर देखें↗

    Programmatic load balancer backed by Etcd

    Go
    GitHub पर देखें↗3,097