Home / Companies / Tinybird / Blog / June 2023

June 2023 Summaries

3 posts from Tinybird

Filter
Month: Year:
Post Summaries Back to Blog
ClickHouse® does not have a direct equivalent to Postgres's generate_series function, but it offers alternative methods to achieve similar results. The numbers and range functions in ClickHouse® can generate integer sequences, while combining these with arrayJoin allows for similar functionality to generate_series. Although ClickHouse®'s functions primarily output integers, it is possible to generate time series by applying additional logic. For instance, you can create a DateTime series in ClickHouse® by specifying start and end points with a given step, using functions such as addHours, dateAdd, and timeSlots to manipulate time intervals. Additionally, you can generate date sequences by using the toDate function to convert DateTime values to Date objects, as demonstrated by generating all dates within a specific month.
Jun 29, 2023 327 words in the original blog post.
Tinybird is a real-time analytics platform designed for developers, allowing users to efficiently handle and analyze data as it happens. Recently, they introduced the BigQuery Connector and Connector Developer Kit (CDK), simplifying data integration processes, and announced the Copy Pipes API, a new feature to create scheduled data snapshots. This API facilitates operations like deduplication and prototyping by enabling users to capture and analyze periodic data snapshots, thereby enhancing data management strategies. The platform supports high-concurrency, low-latency API endpoints, providing developers with the tools to build responsive applications. The Copy Pipes API complements the existing Materialized Views feature, offering a simpler approach to certain data operations, and follows the Lambda Architecture pattern for combining real-time and batch processing. Tinybird invites users to explore these new functionalities, offering a free sign-up option and a community for feedback and support.
Jun 13, 2023 2,235 words in the original blog post.
Data Quality Assurance (Data QA) is pivotal in deriving meaningful insights from data, surpassing concerns about speed, scale, and cost-efficiency. It underpins critical business functions such as business intelligence, machine learning, and enterprise security by ensuring data accuracy, completeness, consistency, uniqueness, and validity. The blog post discusses how poor data quality can lead to faulty analysis and strained stakeholder relationships, while high-quality data fosters better collaboration and decision-making. It introduces five core criteria for assessing data quality and provides SQL test examples for each, using the NYC Taxi dataset as a reference. The article also highlights Tinybird's utility in simplifying data quality tests, offering integration capabilities with tools like Grafana and Apache Airflow. The platform's free Build Plan encourages data engineers to explore these processes further, fostering a community for data practitioners to collaborate and share insights.
Jun 12, 2023 1,283 words in the original blog post.