This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 231f03f08e8 Newsletter update (#308)
231f03f08e8 is described below
commit 231f03f08e8bb3b667504091f74ac4877a8f509c
Author: KassieZ <[email protected]>
AuthorDate: Wed Sep 27 10:23:48 2023 +0800
Newsletter update (#308)
---
src/constant/newsletter.data.ts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index ba10a211078..c8ffd2b19eb 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -1,8 +1,8 @@
export const NEWSLETTER_DATA = [
{
tag: 'Best Practice',
- title: 'For Entry-Level Data Engineers: How to Build a Simple but
Solid Data Architecture',
- to: '/blog/Poly',
+ title: 'LLM-Powered OLAP: the Tencent Experience with Apache Doris',
+ to: '/blog/Tencent-LLM',
},
{
tag: 'Release Notes',
@@ -12,7 +12,7 @@ export const NEWSLETTER_DATA = [
},
{
tag: 'Tech Sharing',
- title: 'Is Your Latest Data Really the Latest? Check the Data Update
Mechanism of Your Database',
- to: '/blog/Data_Update',
+ title: 'Auto-Synchronization of an Entire MySQL Database for Data
Analysis',
+ to: '/blog/FDC',
},
];
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]