diff --git a/README.md b/README.md index 640c4c4a..f747ecae 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Build a simple key-value storage engine in a week! The tutorial is available at [https://skyzh.github.io/mini-lsm](https://skyzh.github.io/mini-lsm). You can use the provided starter code to kick off your project, and follow the tutorial to implement the LSM tree. +Join the mini-lsm community: [![Join skyzh's Discord Server](https://dcbadge.vercel.app/api/server/ZgXzxpua3H)](https://skyzh.dev/join/discord) + ## Development ``` diff --git a/mini-lsm-book/src/00-overview.md b/mini-lsm-book/src/00-overview.md index f0b1a566..0a64587d 100644 --- a/mini-lsm-book/src/00-overview.md +++ b/mini-lsm-book/src/00-overview.md @@ -112,6 +112,12 @@ simple. We recommend you to think carefully about your implementation and write * You can use `cargo x scheck` to run all test cases and do style check in your codebase. * You can use `cargo x copy-test dayX` to copy test cases to the starter code. +## Community + +You may join skyzh's Discord server and study with the mini-lsm community. + +[![Join skyzh's Discord Server](https://dcbadge.vercel.app/api/server/ZgXzxpua3H)](https://skyzh.dev/join/discord) + ## About the Author As of writing (at the end of 2022), Chi is a first-year master's student in Carnegie Mellon University. He has 5 years' @@ -131,4 +137,4 @@ vectorized expression framework if you are also interested in that topic. [15445-course]: https://15445.courses.cs.cmu.edu/fall2022/ [tweet]: https://twitter.com/andy_pavlo/status/1598137241016360961 [type-exercise]: https://github.com/skyzh/type-exercise-in-rust -[bustub]: https://github.com/cmu-db/bustub \ No newline at end of file +[bustub]: https://github.com/cmu-db/bustub