Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrKomish/awesome-saas
A curated list for building awesome SaaS (Software as a Service) platforms 🐕🔥
https://github.com/MrKomish/awesome-saas
List: awesome-saas
awesome-list paas saas saas-boilerplate saas-tools
Last synced: 3 months ago
JSON representation
A curated list for building awesome SaaS (Software as a Service) platforms 🐕🔥
- Host: GitHub
- URL: https://github.com/MrKomish/awesome-saas
- Owner: MrKomish
- License: mit
- Created: 2019-04-07T21:02:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T15:40:46.000Z (over 5 years ago)
- Last Synced: 2024-05-23T04:04:53.416Z (6 months ago)
- Topics: awesome-list, paas, saas, saas-boilerplate, saas-tools
- Homepage:
- Size: 12.7 KB
- Stars: 42
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - MrKomish/awesome-saas - A curated list for building awesome SaaS (Software as a Service) platforms 🐕🔥 (Misc)
README
# Awesome SaaS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list for awesome Multi-Tenant SaaS (Software as a Service) development 🐕🔥
## Knowledge
* [The Twelve-Factor App](https://12factor.net) - A methodology for building SaaS apps.
* [CNCF Cloud Native Interactive Landscape](https://landscape.cncf.io) - Modern Cloud & DevOps technologies landscape.
* [Multi-tenancy after 10 years of Cloud Computing](https://hackernoon.com/multi-tenancy-after-10-years-of-cloud-computing-19de782ef899) - Approaches to execution, data and analytics multi-tenancy
## Codebase
* [SaaS Boilerplate](https://github.com/async-labs/saas) - SaaS boilerplate app. Stack: TypeScript, React, Material-UI, NextJS, MobX, Express, Node, Mongoose, MongoDB.
* [Laravel Tenancy](https://github.com/hyn/multi-tenant) - The Toolkit For Multi Tenancy In Laravel.
## Kubernetes
* ["Implementing SaaS on Kubernetes" Presentation](https://events.linuxfoundation.org/wp-content/uploads/2018/02/Implementing-SaaS-on-Kubernetes-Michael-Knapp-Andrew-Gao-Capital-One.pdf) - Multi-Tenancy and Tenant Isolation on [Kubernetes](https://kubernetes.io/).
## Monitoring
* [Cortex](https://github.com/cortexproject/cortex) - A multi-tenant, horizontally scalable [Prometheus](https://prometheus.io/)-as-a-Service.
## Videos
* [Multi-Tenant Architecture in 20 minutes](https://www.youtube.com/watch?v=0N4KknY_zdU) - Atlassian's presentation on multi-tenant architectures; what they are, why you would use them, and how Atlassian managed to make it work.
* [Deconstructing SaaS](https://www.youtube.com/watch?v=mwQ5lipGTBI) - Building Multi-Tenant Solutions on AWS, from AWS re:Invent 2018.