What problem does it solve?
This skill simplifies starting and stopping the local Dongting server, running DtAdmin for test cluster operations, and executing benchmarks, reducing manual setup and orchestration time.
Core Features & Use Cases
- One-command startup/shutdown: Launch the server via provided scripts or stop it cleanly without manual process management.
- O&M and benchmarking: Run DtAdmin for test cluster operations and execute performance benchmarks to validate configurations and capacity planning.
- Environment-ready packaging: Relies on the standard build outputs (bin, conf, logs, data) produced by mvn package to ensure reliable runtime behavior.
Quick Start
Build the project and start the server using the provided scripts:
- mvn clean package -DskipUTs
- ./bin/start-dongting.sh
- When no longer needed, ./bin/stop-dongting.sh