Search code examples
phpdatabasevoltdb

how to start voltDB on runtime


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


Solution

  • 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:

    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.