Scalable Analytics Architecture Real-time dashboards: Are they worth it? Are dashboards outdated? Not if they help you make fast decisions, faster. Learn why real-time dashboards are still incredibly powerful today.
I Built This! How to query Google Sheets with SQL in real time Want to access real-time data from Google Sheets? Follow this tutorial to query your Google Sheets data with a real-time SQL engine.
I Built This! Event sourcing with Kafka: A practical example Learn what event sourcing is, why Kafka works so well for event sourcing patterns, and how to implement event sourcing with Kafka and Tinybird.
Product updates Iterate your real-time data pipelines with Git Today, we’re launching Versions, a safer, more collaborative way to work with Tinybird Data Projects. Read on to learn more about Versions and how it will change the way you work with real-time data.
Scalable Analytics Architecture Why iterating real-time data pipelines is so hard "Why can't we just use Git?"
Scalable Analytics Architecture How to do Real-time Data Processing Real-time data processing is changing data analytics. Learn how to leverage real-time data processing techniques in your data stack.
I Built This! A step-by-step guide to build a real-time dashboard Want to build faster dashboards? Follow this tutorial to learn how to use Tinybird, Tremor, and Next.js to build fast, responsive dashboards for your application.
Scalable Analytics Architecture Real-time Personalization: Choosing the right tools Real-time personalization is the pathway to better user experiences. But it often feels like you must choose between complex DIY and expensive SaaS. Here's the happy middle path.
The Data Base A practical guide to real-time CDC with MySQL A step-by-step guide to setting up Change Data Capture (CDC) with MySQL, Confluent Cloud, and Tinybird.
Scalable Analytics Architecture Real-Time Data Ingestion: The Foundation for Real-time Analytics Real-time data ingestion is Step 1 for building real-time data pipelines. Read this guide to master real-time data ingestion and its underlying architecture.
The Data Base A practical guide to real-time CDC with Postgres A step-by-step guide to setting up Change Data Capture (CDC) with PostgreSQL, Confluent Cloud, and Tinybird.
I Built This! A practical guide to real-time CDC with MongoDB A step-by-step guide to setting up Change Data Capture (CDC) with MongoDB Atlas, Confluent Cloud, and Tinybird.
Engineering Excellence Killing the ProcessPoolExecutor A story about the Python GIL, threading, and fixing code that already works.
Scalable Analytics Architecture Modern data management with real-time Change Data Capture Change Data Capture (CDC) is an important tool in real-time, event-driven architectures. Learn about CDC and its role in real-time data in this helpful overview.
Scalable Analytics Architecture Real-time Data Visualization: How to build faster dashboards Worried about slow dashboards? Don't blame your frontend. To build real-time data visualizations, focus on an effective data model using real-time data platforms.
Scalable Analytics Architecture Real-time data platforms: An introduction Real-time data platforms combine streaming data ingestion, a real-time database, and a low-latency API layer. Get to know real-time data platforms in this informative introduction.
Scalable Analytics Architecture Tinybird: A ksqlDB alternative when stateful stream processing isn't enough ksqlDB is a common stream processing choice for data engineers working in the Kafka ecosystem. Learn about ksqlDB and when to choose alternatives like Tinybird.
Scalable Analytics Architecture What it takes to build a real-time recommendation system Real-time recommendation systems power a vast number of modern customer experiences. Learn what it takes to build a real-time recommender in this comprehensive guide.
Scalable Analytics Architecture Real-time streaming data architectures that scale Data and engineering teams are turning to real-time data architectures to power revenue-generating data pipelines. This post provides a reference for building scalable streaming data architectures that can support multiple different use cases.
Product updates Run analytics on files in Amazon S3 the easy way So, you want to run analytics on data stored in S3 files? Here’s the easy way to do it, using the Tinybird S3 Connector.
Tinybird news Tinybird connects with Confluent for real-time streaming analytics at scale Today, Tinybird announces its partnership with Confluent. Read how to use Tinybird & Confluent to build powerful real-time analytics over streaming data.
Scalable Analytics Architecture 16 questions you need to ask about your Real-Time Data Strategy Considering a real-time data initiative? Answer these 16 questions and follow these recommendations to nail your real-time data strategy.
I Built This! Data-driven CI pipeline monitoring with pytest Recently, we cut our CI pipeline execution time in half. To consummate our work, we've officially published the pytest plugin that made it possible, so you can use it, too.
I Built This! How to set up event-based ingestion of files in S3 for free In this tutorial, I'll show you how to use S3 Event notifications and AWS Lambda to trigger downstream workflows when new files are uploaded to S3.
Scalable Analytics Architecture Event-driven architecture best practices for databases and files Event-driven architectures should have largely replaced poll-based workflows and batch ETLs. Here are the common patterns (and anti-patterns) I have observed for event-driven ingestion of data from both application databases and file systems.