VoltDB: How to start or compile a database programmatically?

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.

+4
source share
1 answer

VoltDB Github , Eclipse VoltDB, , Eclipse java.

+1

Source: https://habr.com/ru/post/1527578/


All Articles