I am wondering if VoltDB can be launched and controlled using simple java. Since voltdb is provided as a Java implementation, it should be able to control and start / stop one database / server instance from a java program.
At the very least, compiling DLLs and procedures inside the jar should start automatically.
I want to facilitate this in unit test.
source
share