dongting
Build, test, and run a high-performance Raft KV engine
All Skills in This Repository (3)
Pure Emerald Level Indicatorsidea-mcp
Automate Java code analysis and test execution within IntelliJ IDEA.
build-and-test
Build and test Java multi-module Maven projects with selective module and test patterns.
run
Automate Dongting server startup, shutdown, DtAdmin operations, and benchmarking scripts.
Frequently Asked Questions
FAQPage SchemaHow to install Dongting skills?โผ
Run `npx skills add dtprj/dongting --all -g -y` in your terminal to install all skills in this repository globally.
What is the Dongting project?โผ
Dongting is a high-performance, zero-dependency Java engine combining multi-group Raft consensus, a distributed KV configuration store, and message queues, capable of over one million TPS.
How do I build and test Dongting?โผ
The build-and-test skill provides exact Maven commands such as `mvn clean package -DskipUTs` for builds and `mvn clean test -Dtick=3` for stable unit test runs.
How do I start a Dongting server cluster?โผ
The run-dongting skill explains the start, stop, admin, and benchmark scripts, which launch a single-node DtKV cluster on ports 9331 and 9332 by default.
Does it work with IntelliJ IDEA?โผ
Yes. The idea-mcp skill lets your agent use IntelliJ IDEA for accurate Java error checking, refactoring, and code search in this multi-module Maven project.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core