4

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.

Martin Kersten
  • 5,127
  • 8
  • 46
  • 77

1 Answers1

1

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.

BenjaminBallard
  • 1,482
  • 12
  • 11