Changes between Version 31 and Version 32 of Clients


Ignore:
Timestamp:
Nov 21, 2016, 4:26:15 PM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Clients

    v31 v32  
    2020* `rasql` is a command-line utility for sending queries and saving results in local files. Invocation example (see `rasql --help` for details):
    2121{{{
    22 rasql -q "select encode( mr, "png" ) from mr" --out file
     22rasql -q 'select encode( mr, "png" ) from mr' --out file
     23}}}
     24 * To see a list of all collections with arrays in the database:
     25{{{
     26rasql -q 'select c from RAS_COLLECTIONNAMES as c' --out string
    2327}}}
    2428* '''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]).