apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
84 stars 42 forks source link

Quick Start with kvrocks cluster #185

Closed PokIsemaine closed 3 months ago

PokIsemaine commented 3 months ago

Background: Recently I just started learning about kvrocks clusters and looked at the documentation: https://kvrocks.apache.org/docs/cluster I learned the basic design of clusters and common commands from the documentation, but in the beginning, I couldn't build a simple cluster right away from reading the documentation. Expectation: I was expecting a process in the documentation where I could build the simplest local cluster with copy-and-paste commands almost without thinking. Idea: In addition to optimizing the documentation itself, I'd like to ask if it's possible to provide some cluster topology templates or a playground command (like the tiup playgroundhttps://docs.pingcap.com/zh/tidb/stable/quick-start-with-tidb in tidb) via kvrocks-controller