Changes between Version 42 and Version 43 of Clients


Ignore:
Timestamp:
Mar 29, 2018, 6:17:32 PM (6 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Clients

    v42 v43  
    1818
    1919The following clients allow to submit rasql queries:
    20 * `rasql` is a command-line utility for 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):
    2121{{{
    2222rasql -q 'select encode( mr, "png" ) from mr' --out file
     
    2626rasql -q 'select c from RAS_COLLECTIONNAMES as c' --out string
    2727}}}
    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]).
    2929 * Syntax:
    3030{{{