JSON HTTP interface.
To load this plugin, start drizzled with:
--plugin-add=json_server
Loading the plugin may not enable or configure it. See the plugin’s Configuration and Variables.
See also
Plugin Options for more information about adding and removing plugins.
These command line options configure the plugin when drizzled is started. See Command Line Options for more information about specifying command line options.
Default : | 8086 |
---|---|
Variable : | json_server_port |
Port number to use for connection or 0 for default (port 8086)
These variables show the running configuration of the plugin. See variables for more information about querying and setting variables.
json_server_port
Scope: Global Dynamic: No Option: --json-server.port Port number to use for connection or 0 for default (port 8086)
Sorry, there are no examples for this plugin.
Stewart Smith
This documentation applies to json_server 0.1.
To see which version of the plugin a Drizzle server is running, execute:
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='json_server'