Skip to content

Simplify ClickHouse cluster management with automation scripts & workflows. Deploy, configure, scale, and maintain clusters effortlessly for seamless data processing & analytics. Unlock the full potential of your data pipeline.

License

Notifications You must be signed in to change notification settings

mayank-17/clickhouse-cluster-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clickhouse-cluster-up


Simplify ClickHouse cluster management with automation scripts & workflows. Deploy, configure, scale, and maintain clusters effortlessly for seamless data processing & analytics. Unlock the full potential of your data pipeline.


Requirements

  1. Node.js
  2. Docker

Installation

  1. Clone the repository and then navigate to it.
  2. Run npm install to install the dependencies.
  3. Run npm install -g . to install the CLI.

For Linux Users:

⚠️ This might cause an error which can be resolved easily by using sudo with the command, however, using sudo with npm is not recommended because it might cause permission issues later. So instead put the code below in your .bashrc file and then run the above command again.

npm set prefix ~/.npm
PATH="$HOME/.npm/bin:$PATH"
PATH="./node_modules/.bin:$PATH"
  1. Now you are good to go and can use the CLI globally!

Type clickhouse-cluster-up or clickhouse-cluster-up --help to get started.

License

MIT © clickhouse-cluster-up

About

Simplify ClickHouse cluster management with automation scripts & workflows. Deploy, configure, scale, and maintain clusters effortlessly for seamless data processing & analytics. Unlock the full potential of your data pipeline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published