Loading…
Supabase acquires Logflare
SupabasePaul Copplestone
Summary
Supabase announced the acquisition of Logflare, a realtime log ingestion and analytics platform. Modern database architectures encompass APIs, authentication, storage, and CDNs, requiring unified observability to diagnose slow queries and trace user requests effectively. Built with Elixir—the same language powering Supabase's Realtime Engine—Logflare automates schema adaptation for streaming inserts and enables developers to construct APIs from SQL queries via Logflare Endpoints. The integration roadmap includes embedding log querying with SQL directly into the Supabase Dashboard, maintaining existing integrations for Vercel and Cloudflare, and transitioning Logflare toward a fully open-source implementation with multiple backend storage engines. Over the coming months, existing Logflare users will be migrated to the Supabase platform under matching pricing tiers.
Context
Databases and multi-service stacks comprising APIs, storage, authentication, and CDNs often function as black boxes when diagnosing errors, slow queries, and performance bottlenecks. Supabase required a unified logging and measurement system to support observability, alerting, debugging, and analytics across its platform.
Approach / What changed
Supabase acquired Logflare, an Elixir-based log ingestion platform that displays events in real time. The integration roadmap incorporates SQL-queryable logs directly into the Supabase Dashboard, preserves Vercel and Cloudflare integrations, migrates existing Logflare accounts, and focuses on developing a fully open-source version supporting multiple storage backends beyond BigQuery.
Takeaways
- Logflare shares Elixir as its foundational programming language with Supabase's Realtime Engine.
- Logflare simplifies analytics ingestion by automatically adapting schemas for stream inserts and generating APIs from SQL statements using Logflare Endpoints.
- Supabase is developing an open-source version of Logflare with planned support for multiple storage engines beyond its native BigQuery implementation.
Related reading
Supabase ·
Supabase Studio
Supabase has released Supabase Studio, making the web dashboard used on its hosted platform available for local development and self-hosted environments. The dashboard originally existed within a single internal monorepo alongside cloud infrastructure, but managing split repositories and code synchronization significantly slowed down production release cycles. To streamline development, the team unified the frontend into a single open-source codebase modeled after Sentry's shared architecture strategy. Built with Next.js, Tailwind CSS, Supabase UI, and MobX, the application works directly with existing deployments across Docker and the Supabase CLI. The open-source release focuses strictly on database management features, including SQL editors, role policies, and extensions, while excluding cloud project administration.
Paul CopplestoneSupabase ·
Supabase Beta November 2021: Launch Week Recap
Supabase celebrated its third Launch Week and one year in beta by rolling out several major infrastructure and tooling updates. The company open-sourced its Dashboard for self-hosting and integrated Logflare to provide searchable database and API logs directly in the interface. For database querying and APIs, Supabase introduced a Postgres extension that resolves each GraphQL request with a single SQL statement to minimize network IO overhead, while upgrading its default hosted database to PostgreSQL 14 and deploying PostgREST 9.0. Security capabilities were expanded by enabling Row Level Security policies across the Realtime API to restrict streams and subscriptions on a per-user basis. Additional releases during the week included faster media file delivery, an open-sourced launch methodology, and a free course combining Next.js, Stripe, and Supabase.