Martin Kersten
Martin Kersten

Reputation: 5513

VoltDB: How to start or compile the database programmatically?

I am wondering if VoltDB can be started and controlled using plain java. Since the voltdb is provided as Java implementation it should be possible to control and start / stop a single database / server instance from within a java program.

At least the compiling of a DLL and Procedures inside a jar should be possible to be triggered automatically.

I want to faciliate this in a unit test.

Upvotes: 4

Views: 489

Answers (1)

BenjaminBallard
BenjaminBallard

Reputation: 1482

The VoltDB wiki on Github has an article, Using Eclipse to Develop and Debug VoltDB Client Applications, that describes how to set up Eclipse to test a java stored procedure.

Upvotes: 1

Related Questions