mySqlService API

/mySqlService.php/axes
return the list of tables in the database as a JSON array
/mySqlService.php/axes/table
returns the list of axes (column names) for table as a JSON array
/mySqlService.php/axes/table/axis
returns the list of slice labels for axis axis of table table as a JSON array.
/mySqlService.php/allData/table
returns the contents of table as a single JSON array of doubles. Missing data is replace by NaN.
/mySqlService.php/data/table?axis1=spec& axis2=spec...
returns a hyperslice of the table's dataset. The specification of the query string parameters are:
axisName=slice(label)
dataset is sliced along axisName at the value label.
axisName=reduce(op)
perform a reduction along axisName, using op (sum, prod, av, stddev, min, max).
axisName=filter(min,max)
only return values in between min and max slice labels.



Ravelation Pty Ldt