Ahsan Abid·6 hours agoMulti-Tenancy with Vert.x, Postgres and HibernateOnce your application goes from one too many customers you are faced with the problem of how to store the data related to these customers. You will have to do multi-tenancy in one way or another. So let us explore what are the options that we have. Multi-tenancy An architecture…Multitenancy5 min readMultitenancy5 min read
Emad Uddin·Jan 26Laravel Multi-Tenancy with Passport Auth, Spatie PermissionTopics: What is multi-tenancy? Why do we use multi-tenancy? Types of multi-tenancy Install the Laravel Framework Install Multi-Tenancy Package Creating a tenant model Central routes configuration Central Domain Configuration Tenant Routes Tenant Migration Creating a tenant as a user with controller and Rest API Create UUID Trait for all models…Multitenancy11 min readMultitenancy11 min read
Anna Vardanova·Jan 23Relational DB Scaling — PostgreSQL & PartitioningRelational DB-s have been a powerful data store for decades. While the DB-s variety has largely expanded, relational DB-s are still one of the most popular go-to solutions. It may be selected because it fits the use case, because the team is more familiar with it and time to market…Multitenancy8 min readMultitenancy8 min read
PropelAuth·Jan 19Next.js Multi-Tenant Starter ApplicationIn this guide, we’ll build an example B2B application in Next.js where users can sign up, login, manage their accounts, and view organization and member information, all using PropelAuth and NextJS.Multitenancy11 min readMultitenancy11 min read
OceanBase Database·Jan 97 Key Technologies to Ensure High Availability in OceanBase DatabaseThis article describes the high-availability technologies used in OceanBase Database and answers the following questions about OceanBase Database: A distributed system is immune to on-off faults, such as downtime, but suffers from non-on-off faults, such as NIC packet loss and I/O hanging. How does OceanBase Database address this pain point? …Multitenancy24 min readMultitenancy24 min read
Sagar Parmar·Jan 2Vcluster — Architecture Overview and InstallationFor container orchestration, Kubernetes has become the de facto standard. You can deploy your microservices-based applications, databases, machine learning algorithms, or anything else on Kubernetes. …Multitenancy10 min readMultitenancy10 min read
Felix Ivance Runye·Nov 30, 2022Implementing Laravel MutlitenancyHow to implement Laravel multi tenancy with one single application, for example running on /var/www/myAwesomeApp That can be accessed via dev.test / prod.test while using two different databases, ie dev database & prod database. the package we are going to use is spatie laravel multitenancy Basic requirements, Basic Laravel installation …Multitenancy4 min readMultitenancy4 min read
MakisinRed Squirrel·Nov 30, 2022Create a multi-tenant, whitelabel application in Elixir & Phoenix part II: Dynamic subdomain routingIn the previous post we outlined what a multi-tenant whitelabel application is. We also got our hands dirty by creating a new Phoenix application where we added the foundations for the app to be accessible via different sub-domains as well as a root domain. The posts in these series are: …Multitenancy6 min readMultitenancy6 min read
Niv RabininCyberArk Engineering·Nov 29, 2022How We Boosted Our Elasticsearch Performance by Blasting Our Indexes ScopeElasticsearch is a distributed search and analytics engine built on Apache Lucene and designed to store huge amounts of data for near real-time search and analysis purposes. An Elasticsearch index is a collection of documents that are related to each other, like a table in a relational database. At CyberArk…Multitenancy7 min readMultitenancy7 min read
MakisinRed Squirrel·Nov 18, 2022Create a multi-tenant, whitelabel application in Elixir & Phoenix part I: Working with subdomainsIn this series of posts of I’ll explain what whitelabel, multi-tenant applications are and how a basic example of that could look like in Elixir and Phoenix. The posts in these series are: Part I: Working with subdomains Part II: Dynamic subdomain routing Part III: Adding accounts (tenants) What is a multi-tenant application? A multi-tenant…Multitenancy5 min readMultitenancy5 min read