TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the best approach to build a SaaS Product with Multi-tenancy?

2 点作者 johnmoore超过 7 年前
So do you pick<p>1) Microsoft - ASP - MVC<p>https:&#x2F;&#x2F;www.appseconnect.com&#x2F;how-to-design-a-multi-tenant-application-with-asp-net-mvc&#x2F;<p>Or using this guys SassKit<p>http:&#x2F;&#x2F;benfoster.io&#x2F;blog&#x2F;saaskit-multi-tenancy-made-easy<p>A Multi-Tenant (SaaS) Application With ASP.NET MVC, Angularjs, EntityFramework and ASP.NET Boilerplate<p>https:&#x2F;&#x2F;www.codeproject.com&#x2F;Articles&#x2F;1043326&#x2F;A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A<p>2) Django<p>http:&#x2F;&#x2F;django-tenant-schemas.readthedocs.io&#x2F;en&#x2F;latest&#x2F;<p>3) Any other approaches?<p>So I would like to know what sort of architectures some startup&#x27;s have went with, and some of the challenges they hit by picking that approach?

1 comment

oblib超过 7 年前
&quot;Multi-tenancy&quot;<p>That term is new to me but after reading a few descriptions I think that CouchDB 2.0 is designed in a way that may provide those capabilities.<p>It has built-in authentication and uses &quot;Users&quot; and &quot;Roles&quot; and &quot;Design Documents&quot; that provide controls and methods to create and access data on a specific database.<p><a href="http:&#x2F;&#x2F;docs.couchdb.org&#x2F;en&#x2F;2.1.0&#x2F;" rel="nofollow">http:&#x2F;&#x2F;docs.couchdb.org&#x2F;en&#x2F;2.1.0&#x2F;</a><p>You might want to look into PouchDB.js as well as the CouchDB Docs.<p><a href="https:&#x2F;&#x2F;pouchdb.com" rel="nofollow">https:&#x2F;&#x2F;pouchdb.com</a>