Supabase
The open source Firebase alternative. Supabase adds realtime and restful APIs to Postgres without a single line of code.
- Free • Open Source
- Online
...
Supabase adds realtime and RESTful APIs to your existing PostgreSQL database without a single line of code.
What it is
Supabase is a service to:
- listen to changes to your PostgreSQL database
- query your tables, including filtering, pagination, and deeply nested relationships (just like GraphQL)
- create, update, and delete rows
It does all of this without you having to write a single line of code.
What it isn't
- An ORM, at least not like typical ORMs. Supabase is more like an API, since we don't require you to set up any mappings and we interact with your database through a derived schema that get from introspecting your database.
How it works
At its core, Supabase is an Elixir server that allows you to listen to PostgreSQL inserts, updates, and deletes using websockets. Supabase listens to Postgres' built-in replication functionality, converts the replication byte stream into JSON, then broadcasts the JSON over websockets.
For all Restful functionality, we introspect your database to provide an instant, fully functional API.
Features
- Fast. Performance and simplicity are our two most important features.
- 100% open source under the Apache 2.0 License.
- Accessible by mobile and web with simple client libraries.
- Works without any major changes to your database (like adding NOTIFY functions) or additional plugins (like wal2json). By using PostgreSQL's replication functionality we overcome many of their limitations. For example, NOTIFY has a 8000 byte payload limit, making it hard to listen to bulk changes.
Benefits
- You own your data. Realtime can be pointed at any PostgreSQL database that has replication enabled.
- Listening to data changes on client side solves stale data problems and update collisions.
- Many systems that give you realtime functionality require you to update via the same interface that the listener is on. Supabase is source agnostic. Update your database from anywhere and you'll still get the changes.
What it is
Supabase is a service to:
- listen to changes to your PostgreSQL database
- query your tables, including filtering, pagination, and deeply nested relationships (just like GraphQL)
- create, update, and delete rows
It does all of this without you having to write a single line of code.
What it isn't
- An ORM, at least not like typical ORMs. Supabase is more like an API, since we don't require you to set up any mappings and we interact with your database through a derived schema that get from introspecting your database.
How it works
At its core, Supabase is an Elixir server that allows you to listen to PostgreSQL inserts, updates, and deletes using websockets. Supabase listens to Postgres' built-in replication functionality, converts the replication byte stream into JSON, then broadcasts the JSON over websockets.
For all Restful functionality, we introspect your database to provide an instant, fully functional API.
Features
- Fast. Performance and simplicity are our two most important features.
- 100% open source under the Apache 2.0 License.
- Accessible by mobile and web with simple client libraries.
- Works without any major changes to your database (like adding NOTIFY functions) or additional plugins (like wal2json). By using PostgreSQL's replication functionality we overcome many of their limitations. For example, NOTIFY has a 8000 byte payload limit, making it hard to listen to bulk changes.
Benefits
- You own your data. Realtime can be pointed at any PostgreSQL database that has replication enabled.
- Listening to data changes on client side solves stale data problems and update collisions.
- Many systems that give you realtime functionality require you to update via the same interface that the listener is on. Supabase is source agnostic. Update your database from anywhere and you'll still get the changes.
Show full description ▾
Supabase
Summary and Relevance
Our users have written 0 comments and reviews about Supabase, and it has gotten 2 likes
- Developed by Supabase
- Open Source and Free product.
- 85 alternatives listed
Popular alternatives
View allSupabase was added to AlternativeTo by POX on Jun 2, 2020 and this page was last updated Sep 12, 2020.
Features Vote on or suggest new features
Comments and Reviews Post a comment / review all • positive • negative relevance • date
No comments or reviews, maybe you want to be first?Said about Supabase as an alternative
KartikSoneji It is specifically marketed as a Firebase alternative.
Positive comment • 4 months ago • as an alternative to Firebase
Categories
No category, edit the app to suggest tags that will place this app in a categoryTags
- real-time-database
- Database
- postgresql
Supabase
Summary and Relevance
Our users have written 0 comments and reviews about Supabase, and it has gotten 2 likes
- Developed by Supabase
- Open Source and Free product.
- 85 alternatives listed
Popular alternatives
View allSupabase was added to AlternativeTo by POX on Jun 2, 2020 and this page was last updated Sep 12, 2020.
Recent user activities on Supabase
davidshq liked Supabase
about 2 months ago- activelambda added Supabase as alternative(s) to ActiveLambda3 months ago
- KartikSoneji liked SupabaseKa4 months ago