Introduction
Yugabyte 学习笔记
官方仓库地址: https://github.com/yugabyte/yugabyte-db
本书籍主要针对v2.7.0
版本的db内核部分进行学习。
➜ yugabyte-db git:(v2.7.0)
├── CMakeLists.txt
├── CONTRIBUTORS.md
├── Doxyfile
├── LICENSE.md
├── NOTICE.txt
├── README.md
├── arcanist_util
├── architecture
├── bin
├── build-support
├── cloud
├── cmake-build-debug
├── cmake_modules
├── code_style.xml
├── community
├── docs
├── ent
├── hooks
├── java
├── licenses
├── managed
├── mypy.ini
├── python
├── requirements.txt
├── requirements_frozen.txt
├── sample
├── scripts
├── src
│ ├── postgres
│ └── yb
├── submodules
├── thirdparty
├── version.txt -> managed/version.txt
├── www
├── yb_build.sh
├── yb_release
├── yb_release_manifest.json
└── yugabytedb.pvsconfig
代码侧主要关注src
目录下的yb
部分