Best of Supabase — April 2023
- 1
- 2
Supabase·3y
Supabase Storage v3: Resumable Uploads with support for 50GB files
Supabase Storage v3 introduces resumable uploads, quality filters, Next.js support, and WebP support. The key feature is resumable uploads, allowing users to continue uploading a file from where they left off even if they lose internet connectivity. The upgrade also increases the file size limit to 50GB and adds more image transformation options.
- 3
Supabase·3y
Supabase Logs: open source logging server
Supabase Logs is an open-source logging server that supports self-hosting and CLI development. It leverages Logflare to handle billions of log events daily from various tools in the Supabase infrastructure. The ingestion pipeline involves multiple methods, while the querying pipeline utilizes Logflare Endpoints. These endpoints provide various benefits such as query parameters, read-through caching, active cache warming, and query sandboxing. In the future, Supabase plans to integrate Logflare into the platform through a Management API and support multiple backends.