Skip to main content
Software Engineering

Questions tagged [software-as-a-service]

a software licensing and delivery model in which software is licensed on a subscription basis and is centrally hosted.

Filter by
Sorted by
Tagged with
2 votes
3 answers
212 views

How should small but highly requested features be prioritized in technically driven B2B products?

In technically driven B2B products — such as hosting panels, billing systems, or extensible CMS platforms — it’s common for users to request small but high-impact features, like: Custom messages on ...
2 votes
5 answers
2k views

Rewrite or Transpiler - How to move away from a proprietary SAAS solution

We are using a Software as a Service platform that allows to create custom code which integrates in the platform and all its features (dialogues for common objects like Account, Customer, Address, and ...
0 votes
0 answers
81 views

Disable tenants in multi tenant SaaS app

I am building an app where I have tenants and each tenant can have multiple users. The users can do multiple things in the application and these functionalities also are kind of independent from each ...
0 votes
1 answer
214 views

Need help to design payment subscription - Custom logic for the recurring payment or Stripe Subscription

I am developing a SaaS platform with a membership management system as a part of the bigger system. Tenants are allowed to perform CRUD operations on Plans, which has price and the length of the ...
-4 votes
1 answer
265 views

How to stop showing SQL queries of a web application in Browser's Inspect elements?

I have a web application written in express.js and php 8.2. Currently, anyone can right lick in chrome or edge chromium browser and go to inspect element>>network tab and click on data ...
0 votes
1 answer
731 views

How do you handle multiple database connections on an multitenancy applications

In a multitenancy application where you create a new postgres database for each tenant, what's the best way to handle database connections on runtime? Do you open and close connection on every request ...
1 vote
0 answers
177 views

Centralized management of many single-tenant instances

Designing a SaaS application that will be used by multiple business customers (tenants). Decided to use the single tenant model - a single instance of the application and database is deployed for each ...
1 vote
2 answers
1k views

Multi-tenant multi-region SaaS with per-customer subdomain

I am trying to figure out how to design SaaS system that offers subdomain per customer (e.g. <customer>.example.com), where each customer is on specific region. Due to compliance and regulation, ...
0 votes
1 answer
213 views

How to improve a monthly usage quota system for an API with growing number of users?

Couple of years ago, I designed an API service which has a limit on the number of requests per month per user. To track the monthly usage of each user, I used a table called monthly_usage. The table ...
1 vote
2 answers
212 views

How can I enable user data sovereignty in a B2B SaaS application?

We develop a SaaS solution that processes customer ERP data and provides analyses from it in a front-end. The software is a standard solution and should require as little customization as possible for ...
0 votes
3 answers
225 views

Can you suggest ways to assure client data confidentiality in a SaaS product managed by yourself?

I am designing a multitenant SaaS platform where the database will hold information for different clients. The application consists of an Angular frontend and a REST API Backend. Some of the clients ...
0 votes
0 answers
346 views

microservice custom error messages

We use microservices and spring boot in our saas (multi tenant) projects. We will proceed through the schema per tenant. We manage the error messages we show to the users through a database. We are ...
0 votes
1 answer
154 views

Architecture for SaaS that can run in my company's cloud or in clients' networks [closed]

I am working on a portable SaaS web application that has these requirements: The application can run as a cloud service hosted by my organization. Clients can run the application in their own on-...
4 votes
4 answers
6k views

Multi tenant architecture, single database?

Based on this explanation of multi-tenant architectures here: A multi-tenant architecture is one where a single software instance and database serves multiple customers I cannot fathom how it is ...
0 votes
1 answer
737 views

Multitenancy - Get tenant in microservices architecture

In a multi-tenant architecture where each tenant has its own database, what would be the best way for each of the microservices to obtain information about the tenant (such as which database to ...

15 30 50 per page
1
2 3 4 5
...
7

AltStyle によって変換されたページ (->オリジナル) /