3个不稳定版本
0.4.0 | 2020年10月29日 |
---|---|
0.3.1 | 2020年10月27日 |
0.3.0 | 2020年10月26日 |
#6 in #initializer
56KB
1.5K SLoC
phil - MongoDB集群初始化器
phil 是一个用于初始化MongoDB集群的命令行工具。它在内部使用 monger
和 MongoDB Rust 驱动程序 来启动和配置集群
支持的平台
phil
目前仅支持Linux和OS X/MacOS
安装
Linux的二进制发布版可在 GitHub仓库 获取。
或者,假设你已经安装了Rust,只需运行 cargo install phil
。注意,你需要将 ~/.cargo/bin
添加到你的PATH中才能运行phil。
依赖项
~37–52MB
~1M SLoC