src/constant/newsletter.data.ts (29 lines of code) (raw):
export const NEWSLETTER_DATA = [
{
tags: ['Release Note'],
title: "Apache Doris 3.0.5 Released",
content: `This version features improved Lakehouse, Asynchronous Materialized Views, Semi-structured Data Management and more. `,
image: '3.0.5.jpeg',
},
{
tags: ['Best Practice'],
title: "How Tencent Music saved 80% in costs by migrating from Elasticsearch to Apache Doris",
content: `Handle full-text search, audience segmentation, and aggregation analysis directly within Apache Doris and slash their storage costs by 80% while boosting write performance by 4x`,
to: '/blog/tencent-music-migrate-elasticsearch-to-doris',
image: 'tencent-music-migrate-elasticsearch-to-doris.jpg',
},
{
tags: ['Tech Sharing'],
title: "Slash your cost by 90% with Apache Doris Compute-Storage Decoupled Mode",
content: `Apache Doris compute-storage decoupled mode achieves 90% cost reduction and provides elasticity and workload isolation, while maintaining high performance in data ingestion and queries.`,
to: '/blog/doris-compute-storage-decoupled',
image: 'compute-storage-decoupled-banner.jpg',
},
{
tags: ['Tech Sharing'],
title: "Why Apache Doris is a Better Alternative to Elasticsearch for Real-Time Analytics",
content: `The comparison in this post will focus on the real-time analytics capabilities of Apache Doris and Elasticsearch from a user-oriented perspective`,
to: '/blog/why-apache-doris-is-best-alternatives-for-real-time-analytics',
image: 'es-alternatives/Alternative-to-Elasticsearch.jpg',
},
];