forked from sunface/rust-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# Rust 语言圣经 | ||
# 开源感悟 | ||
|
||
Rust course 开源迄今快 2 年了,我没有收过一分钱的赞赏,曾经有过这个想法,但最终还是被自己否定了。不是因为有多高尚,只是真心希望能为国内的开源做一些微不足道的、不那么金钱相关的贡献。 | ||
|
||
回头看,现在能获得这么多 Star ,已经远远超出了我当初的预期。说句真心话,这本书的质量配不上这么多 star,毕竟有那么多非常优秀的开源产品都没能获得配的上它们质量的认可度和曝光度。 | ||
|
||
但可能因为天时地利人和,Rust course 走到了今天这一步,无论如何,非常感谢每一个贡献者,也感谢每一个点了 star 支持本书的读者,你们是最棒的! | ||
|
||
## 新的征程,新的开源 | ||
|
||
在做开源的过程中,我积累了一些经验和信心, 2023 年初,因为自己从事的相关工作,总觉得 Grafana 有各种问题和限制,满足不了可观测和监控领域的需求,突然就有了一个迫切的想法:做一款 Grafana 的替代品,一个自己想要的开源数据可视化平台。 | ||
|
||
当然, Grafana 是一款异常庞大且强大的产品,赶超它肯定不是一朝一夕能完成的,因此我把目标暂定为:**在可观测和监控领域替代 Grafana**。 | ||
|
||
经过大半年的不眠不休开发( 数十万行真实代码 ),Datav 出来了,它很渺小,犹如开源世界一根不知名的小草,但是它又很耀眼,点燃了我内心的星星之火,总之,这是一款值得我终身投入去开发和维护的开源产品。 | ||
|
||
在产品面世的那一刻,我真的很开心,从来没这么开心过,这也许就是一个程序员用代码编织自己想要的世界,并最终实现的雀跃心情,无法与周围人诉说,但是又很想分享给全世界 :D | ||
|
||
如果大家感兴趣,可以去看看 Datav 长什么样,相信它不会让你们失望,每个功能都经过精心打磨,每一个细节都在闪闪发光,如果觉得不错,请帮忙点一个 star,感激不尽。 | ||
|
||
- 开源仓库:[https://github.com/data-observe/datav](https://github.com/data-observe/datav) | ||
- 官网:[https://datav.io](https://datav.io) |