From d42ec96008e4ce5e746a73ef59b0bbce79aff8e1 Mon Sep 17 00:00:00 2001 From: Fidel Kaldas Date: Thu, 1 Apr 2021 14:40:59 +0200 Subject: [PATCH 1/4] Adding Supabase Firebase alternative Supabase --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7780ad66..c6b487ac 100644 --- a/README.md +++ b/README.md @@ -1436,6 +1436,7 @@ _[Serverless computing on Wikipedia](https://en.wikipedia.org/wiki/Serverless_co - [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` - [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` +- [Supabase](https://github.com/supabase/supabase) - The open source Firebase alternative. ### API Management From bafd8ebbfcab9eb6094472d46196ae457eae63c4 Mon Sep 17 00:00:00 2001 From: Fidel Kaldas Date: Thu, 1 Apr 2021 16:22:30 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b487ac..51df3bd7 100644 --- a/README.md +++ b/README.md @@ -1435,8 +1435,9 @@ _[Serverless computing on Wikipedia](https://en.wikipedia.org/wiki/Serverless_co - [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform by [iron.io](https://www.iron.io/). `Apache-2.0` `Go` - [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` -- [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` - [Supabase](https://github.com/supabase/supabase) - The open source Firebase alternative. +- [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` + ### API Management From 52eedeab183d422b30bcf46051a813db6abbd0ee Mon Sep 17 00:00:00 2001 From: Fidel Kaldas Date: Thu, 1 Apr 2021 16:24:19 +0200 Subject: [PATCH 3/4] Adding Supabase to Faas/Serverless Supabase is an alternative from firebase --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 51df3bd7..2dea77e2 100644 --- a/README.md +++ b/README.md @@ -1438,7 +1438,6 @@ _[Serverless computing on Wikipedia](https://en.wikipedia.org/wiki/Serverless_co - [Supabase](https://github.com/supabase/supabase) - The open source Firebase alternative. - [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` - ### API Management - [DreamFactory](https://www.dreamfactory.com/) - Turns any SQL/NoSQL/Structured data into Restful API. ([Source Code](https://github.com/dreamfactorysoftware/dreamfactory)) `Apache-2.0` `PHP` From 279233c38e85463475f4255beb3f3c56c225a36b Mon Sep 17 00:00:00 2001 From: Fidel Kaldas Date: Mon, 5 Apr 2021 11:17:27 +0200 Subject: [PATCH 4/4] Supabase Adding the license and language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dea77e2..1912bf8a 100644 --- a/README.md +++ b/README.md @@ -1435,7 +1435,7 @@ _[Serverless computing on Wikipedia](https://en.wikipedia.org/wiki/Serverless_co - [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform by [iron.io](https://www.iron.io/). `Apache-2.0` `Go` - [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` -- [Supabase](https://github.com/supabase/supabase) - The open source Firebase alternative. +- [Supabase](https://github.com/supabase/supabase) - The open source Firebase alternative. `Apache-2.0` `TypeScript` - [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` ### API Management