blob: c274506093f30eb37f9139d002e29e4d9371acef [file] [log] [blame]
export const NEWSLETTER_DATA = [
{
tags: ['Release Note'],
title: "Apache Doris 3.0.3 just released",
content: `Dear community members, the Apache Doris 3.0.3 version was officially released on December 02, 2024, this version further enhances the performance and stability of the system.`,
to: '/blog/release-note-3.0.3',
image: '3.0.3.jpg',
},
{
tags: ['Best Practice'],
title: "Scaling Bitcoin data to billions of records with Apache Doris: our journey to auto-partitioning",
content: `To power lightning-fast queries and ensure the Deep Dive dashboards deliver real-time insights, Ortege relies on Apache Doris. A crucial feature they embrace is Auto Partition.`,
to: '/blog/ortege-studio-1-scaling-bitcoin-data-to-billions-of-records',
image: 'ortege-1.jpg',
},
{
tags: ['Best Practice'],
title: "Fine-tuning Apache Doris for maximum performance and resilience: a deep dive into fe.conf",
content: `Ortege handles massive volumes of blockchain data to power its analytics platform, Ortege Studio. Apache Doris forms the backbone of its Lakehouse v2, enabling it to process billions of records and deliver real-time insights.`,
to: '/blog/ortege-studio-2-fine-tuning-apache-doris-for-maximum-performance-and-resilience',
image: 'ortege-2.jpg',
},
{
tags: ['Best Practice'],
title: "Real-time data warehouse in TikTok based on Apache Doris",
content: `We are excited to invite the data platform team of TikTok to talk about how they use Apache Doris in their real-time data architecture and how they benefit from it, which could serve as a model for effective real-time data warehousing.`,
to: '/blog/real-time-data-warehouse-in-TikTok-based-on-doris',
image: 'real-time-data-warehouse-in-tiktok-based-on-apache-doris.png',
},
];