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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesMulti-tenancy Architectures

Patterns and implementations for isolating resources across multiple organizational units.

Distinguishing note: Focuses on hierarchical resource management and access control for multi-tenant systems.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Multi-tenancy Architectures. Refine with filters or upvote what's useful.

Awesome Multi-tenancy Architectures GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mem0ai/mem0Avatar de mem0ai

    mem0ai/mem0

    58,698Voir sur GitHub↗

    Mem0 is an agent-agnostic memory layer designed to provide intelligent agents with long-term persistence and cross-session state management. By acting as a centralized service, it allows diverse AI agents to recall user preferences, past interactions, and historical context, ensuring continuity across multiple workflows and independent agent systems. The platform distinguishes itself through a multi-signal retrieval engine that combines semantic vectors, keyword matching, and entity-linked metadata to surface the most relevant information. It employs an adaptive memory engine that automatical

    Supports hierarchical organization structures with granular access control for memory resources.

    Pythonagentsaiai-agents
    Voir sur GitHub↗58,698
  • loft-sh/vclusterAvatar de loft-sh

    loft-sh/vcluster

    11,186Voir sur GitHub↗

    vcluster is a Kubernetes virtual cluster platform that creates fully isolated Kubernetes environments with dedicated control planes, API servers, and RBAC on shared physical infrastructure. It virtualizes Kubernetes control planes by running them as pods inside a host cluster, as standalone binaries on bare metal or virtual machines, or within Docker containers, providing each tenant their own isolated Kubernetes environment without the overhead of managing separate physical clusters. The platform enables multi-tenant Kubernetes isolation through multiple tenancy models, from shared node pool

    Deploys dedicated API servers, controller managers, and data stores as pods on an existing cluster for tenant isolation.

    Gocloud-nativehelmk3s
    Voir sur GitHub↗11,186
  • ixartz/saas-boilerplateAvatar de ixartz

    ixartz/SaaS-Boilerplate

    6,838Voir sur GitHub↗

    This project is a comprehensive starter kit for building subscription-based web applications using Next.js and TypeScript. It provides a structural foundation for developing software-as-a-service platforms, incorporating integrated user authentication, payment tiers, and multi-tenant organization management. The framework distinguishes itself with a dedicated multi-tenant application architecture that organizes users into teams and organizations with workspace switching. It includes a built-in monetization layer via Stripe subscription integration for managing pricing tiers and billing cycles

    Implements organizational multi-tenancy patterns for isolating resources across multiple organizational units.

    TypeScriptauthenticationboilerplatemulti-tenancy
    Voir sur GitHub↗6,838
  • gam-team/gamAvatar de GAM-team

    GAM-team/GAM

    4,206Voir sur GitHub↗

    GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la

    Uses named configuration sections to isolate resources and credentials across different domains and cloud projects.

    Pythongamgooglegoogle-admin-sdk
    Voir sur GitHub↗4,206
  • agenta-ai/agentaAvatar de Agenta-AI

    Agenta-AI/agenta

    3,860Voir sur GitHub↗

    Agenta is a Prompt Ops lifecycle manager and prompt management platform that decouples prompt engineering from application code. It serves as a centralized system for developing, versioning, and deploying prompt templates and model configurations across different environments. The platform functions as an AI agent orchestrator with a visual interface for building agent workflows and connecting models to external tools. It further acts as an evaluation framework and observability tool, utilizing OpenTelemetry to capture execution traces, monitor latency, and track token costs. The system cove

    Isolates data and restricts API access across different organizations using role-based permissions.

    TypeScriptagentsevaluationllm-as-a-judge
    Voir sur GitHub↗3,860
  1. Home
  2. Software Engineering & Architecture
  3. Multi-tenancy Architectures

Explorer les sous-tags

  • Control Plane VirtualizationArchitecture for providing dedicated virtual control planes per tenant on shared infrastructure. **Distinct from Multi-tenancy Architectures:** Focuses specifically on the virtualization of the Kubernetes control plane rather than general resource isolation patterns