Home / Companies / Tinybird / Blog / October 2023

October 2023 Summaries

3 posts from Tinybird

Filter
Month: Year:
Post Summaries Back to Blog
The blog post discusses the rising costs of cloud infrastructure and offers seven practical strategies to help businesses reduce their cloud spending in 2023 without compromising performance or reliability. It emphasizes the importance of taking inventory of current cloud services, identifying commodity tech for potential cost-effective alternatives, forecasting future usage to optimize pricing, and avoiding the misuse of cloud services by ensuring workloads are on appropriate platforms. Additionally, it suggests optimizing SQL queries to reduce data processing costs, considering managed infrastructure to avoid maintenance overhead, and choosing modern tools that enhance productivity and efficiency. Tinybird, a serverless real-time data platform, is highlighted as an example of a service that uses these strategies to enable developers to efficiently manage and analyze data, ultimately reducing costs and maintaining high service standards.
Oct 27, 2023 4,113 words in the original blog post.
Grafana, a popular tool for visualizing data, often faces challenges with sluggish dashboards due to its reliance on various data sources not optimized for rapid query responses, such as Snowflake. To address these issues, Tinybird has introduced a new Data Source plugin for Grafana, which allows users to leverage Tinybird's capabilities to ingest, query, and publish data quickly and effectively. This integration promises significantly faster dashboard performance by storing and versioning queries in Git and using Tinybird's infrastructure to handle data retrieval, with queries secured by Auth Tokens for flexible access control. The plugin is available for open-source Grafana setups as an unsigned plugin, with potential future listing in the Grafana Marketplace contingent on user feedback. Users can install the plugin via GitHub and configure it to connect to their Tinybird data, ensuring a more efficient and streamlined visualization experience.
Oct 06, 2023 720 words in the original blog post.
Efficient message routing is a significant challenge in event-driven architectures, which Kafka headers can help address by attaching metadata to Kafka messages as key-value pairs. These headers enable sophisticated routing, filtering, and other functionalities like versioning, tracing, and client identification, enhancing the flexibility and traceability of distributed systems. Tinybird supports Kafka headers through its native Kafka Connector, allowing users to parse and analyze header contents for building real-time analytics workflows. By leveraging these headers, users can enrich Kafka streams and publish low-latency APIs for enhanced analytics capabilities. Kafka headers, while customizable, require careful consideration to balance metadata enrichment with performance impact. Tinybird makes it easier to work with Kafka headers by automatically storing them in a __header column in a JSON format, which can be extracted and utilized in SQL queries to produce dynamic analytics outputs.
Oct 06, 2023 1,575 words in the original blog post.