ArchiveorgSoftwareThe open source Firebase alternative. Follow to stay updated about our public Beta. Supabase[1] is an open source Firebase alternative. We're building the features of Firebase using enterprise-grade open source tools.[x] Hosted Postgres Database[x] Realtime subscriptions[x] Authentication and authorization[x] Auto-generated APIs[x] Dashboard[x] Storage[ ] Functions (coming soon)DocumentationFor full documentation, visit supabase.io/docs[2]Community & SupportCommunity Forum[3]. Best for: help with building, discussion about database best practices.GitHub Issues[4]. Best for: bugs and errors you encounter using Supabase.Email Support[5]. Best for: problems with your database or infrastructure.Status[x] Alpha: We are testing Supabase with a closed set of customers[x] Public Alpha: Anyone can sign up over at app.supabase.io[6]. But go easy on us, there are a few kinks.[x] Public Beta: Stable enough for most non-enterprise use-cases[ ] Public: Production-readyWe are currently in Public Beta. Watch "releases" of this repo to get notified of major updates. How it worksSupabase is a combination of open source tools. We’re building the features of Firebase using enterprise-grade, open source products. If the tools and communities exist, with an MIT, Apache 2, or equivalent open license, we will use and support that tool. If the tool doesn't exist, we build and open source it ourselves. Supabase is not a 1-to-1 mapping of Firebase. Our aim is to give developers a Firebase-like developer experience using open source tools.Current architectureSupabase is a hosted platform[7]. You can sign up and start using Supabase without installing anything. We are still creating the local development experience - this is now our core focus, along with platform stability. PostgreSQL[8] is an object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.Realtime[9] 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.PostgREST[10] is a web server that turns your PostgreSQL database directly into a RESTful APIStorage[11] provides a RESTful interface for managing Files stored in S3, using Postgres to manage permissions.postgres-meta[12] is a RESTful API for managing your Postgres, allowing you to fetch tables, add roles, and run queries etc.GoTrue[13] is an SWT based API for managing users and issuing SWT tokens.Kong[14] is a cloud-native API gateway.Client librariesOur client library is modular. Each sub-library is a standalone implementation for a single external system. This is one of the ways we support existing tools.supabase-{lang}: Combines libraries and adds enrichments.postgrest-{lang}: Client library to work with PostgREST[15]realtime-{lang}: Client library to work with Realtime[16]gotrue-{lang}: Client library to work with GoTrue[17]| Repo | Official | Community || --------------------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- || supabase-{lang} | JS | C#[18] \| Dart[19] \| Python[20] \| Rust || postgrest-{lang} | JS | C#[21] \| Dart[22] \| Python[23] \| Rust[24] || realtime-{lang} | JS | C#[25] \| Dart[26] \| Python[27] \| Rust || gotrue-{lang} | JS | C#[28] \| Dart[29] \| Python[30] \| Rust |TranslationsSponsors To restore the repository download the bundle wget https://archive.org/download/github.com-supabase-supabase_-_2021-05-03_11-26-32/supabase-supabase_-_2021-05-03_11-26-32.bundle and run: git clone supabase-supabase_-_2021-05-03_11-26-32.bundle Source: https://github.com/supabase/supabase[31]Uploader: supabase[32]Upload date: 2021-05-03 References^ Supabase (supabase.io)^ supabase.io/docs (supabase.io)^ Community Forum (github.com)^ GitHub Issues (github.com)^ Email Support (supabase.io)^ app.supabase.io (app.supabase.io)^ hosted platform (app.supabase.io)^ PostgreSQL (www.postgresql.org)^ Realtime (github.com)^ PostgREST (postgrest.org)^ Storage (github.com)^ postgres-meta (github.com)^ GoTrue (github.com)^ Kong (github.com)^ PostgREST (github.com)^ Realtime (github.com)^ GoTrue (github.com)^ C# (github.com)^ Dart (github.com)^ Python (github.com)^ C# (github.com)^ Dart (github.com)^ Python (github.com)^ Rust (github.com)^ C# (github.com)^ Dart (github.com)^ Python (github.com)^ C# (github.com)^ Dart (github.com)^ Python (github.com)^ https://github.com/supabase/supabase (github.com)^ supabase (github.com)

weiterlesen: RSS Quelle öffnen