ClapCtl - ClapDB CLI
clapctl is a CLI tool written by golang, it use cloudformation to deploy and manage ClapDB clusters on AWS, or other cloud.
Installation
curl -fsSL https://clapdb.com/install.sh | sh
brew tap clapdb/homebrew-tap https://github.com/clapdb/homebrew-tap.gitbrew install clapctl
visit releases and find latest release binary, then download clapctl.
wget https://github.com/clapdb/pkgs/releases/latest/download/pkgs_latest_linux_amd64.tar.gztar -xzf pkgs_lastest_linux_amd64.tar.gzsudo install -v clapctl /usr/bin
Install WSL2 on Windows, then visit releases and find latest release binary, then download clapctl.
wget https://github.com/clapdb/pkgs/releases/latest/download/pkgs_latest_linux_amd64.tar.gztar -xzf pkgs_lastest_linux_amd64.tar.gzsudo install -v clapctl /usr/bin
Usage
clapctl is in active development, so the usage may change in the future.
so type clapctl --help
to get the latest usage.
Deploy
start clapdb journey by deploying a cluster
clapdb deploy -n your_cluster_name
Check binary version
clapctl info cli
and Update it by brew or other package manager or wget it if you want to use the latest version.
clapctl info service -n your_cluster_name
after the deploy, you need register/login
Checking status
checking the clapctl status
clapctl doctor -n your_cluster_name
get the info of cluster
clapctl status -n your_cluster_name
Delete
delete your cluster will destroy data, and provisoned resources, so be careful.
clapctl delete -n your_cluster_name
Import dataset
Dataset is the official dataset to help you to get started with clapdb, you can import the dataset to your cluster.
list available datasets
clapctl dataset --list
please import the dataset that you want to try
clapctl dataset --import dataset_name.type -n your_cluster_name
Query
clapctl sql -n demo-for-rookie -s sql_query_string