currently I start voltDB by terminal command I want to know that, is there any option for start voltDB on runtime by using JSON interface or PHP .
Thank you
VoltDB can be started from the command line (directly or using a script), or by VoltDB Enterprise Manager. Here are instructions on each of these methods:
Starting a VoltDB Database for the First Time (command line)
Running VoltDB Example Applications (using a script)
VoltDB Management Guide (using VoltDB Enterprise Manager)
The VoltDB JSON HTTP interface uses an embedded HTTP server that (optionally) runs on each node in the cluster and is started along with the database. It provides an HTTP interface to call stored procedures, system procedures, or Ad Hoc SQL statements via HTTP request, with responses in JSON-formatted text. It can be used to interact with a running database, but not to start one.