awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesCluster Connectivity

Mechanisms for allowing external processes to establish connections and invoke operations on a distributed cluster.

Distinct from API Client Connectivity: Focuses on the connection to a distributed actor cluster rather than generic API client-server connectivity.

Explore 10 awesome GitHub repositories matching artificial intelligence & ml · Cluster Connectivity. Refine with filters or upvote what's useful.

Awesome Cluster Connectivity GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lensapp/lensAvatar von lensapp

    lensapp/lens

    23,180Auf GitHub ansehen↗

    Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and

    Manages local configuration files that store cluster names, config paths, and proxy settings.

    cloud-nativecontainersdevops
    Auf GitHub ansehen↗23,180
  • dotnet/orleansAvatar von dotnet

    dotnet/orleans

    10,789Auf GitHub ansehen↗

    Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements a virtual actor model where entities with stable identities manage their own state and lifecycle across a cluster of servers. The framework provides a distributed state management system with ACID transaction support and a distributed pub/sub streaming engine for real-time data processing. It distinguishes itself through location-transparent routing, automatic actor activation and deactivation, and elastic cluster scaling that redistributes workloads during node failures. Th

    Enables external processes to connect to a distributed cluster to invoke remote operations on actors.

    C#actor-modelactorscloud-computing
    Auf GitHub ansehen↗10,789
  • olivere/elasticAvatar von olivere

    olivere/elastic

    7,450Auf GitHub ansehen↗

    This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data

    Provides custom network settings to manage communication behavior between the Go client and the server.

    Go
    Auf GitHub ansehen↗7,450
  • ctfd/ctfdAvatar von CTFd

    CTFd/CTFd

    6,523Auf GitHub ansehen↗

    Adjusts global parameters such as challenge visibility, team size limits, and scoring rules through a web interface.

    Pythonctfctfdeducation
    Auf GitHub ansehen↗6,523
  • tridactyl/tridactylAvatar von tridactyl

    tridactyl/tridactyl

    6,246Auf GitHub ansehen↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Displays the value of a single configuration setting specified by a dot-delimited path.

    TypeScriptfirefoxhacktoberfestvim
    Auf GitHub ansehen↗6,246
  • microsoft/taskweaverAvatar von microsoft

    microsoft/TaskWeaver

    6,115Auf GitHub ansehen↗

    TaskWeaver is an LLM agent framework that interprets natural language requests and executes them as Python code, SQL queries, or shell commands. It functions as a conversational code interpreter that maintains stateful data structures across turns, generating executable code from user prompts within a session-based environment. The system is designed as a self-hosted AI agent platform that can be deployed in Docker, managing sessions and providing a web UI for data analytics and automation tasks. The framework distinguishes itself through a role-based multi-agent architecture that divides the

    Includes a connector for Zhipu AI's GLM model to interpret and execute user requests.

    Pythonagentai-agentscode-interpreter
    Auf GitHub ansehen↗6,115
  • psviderski/unregistryAvatar von psviderski

    psviderski/unregistry

    4,781Auf GitHub ansehen↗

    Unregistry is a decentralized container cluster orchestrator and Docker Compose manager. It allows for the deployment and scaling of containerized services across multiple remote hosts without the need for a centralized control plane. The project distinguishes itself by providing a registry-less deployment model, using SSH to transfer container image layers directly to remote servers. This capability enables deployments to air-gapped or private networks by bypassing external image registries entirely. The system covers a broad range of operational capabilities, including overlay mesh network

    Manages local configuration files that store connection details and entry points for remote clusters.

    Gocontainerddockergolang
    Auf GitHub ansehen↗4,781
  • psviderski/uncloudAvatar von psviderski

    psviderski/uncloud

    4,653Auf GitHub ansehen↗

    Uncloud is a decentralized container orchestrator designed to deploy and manage applications across multiple servers without a central control plane. It functions as a peer-to-peer system and a Docker Compose cluster deployer, using SSH-based infrastructure management to coordinate operations across remote nodes. The project distinguishes itself by using a secure mesh network overlay to enable direct inter-container communication across different physical machines. It facilitates container image distribution by transferring missing layers directly from local environments to target nodes, bypa

    Stores connection details and entry points in a local configuration file to facilitate communication with the cluster.

    Gocontainersdeploymentdevops
    Auf GitHub ansehen↗4,653
  • lapce/floemAvatar von lapce

    lapce/floem

    4,020Auf GitHub ansehen↗

    Floem is a native desktop UI framework and cross-platform toolkit for building high-performance user interfaces. It functions as a reactive UI library that uses a signal-based state management system to automatically synchronize the interface with data changes via lightweight observable primitives. The framework utilizes a GPU-accelerated rendering engine to ensure visual consistency and high performance across different desktop operating systems. It features a layout engine based on flexible box and grid models to create responsive screens that adapt to various window sizes. The toolkit cov

    Establishes secure network tunnels from local environments to private databases and internal APIs for testing.

    Rustnativerustui
    Auf GitHub ansehen↗4,020
  • perlin-network/noiseAvatar von perlin-network

    perlin-network/noise

    1,826Auf GitHub ansehen↗

    Noise is a peer-to-peer networking stack written in Go designed for building decentralized systems. It provides a framework for managing node lifecycles, establishing encrypted communication channels, and facilitating direct data exchange between distributed nodes without reliance on central authorities. The library distinguishes itself through a modular architecture that allows developers to stack custom communication layers, enabling the creation of specialized network protocols. It incorporates a decentralized key-value lookup system for peer discovery and routing, alongside cryptographic

    Allows adjustment of node behavior through connection limits, timeouts, and identity credentials.

    Gocryptographygolangnetwork
    Auf GitHub ansehen↗1,826
  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence Tooling
  4. Agent & Tool Integrations
  5. API Servers
  6. API Client Connectivity
  7. Cluster Connectivity

Unter-Tags erkunden

  • Cluster Connection ProfilesManaging local configuration files that store connection details and entry points for remote clusters. **Distinct from Cluster Connectivity:** Focuses on the storage and management of connection profiles in the CLI, not the networking protocol itself.
  • Configuration Settings3 Sub-TagsCustom settings used to manage the behavior and properties of a network connection to a cluster. **Distinct from Cluster Connectivity:** Focuses on the configuration parameters of the connection rather than the connectivity mechanism itself.
  • GLM Model ConnectionsSpecific connectors for establishing communication with Zhipu AI's GLM model. **Distinct from Cluster Connectivity:** Distinct from Connection Managers: focuses on the specific GLM model provider rather than generic connection management.