Questions tagged [saas]

Software as a service (SaaS), or "on-demand software," is a software delivery model in which software and its associated data are hosted centrally and are typically accessed by users using a thin client, normally using a web browser over the Internet.

Software as a service (SaaS), sometimes referred to as "on-demand software," is a software delivery model in which software and its associated data are hosted centrally (typically in the (Internet) cloud) and are typically accessed by users using a thin client, normally using a web browser over the Internet.

SAAS Definition - Wikipedia

1084 questions
5
votes
1 answer

Azure SQL multiple Elastic Pools (Multi-Tenant SaaS)

Let's suppose I want to create a multi tenancy SaaS app using ASP.NET Core and I want to use Azure SQL elastic pool similar to this example: Microsoft Docs The maximum number of databases per pool is 500: Azure Pricing Additional information: I…
Chris
  • 6,105
  • 6
  • 38
  • 55
5
votes
2 answers

How to setup YugabyteDB as eventually consistent distributed key-value database?

I'm launching a startup company providing Web SaaS (https://tuilder.com/). Big plans and potential. I'm interested in global replication with YugaByte. At the moment I have built an abstraction over BadgerDB, a Key-Value database written in GoLang.…
Emmanuel
  • 4,933
  • 5
  • 46
  • 71
5
votes
2 answers

SSO: SAML vs LDAP?

I work for a healthcare SaaS company where all of our SSOs use SAML 2.0, and we cannot use LDAP. We have one particular client right now who wants to use ADFS to SSO from their intranet to our site and seem to act as though LDAP is the only option…
h1ghF1ve
  • 51
  • 1
  • 3
5
votes
2 answers

Designing a SaaS on a single database, multi-tenant (SQL)

I'm working on a SaaS product and trying to figure out the best way to design the database for my scenario, which I think is pretty standard. I should not that I don't have an experience designing such a database. I tired researched online, but…
yohairosen
  • 1,665
  • 1
  • 18
  • 26
5
votes
2 answers

What is multi tenancy and ways to achive it?

I have been reading about multi-tenancy for quite a while. With the very trivial statements like below. I have read dozens of links and sites but all are quite abstract. ..In which a single instance of software runs on a server and serves …
chaosguru
  • 1,933
  • 4
  • 30
  • 44
5
votes
2 answers

How do SaaS companies verify and track the code they release to the customers?

I'm working at a SaaS company who releases new features and bug fixes to our customers every six weeks. When we write code changes they pass through different steps (like a state machine) before reaching the production servers. The steps are…
MdaG
  • 2,680
  • 2
  • 34
  • 46
5
votes
2 answers

Twig check if value is in array

I'm having trouble to check if a value is present in an array with Twig. I want to hide a shipping method in a checkout if there's a certain product in the cart. I can only use Twig code so I have to find a logic in that. So let's say when product…
Meules
  • 1,349
  • 4
  • 24
  • 71
5
votes
3 answers

ServiceNow - how to write a select query retrieving values from 2 tables

I'm new to ServiceNow but I know SQL and it just doesn't make sense that I was unable top find such a simple query example for ServiceNow on their official site and google. Is there any way for JOIN or just checking if X field from table 1 equals Y…
Natalie
  • 163
  • 1
  • 3
  • 15
5
votes
1 answer

Definition of Daily Active Users (DAU)

Suppose there exists an application X. Is DAU defined as either (a) the number of users that login X every single day over a specified period, or (b) the average total number of users that login X each day over a specified period? For…
ajohnrobertson
  • 267
  • 2
  • 10
5
votes
4 answers

Account based lookup in ASP.NET

I'm looking at using ASP.NET for a new SaaS service, but for the love of me I can't seem to figure out how to do account lookups based on subdomains like most SaaS applications (e.g. 37Signals) do. For example, if I offer yourname.mysite.com, then…
Wayne Molina
  • 19,158
  • 26
  • 98
  • 163
5
votes
2 answers

Use single or mulitple mysql users for SaaS PHP/mysql application with multi-tenant architecture

We are building a multiuser app that has one database per customer. All customer database structures are identical. Right now we are generating a new mysql user (per client) that only has privileges to work on its own database. e.g. mysql user1 has…
Jorre
  • 17,273
  • 32
  • 100
  • 145
5
votes
3 answers

Efficient Filtering / Searching

We have a hosted application that manages pages of content. Each page can have a number of customized fields, and some standard fields (timestamp, user name, user email, etc). With potentially hundreds of different sites using the system -- what is…
chroder
  • 4,393
  • 2
  • 27
  • 42
5
votes
1 answer

Netsuite Salesforce Integration ESB vs Prebuilt Connectors

Is there a benefit for using prebuilt connectors to and from SaaS billing platforms like Aria/Zuora when they live between Salesforce and Netsuite used as pure CRM and ERP/Acounting/Finance respectively. That is, versus using an ESB/Integration…
Bill Rosmus
  • 2,941
  • 7
  • 40
  • 61
5
votes
4 answers

Community License Agreement for Commercial (SaaS) software?

I've got a commercial SaaS application, an online collaboration/lean project mgmt tool. I want to offer a "Community Edition", with specific limitations on how the software can be used, for free. For example free for groups using it to manage open…
5
votes
3 answers

Integrate Windows domain authentication with an external web site

I am a small time internet hosted app (SAAS) developer, when I launch I expect most of my customers will authenticate (login) to my application using the standard email + password technique. However I would like to offer a better single sign-on…
camelCase
  • 195
  • 8