Skip to content

Commit 47a3c1d

Browse files
committed
add issue-20210617.md
1 parent 90d3374 commit 47a3c1d

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

202106/issue-20210617.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
用Go重新实现饿了么在用的分布式时序数据库 | Gopher Daily (2021.06.17) ʕ◔ϖ◔ʔ
2+
3+
>每日一谚: Flat is better than nested.
4+
5+
### Go技术生态
6+
7+
0. 致力于打造精品Go社区且每天都有新内容的“gopher部落”为广大Gopher准备了端午节+618福利,福利一直持续到6月18日,先到先得!欢迎广大gopher加入! - https://t.zsxq.com/bUZzJ27
8+
1. 傻瓜式的Go Vim开发环境安装与设置 - https://akondas.com/blog/Go-Vim-Setup-For-Dummies
9+
2. 2021 SRE报告 - https://f.hubspotusercontent30.net/hubfs/5595333/Catchpoint-2021-SRE-Report.pdf
10+
3. LinDB: 用Go重新实现饿了么在用的分布式时序数据库 - https://github.com/lindb/lindb
11+
4. 基于sql.DB和fs.FS实现的数据库迁移工具 - https://github.com/maragudk/migrate
12+
5. 使用Telepresence 2进行k8s调试和本地开发 - https://codefresh.io/kubernetes-tutorial/telepresence-2-local-development/
13+
6. 使用Sloth让SLO(service level objectives)更容易 - https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4
14+
7. wasmer 2.0发布,性能提升50% - https://wasmer.io/posts/wasmer-2.0
15+
8. 理解kubernetes架构 - https://dev.to/pghildiyal/understanding-kubernetes-architecture-2k0l
16+
9. Clusternet: 让你的k8s集群(包括公共、私人、混合、边缘等)管理像访问互联网一样容易 - https://github.com/clusternet/clusternet
17+
10. 有史以来被复制最多的StackOverflow片段是有缺陷的! - https://programming.guide/worlds-most-copied-so-snippet.html
18+
11. 我们对Knative的营销是否有误?- https://ahmet.im/blog/knative-positioning/
19+
12. 使用k8s和istio进行多集群管理 - https://thenewstack.io/multicluster-management-with-kubernetes-and-istio/
20+
21+
22+
### Go技术进阶专栏导读
23+
24+
对数据类型为字节切片 ([]byte) 或字符串 (string) 的对象的处理是我们在 Go 语言编程过程中最常见的操作。Go 字节切片为内存中的字节序列提供了抽象,而 Go 字符串则代表了采用 UTF-8 编码的 Unicode 字符的数组。Go 标准库中的 bytes 包和 strings 包分别为字节切片和字符串这两种抽象类型提供了基本操作类 API。一旦熟练掌握了这些常见基本操作的使用方法,处理字节切片和字符串以及由它们组成的复合类型数据对象时就可以游刃有余了。
25+
26+
Go进阶专栏“[改善Go语⾔编程质量的50个有效实践](https://mp.weixin.qq.com/s/RThCEQOdytQxwrMP7XRTRw)”的第41篇文章[《像极!bytes包和strings包的那些相似操作》](https://www.imooc.com/read/87/article/2471) 将为你详细讲解bytes 和 strings 包提供的 API ,包括查找与替换、比较、拆分、拼接、修剪与变换等。
27+
28+
![](http://image.tonybai.com/img/202011/go-column-pgo-with-qr-and-text.png)
29+
30+
31+
### 资料下载
32+
33+
关注公众号**iamtonybai**,发送特定关键字获取对应精品资料!
34+
35+
* Go语言学习技术路线图2021版 - 发送**go2021**
36+
* GopherChina 2020技术大会ppt资料 - 发送**gopherchina2020**
37+
* GopherCon 2020大会技术ppt资料 - 发送**gophercon2020**
38+
* 《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送**distsys**
39+
* O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送**distrace**
40+
* 加州伯克利的47页的“机器学习的数学基础”资料 - 发送**math4ml**
41+
42+
### “Gopher部落”,新年新气象
43+
44+
[“Gopher部落”](https://mp.weixin.qq.com/s/jUqAL7hf2GmMun64BJufEA)正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
45+
46+
* Go技术书籍的书摘和读书体会系列
47+
* Go与eBPF系列
48+
49+
![](http://image.tonybai.com/img/202103/gopher-tribe-zsxq-card.png)
50+
51+
感谢大家对本星球的支持!
52+
53+
### 联系方式
54+
55+
* 有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
56+
* gopherdaily归档:https://github.com/bigwhite/gopherdaily
57+
58+
* 编辑:Tony Bai (https://tonybai.com)
59+
* 邮件订阅:https://gopher-daily.com/
60+
* 知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
61+
* “Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
62+
* 微信公众号:iamtonybai,扫码关注!
63+
64+
![](http://image.tonybai.com/img/202011/qrcode_for_iamtonybai.jpg)
65+

0 commit comments

Comments
 (0)