Explore the implementation of multitenant web applications using Phoenix and Ecto in this conference talk from ElixirConf EU 2023. Dive into the specific case where each client's data is stored independently in the database and served by a single application. Learn how to leverage Ecto's prefix option for accessing PostgreSQL schemas and utilize Plug for assigning the current tenant. Follow a step-by-step example demonstrating how all the components work together to create a robust multitenant architecture. Gain insights into software architecture principles and practical techniques for building scalable web applications that serve multiple clients efficiently.
Overview
Syllabus
Multitenant Web Applications with Phoenix by Eli Kroumova | ElixirConf EU 2023
Taught by
Code Sync