Changes between Version 42 and Version 43 of Clients
- Timestamp:
- Mar 29, 2018, 6:17:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v42 v43 18 18 19 19 The following clients allow to submit rasql queries: 20 * `rasql` is a command-line utilityfor sending queries and saving results in local files. Invocation example (see `rasql --help` for details):20 * `rasql` is a '''command-line utility''' for sending queries and saving results in local files. Invocation example (see `rasql --help` for details): 21 21 {{{ 22 22 rasql -q 'select encode( mr, "png" ) from mr' --out file … … 26 26 rasql -q 'select c from RAS_COLLECTIONNAMES as c' --out string 27 27 }}} 28 * '''rasql queries''' can also be invoked via a Web service by default listening at `localhost:8080/rasdaman/rasql`. To this end, the corresponding servlet needs to be started (see [browser:manuals_and_examples/manuals/doc-guides/inst-guide.pdf Installation Guide]).28 * rasql queries can also be submitted via a '''Web service''', by default listening at `localhost:8080/rasdaman/rasql`. To this end, the corresponding servlet needs to be started (see the [browser:manuals_and_examples/manuals/doc-guides/inst-guide.pdf Installation Guide]). 29 29 * Syntax: 30 30 {{{