21 个版本 (5 个破坏性更新)
0.6.8 | 2022年1月6日 |
---|---|
0.6.7 | 2022年1月6日 |
0.5.1 | 2021年12月30日 |
0.4.4 | 2021年12月28日 |
0.1.2 | 2021年12月21日 |
#21 in #playground
34KB
855 代码行
oomplay
oomstore 的游乐场管理器。
支持的游戏场
- Redis
- Postgres
- MySQL
- DynamoDB
- Cassandra
- TiDB
- TiDBExt
- TiKV
- TiKVExt
- SQLite
- SnowflakeExt
- BigQueryExt
- RedshiftExt
Postfix Ext
表示使用用户提供的第三方服务。
用法
$ oomplay --help
oomplay 0.5.0
Playground manager for oomstore
USAGE:
oomplay <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
init Initialize playgrounds
stop Stop playgrounds
list List supported playgrounds
completion Output shell completion code
示例
$ oomplay init redis postgres
[*] 🎮 Initializing oomplay-redis ...
[*] 📡 Pinging oomplay-redis ...
[*] 🎮 Initializing oomplay-postgres ...
[*] 📡 Pinging oomplay-postgres ...
[*] 🚚 Pulling image 'redis:alpine' ...
[*] 📦 Creating container oomplay-postgres ...
[*] 🚀 Starting container oomplay-postgres ...
[*] 📡 Pinging oomplay-postgres ...
[*] 📡 Pinging oomplay-postgres ...
[*] 📡 Pinging oomplay-postgres ...
[*] 📡 Pinging oomplay-postgres ...
[*] 💫 Initializing oomplay-postgres ...
[*] 🟢 oomplay-postgres is ready. (8.376110205s)
[*] 📦 Creating container oomplay-redis ...
[*] 🚀 Starting container oomplay-redis ...
[*] 📡 Pinging oomplay-redis ...
[*] 💫 Initializing oomplay-redis ...
[*] 🟢 oomplay-redis is ready. (15.544168376s)
$ oomplay stop redis postgres
[*] 🔌 Stopping oomplay-redis ...
[*] 🔌 Stopping oomplay-postgres ...
[*] 🔴 oomplay-redis stopped.
[*] 🔴 oomplay-postgres stopped.
SnowflakeExt SnowflakeExt 游戏场需要以下环境变量
SNOWFLAKE_ACCOUNT
SNOWFLAKE_USER
SNOWFLAKE_PASSWORD
SNOWFLAKE_DATABASE
BigQueryExt BigQueryExt 游戏场需要以下环境变量
BIGQUERY_CREDENTIALS
BIGQUERY_DATASET_ID
RedshiftExt RedshiftExt 游戏场需要以下环境变量
REDSHIFT_HOST
REDSHIFT_USER
REDSHIFT_DATABASE
REDSHIFT_PASSWORD
REDSHIFT_DEFAULT_DATABASE
安装
在 macOS 上
您可以使用 Homebrew 安装 oomplay
brew tap oom-ai/oom-ai
brew install oomplay
从二进制文件
为各种架构预构建的 oomplay
版本可在 GitHub 发布页面 找到。
从源代码
oomplay
还发布在 crates.io。如果您已安装 Rust 工具链(nightly),可以使用 cargo
从源代码安装它
cargo install --locked oomplay
如果您需要最新版本,克隆此仓库并运行 cargo install --path .
.
依赖项
~15–31MB
~451K SLoC