This is an automated email from the ASF dual-hosted git repository.
kassiez 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 176852ceb64 [update] Update doris AI meetup (#2436)
176852ceb64 is described below
commit 176852ceb64e8384d5293d0b186f8e870521ed1c
Author: KassieZ <[email protected]>
AuthorDate: Wed Jun 4 16:56:04 2025 +0800
[update] Update doris AI meetup (#2436)
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docusaurus.config.js | 4 +-
src/pages/events/index.tsx | 92 +++++++++++++++++++++
static/images/events/doris-meetup-250614.JPEG | Bin 0 -> 65221 bytes
.../events/observability-webinar-20250605.jpg | Bin 0 -> 814710 bytes
.../events/observability-webinar-20250618.jpg | Bin 0 -> 816073 bytes
.../events/observability-webinar-20250625.jpg | Bin 0 -> 812524 bytes
6 files changed, 94 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8d915af6a05..a28a1fe8149 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -205,10 +205,10 @@ const config = {
announcementBar: {
id: 'join_us',
content: JSON.stringify({
- zh: `<a
href="https://www.selectdb.com/resources/events/doris-webinar-20250528"
target="_blank" style="display:flex; width: 100%; align-items: center;
justify-content: center; margin-left: 4px; text-decoration: none;">
+ zh: `<a
href="https://www.selectdb.com/resources/events/doris-meetup-20250614"
target="_blank" style="display:flex; width: 100%; align-items: center;
justify-content: center; margin-left: 4px; text-decoration: none;">
<img style="width: 19px; height: 19px; margin-right: 3px;"
src="/images/nav-star.svg">
<span
style="color:#52CAA3;font-size:0.875rem;font-weight:700;line-height:1rem;
margin-right:0.675rem; text-decoration: none;">NEW</span>
- <span>5 月 28 日,Apache Doris 可观测性系列直播(第三期) —— Trace 监控场景</span>
+ <span>6 月 14 日·上海|Apache Doris <strong>线下首场 AI 主题
Meetup</strong> —— 湖仓数智融合、AI 洞见未来</span>
<p
style="margin-left:0.675rem;color:#52CAA3;font-size:0.875rem;line-height:1rem;font-weight:700;letter-spacing:0.28px;">查看详情
-></p>
</a>`,
en: null,
diff --git a/src/pages/events/index.tsx b/src/pages/events/index.tsx
index 5d08abf575c..b8113008757 100644
--- a/src/pages/events/index.tsx
+++ b/src/pages/events/index.tsx
@@ -85,6 +85,98 @@ const EVENTS_PAGE_DATA = {
},
],
eventListZh: [
+ {
+ cardTitle: '',
+ cardDate: '',
+ tag: '',
+ detailTitle: '可观测性系列直播(第六期)| GenAI & LLM',
+ date: '2025 年 06 月 25 日 19:30-20:30',
+ address: '线上直播',
+ description:
+ '第六期将介绍 Apache Doris 可观测性平台与 GenAI 结合应用实践,聚焦在 AI
时代下如何从现代实时数仓演进为支撑分析与 AI 的实时分析型数据库。',
+ start_date: '2025-06-25T19:00:00.000Z',
+ end_date: '2025-06-25T20:30:00.000Z',
+ img: (
+ <img
+ alt="可观测性系列直播(第六期)"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/observability-webinar-20250625.jpg').default}`}
+ />
+ ),
+ isCover: true,
+ link:
'https://www.selectdb.com/resources/events/doris-webinar-20250625',
+ },
+ {
+ cardTitle: '',
+ cardDate: '',
+ tag: '',
+ detailTitle: '可观测系列直播(第五期) | Ecosystem 生态联合',
+ date: '2025 年 06 月 18 日 19:30-20:30',
+ address: '线上直播',
+ description:
+ '第五期将展示 Apache Doris 如何与众多生态集成,包括
ELK、OpenTelementry、Grafana、Vector、ilogtail 等',
+ start_date: '2025-06-18T19:00:00.000Z',
+ end_date: '2025-06-18T20:30:00.000Z',
+ img: (
+ <img
+ alt="可观测系列直播(第五期)"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/observability-webinar-20250618.jpg').default}`}
+ />
+ ),
+ isCover: true,
+ link:
'https://www.selectdb.com/resources/events/doris-webinar-20250618',
+ },
+ {
+ cardTitle: '',
+ cardDate: '',
+ tag: '',
+ detailTitle: '湖仓数智融合、AI 洞见未来',
+ date: '2025 年 06 月 14 日 19:30-20:30',
+ address: '线上直播',
+ description:
+ '此次活动为 Apache Doris 社区首场 AI 主题线下
Meetup,邀请了来自飞轮科技、阿里云、汇付天下、某头部物流公司的多位技术专家,深度解析 Apache Doris 与阿里云 SelectDB 在 AI
分析融合、湖仓一体等场景下的技术突破与落地案例。',
+ start_date: '2025-06-14T19:00:00.000Z',
+ end_date: '2025-06-14T20:30:00.000Z',
+ img: (
+ <img
+ alt="湖仓数智融合、AI 洞见未来"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/doris-meetup-250614.JPEG').default}`}
+ />
+ ),
+ isCover: true,
+ link:
'https://www.selectdb.com/resources/events/doris-meetup-20250614',
+ },
+ {
+ cardTitle: '',
+ cardDate: '',
+ tag: '',
+ detailTitle: '可观测系列直播(第四期) | Metrics 监控场景',
+ date: '2025 年 06 月 05 日 19:30-20:30',
+ address: '线上直播',
+ description:
+ '直播第四场将带来 Apache Doris 可观测性解决方案之链路指标场景下的 Benchmark 性能实测。',
+ start_date: '2025-06-05T19:00:00.000Z',
+ end_date: '2025-06-05T20:30:00.000Z',
+ img: (
+ <img
+ alt="可观测系列直播第四期"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/observability-webinar-20250605.jpg').default}`}
+ />
+ ),
+ isCover: true,
+ link:
'https://www.selectdb.com/resources/events/doris-webinar-20250605',
+ },
{
cardTitle: '',
cardDate: '',
diff --git a/static/images/events/doris-meetup-250614.JPEG
b/static/images/events/doris-meetup-250614.JPEG
new file mode 100644
index 00000000000..cc9471a97f1
Binary files /dev/null and b/static/images/events/doris-meetup-250614.JPEG
differ
diff --git a/static/images/events/observability-webinar-20250605.jpg
b/static/images/events/observability-webinar-20250605.jpg
new file mode 100644
index 00000000000..74ecd5ba6cc
Binary files /dev/null and
b/static/images/events/observability-webinar-20250605.jpg differ
diff --git a/static/images/events/observability-webinar-20250618.jpg
b/static/images/events/observability-webinar-20250618.jpg
new file mode 100644
index 00000000000..f9f188e096b
Binary files /dev/null and
b/static/images/events/observability-webinar-20250618.jpg differ
diff --git a/static/images/events/observability-webinar-20250625.jpg
b/static/images/events/observability-webinar-20250625.jpg
new file mode 100644
index 00000000000..194cc7f2987
Binary files /dev/null and
b/static/images/events/observability-webinar-20250625.jpg differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]