Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 27, 2024
1 parent 01826dc commit 1f1a1ca
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/docs/books/elasticsearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="中文7.11" href="https://geekdaxue.co/read/elasticsearch-doc-zh-v7.11/README.md" />
<LinkCard title="英文" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html" />
</Card>
<Card title="美团外卖搜索基于Elasticsearch的优化实践" icon="seti:notebook">
<LinkCard title="网站" href="https://tech.meituan.com/2022/11/17/elasicsearch-optimization-practice-based-on-run-length-encoding.html" />
</Card>
<Card title="基于Elasticsearch的搜索实战" icon="seti:notebook">
语雀文档。
<LinkCard title="网站" href="https://www.yuque.com/bobby-zpcyu/lp7nfv/yz73ec" />
</Card>
</CardGrid>
6 changes: 6 additions & 0 deletions src/content/docs/books/kafka.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<Card title="Kafka的坑(B站视频)" icon="seti:notebook">
<LinkCard title="网站" href="https://www.bilibili.com/video/BV1w94y1q7pj" />
</Card>
<Card title="Kafka优化(B站视频)" icon="seti:notebook">
<LinkCard title="网站" href="https://www.bilibili.com/video/BV1zw4m1e75D" />
</Card>
<Card title="图解Kafka底层原理(B站视频)" icon="seti:notebook">
<LinkCard title="网站" href="https://www.bilibili.com/video/BV1Mq421A7GL" />
</Card>
</CardGrid>

## RocketMQ
Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/languages/go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="Github" href="https://github.com/dtm-labs/dtm" />
</Card>
</CardGrid>

## Go语言性能优化

<CardGrid>
<Card title="go语言性能优化实战(B站视频)" icon="seti:notebook">
<LinkCard title="视频链接" href="https://www.bilibili.com/video/BV1WU411d7S9" />
</Card>
</CardGrid>

0 comments on commit 1f1a1ca

Please sign in to comment.