Scouttlo
All ideas/devtools/Plataforma backend como servicio Bring Your Own Cloud que simplifica el aislamiento de datos de inquilinos y la gestión de bases de datos multi-tenant con integración nativa en la nube del cliente.
HNB2Bdevtools

Plataforma backend como servicio Bring Your Own Cloud que simplifica el aislamiento de datos de inquilinos y la gestión de bases de datos multi-tenant con integración nativa en la nube del cliente.

Scouted 6 hours ago

7.5/ 10
Overall score

Turn this signal into an edge

We help you build it, validate it, and get there first.

Go from idea to plan: who buys, what MVP to launch, how to validate it, and what to measure before spending months.

Extra context

Learn more about this idea

Get a clearer explanation of what the opportunity means, the current problem behind it, how this idea solves it, and the key concepts involved.

Share your email to view this expanded analysis.

Score breakdown

Urgency9.0
Market size8.0
Feasibility7.0
Competition6.0
Pain point

Dificultad para implementar correctamente el aislamiento de datos entre inquilinos en aplicaciones SaaS multi-tenant y cumplir con requisitos de privacidad y cumplimiento.

Who'd pay for this

Desarrolladores y empresas SaaS que necesitan gestionar datos multi-tenant con altos estándares de privacidad y cumplimiento, especialmente aquellos que requieren despliegues en la nube propia o dedicada.

Source signal

"Many developers struggled setting up Row-Level-Security (RLS) correctly on Postgres, some are enforcing application level access controls with none at the database-level at all, and many didn’t know which multi-tenant db architecture to start with and just decided to deal with it later."

Original post

Launch HN: Fortress (YC S24) – Database platform for multi-tenant SaaS

Published: 6 hours ago

Hi HN! We&#x27;re Will, John, and David from Fortress (<a href="https:&#x2F;&#x2F;fortress.build">https:&#x2F;&#x2F;fortress.build</a>). We&#x27;re building a Bring Your Own Cloud (BYOC) backend as a service for multi-tenant SaaS apps, simplifying tenant data isolation across both shared and dedicated database instances.<p>There’s a demo here: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;761cac3090ba4db8b2ce9d713873333a?sid=d76b31bb-100c-483e-ba26-60915d98e61a" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;761cac3090ba4db8b2ce9d713873333a?...</a>, as well as a walkthrough of our Python SDK: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;c4b3f95235e24d99a7ea571c4564602b" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;c4b3f95235e24d99a7ea571c4564602b</a><p>YC initially funded us for AI web-scraping, but early in the batch we realized we wanted to pivot to something in data privacy - in some ways the opposite of web-scraping…<p>From talking with SaaS developers, we learned tenant isolation (making sure one customer’s data is not shown to another) is often considered in development but rarely a core competency. Many developers struggled setting up Row-Level-Security (RLS) correctly on Postgres, some are enforcing application level access controls with none at the database-level at all, and many didn’t know which multi-tenant db architecture to start with and just decided to deal with it later. However, with increasing data sensitivity and compliance requirements, they’ve seen growing customer demand for stricter data requirements, including more demands for dedicated database instances or even databases deployed on the customer’s private cloud.<p>We also learned that SaaS developers prefer to have databases on their own cloud, and many who start on a 3rd party DBaaS eventually move infrastructure to their own cloud later. Having things on your own cloud makes it easier for SaaS to offer on-prem&#x2F;full-siloed deployments and meet compliance requirements for larger customers. So we pivoted into being a BYOC platform and made Fortress integratable with cloud-native databases.<p>Our goal with Fortress is to give SaaS developers the ease of use of a managed DBaaS, native isolation for tenants, and the ability to programmatically provision and access database instances on any cloud.<p>Fortress provides SaaS developers an abstraction at the tenant level, allowing them to enforce tenant isolation through a function without having to set up RLS themselves or use WHERE statements in every query. Currently, on the Fortress platform, this is simple as every tenant in a shared database is given a logical db in a Postgres Cluster and we handle routing (We are currently working on a solution that provides native tenant isolation for tenants stored in shared tables).<p>Through our SDKs, developers only need to handle one connection to the Fortress client and we&#x27;ll route requests and handle connection caching to ensure minimal latency to the right tenant’s data. We are working on creating more SDKs and simplifying existing ones. We currently support Postgres via AWS Aurora with plans to support other cloud-native databases and open-sourced databases via Kubernetes.<p>If you want to try it out, we’ve opened up self-serve to spin up new databases on your AWS cloud. You will need to create an account with Fortress (<a href="https:&#x2F;&#x2F;fortress.build&#x2F;auth&#x2F;sign-up">https:&#x2F;&#x2F;fortress.build&#x2F;auth&#x2F;sign-up</a>) to connect it to your own AWS account - that’s what BYOC (Bring Your Own Cloud) means! But if you are uncomfortable with granting us IAM permissions, we are offering a free db on the managed Fortress cloud for you to test out our SDKs (just cancel out of the Integrations page, create a database on the Database page, and select managed as the option, you will have a limit of 1). Note: AWS takes a while to spin up new clusters, adding tenants to existing clusters should be fairly instantaneous.<p>To provide you something basic to play with, we created a simple python flask application where you can easily test out our python SDK (<a href="https:&#x2F;&#x2F;github.com&#x2F;fortress-build&#x2F;python-example">https:&#x2F;&#x2F;github.com&#x2F;fortress-build&#x2F;python-example</a>). We created a video of us walking through the example with Fortress (<a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;0245bec78d9d4dbeba8836c4112aa5da?sid=fd79eea1-d71a-4cb9-8a3d-a870dfb6f5d3" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;0245bec78d9d4dbeba8836c4112aa5da?...</a>)<p>We hope you’ll test it out! We wanted to launch on HN to hear honest criticism, ideas, and pain points in this space. We are a super early stage database product and recognize that we have a ton of room for improvements. Looking forward to your input!