awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mem0ai/mem0الصورة الرمزية لـ mem0ai

    mem0ai/mem0

    58,698عرض على 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
    عرض على GitHub↗58,698
  • loft-sh/vclusterالصورة الرمزية لـ loft-sh

    loft-sh/vcluster

    11,186عرض على 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
    عرض على GitHub↗11,186
  • ixartz/saas-boilerplateالصورة الرمزية لـ ixartz

    ixartz/SaaS-Boilerplate

    6,838عرض على 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
    عرض على GitHub↗6,838
  • gam-team/gamالصورة الرمزية لـ GAM-team

    GAM-team/GAM

    4,206عرض على 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
    عرض على GitHub↗4,206
  • agenta-ai/agentaالصورة الرمزية لـ Agenta-AI

    Agenta-AI/agenta

    3,860عرض على 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
    عرض على GitHub↗3,860
  1. Home
  2. Software Engineering & Architecture
  3. Multi-tenancy Architectures

استكشف الوسوم الفرعية

  • 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