Best of multi-tenancy2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Tenancy for Laravel

    The stancl/tenancy package is a flexible multi-tenancy package for Laravel that automatically bootstraps tenancy, separates data, integrates with other packages, and is fully testable. It is packed with features such as shared users between tenants, user impersonation, and compatibility with various databases. It has gained trust among developers and is frequently used in production applications.

  2. 2
    Article
    Avatar of neontechNeon·2y

    Multi-tenancy and Database-per-User Design in Postgres

    The post examines the multi-tenancy strategies in Postgres, emphasizing the database-per-user architecture. It discusses the evolution of multi-tenant architectures, highlights the benefits and challenges of the database-per-user strategy, and contrasts it with schema-per-user and shared schema approaches. The post also introduces the concept of control planes for managing and scaling multiple databases effectively, especially with Neon’s cloud-native capabilities.

  3. 3
    Article
    Avatar of dhhDavid Heinemeier Hansson·2y

    Multi-tenancy is what’s hard about scaling web services

    Scaling web services can be hard, especially when dealing with multi-tenancy. However, the use of single-tenancy and sqlite may provide a way to sidestep some of the complexity. This post explores the potential benefits and challenges of single-tenancy at scale.

  4. 4
    Article
    Avatar of auth0Auth0·2y

    Build a Secure and Scalable B2B SaaS App in React

    Learn how to build a secure and scalable B2B SaaS app in React using Auth0 Organizations for multi-tenancy.