# engula **Repository Path**: mirrors/engula ## Basic Information - **Project Name**: engula - **Description**: Engula 是一款全新的存储引擎,旨在帮助工程师们更加从容地构建可靠、高性价比的数据库 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/engula - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: database-service **Tags**: None ## README # Ekv Ekv is a distributed key-value store, used as a cache, database, and storage engine. ## Architecture ![topology][topology] See [design doc][design-doc] for more details. [topology]: ./docs/img/topology.drawio.svg [design-doc]: ./docs/design.md ## Quick start 1. Build ```sh make build ``` 2. Deploy a cluster ```sh bash scripts/bootstrap.sh setup ``` 3. Verify ```sh cargo run -- shell ``` Run and enjoy it.