| export const NEWSLETTER_DATA = [ |
| |
| { |
| 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: ['Release Note'], |
| title: "New milestone: Apache Doris 3.0 has been released", |
| content: `Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode inaddition to the compute-storage mode for cluster deployment. `, |
| to: '/blog/release-note-3.0.0', |
| image: '3.0.0.jpeg', |
| }, |
| { |
| 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', |
| }, |
| |
| |
| ]; |