Articles tagged supabase.
Building a CDC Pipeline by Using Supabase, Upstash Kafka and TinyBird
Change Data Capture (CDC) is a technique used in databases and data management systems to identify and capture changes made to data. The primary goal of the CDC is to recognize and track alterations…
Streaming User Events from PostgreSQL (Supabase) to Serverless Kafka
Kafka Connectors are components that can be used for importing data from external data stores to Kafka topics and exporting data from Kafka topics to external systems. Kafka Connectors can help data…
Best Databases for Next.js
Next.js enables developers to build full stack applications with the Server Side Rendering capability. Vercel and Netlify help them to write the backend API with serverless functions. So the next…